color codes Logo

#2ed56f color codes

#2ED56F
(46,213,111)
0 Favorites   0 Comments

Color spaces of #2ed56f

RGB 46213111
HSL0.400.670.51
HSV143°78°84°
CMYK 0.780.000.48   0.16
XYZ27.790249.317023.0934
Yxy49.31700.27730.4922
Hunter Lab70.2261-52.258729.6611
CIE-Lab75.6481-63.175438.7418

#2ed56f color RGB value is (46,213,111).

#2ed56f hex color red value is 46, green value is 213 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #2ed56f hue: 0.40 , saturation: 0.67 and the lightness value of 2ed56f is 0.51.

The process color (four color CMYK) of #2ed56f color code is 0.78, 0.00, 0.48, 0.16. Web safe color of #2ed56f is #33cc66. Color #2ed56f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11010101 01101111
Octal 56 325 157
Decimal 46 213 111
Hex 2E D5 6F

RGB Percentages of Color #2ed56f

%12.43
%57.57
%30.00

CMYK Percentages of Color #2ed56f

%78
%0
%48
%16

Triadic Colors of #2ed56f

#2ed56f #6f2ed5 #d56f2e

Analogous Colors of #2ed56f

#2ed56f #2ed5c3 #41d52e

Monochromatic Colors of #2ed56f

#2ed56f

Complementary Color

#2ed56f #d52e94

#2ed56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed56f Color CSS Codes

.mybgcolor {background-color:#2ed56f; } 
.myforecolor {color:#2ed56f; }
.mybordercolor {border:3px solid #2ed56f; }

#2ed56f Text Font Color

<p style="color:#2ed56f">Text here</p>

This sample text font color is #2ed56f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2ed56f Background Color

<div style="background-color:#2ed56f">
Div content here</div>

This div background color is #2ed56f


#2ed56f Border Color

<div style="border:3px solid #2ed56f">
Div here</div>

This div border color is #2ed56f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,213,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ed56f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ed56f;
  -webkit-box-shadow: 1px 1px 3px 2px #2ed56f;
  box-shadow:         1px 1px 3px 2px #2ed56f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,213,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2ed56f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2ed56f;
  -webkit-box-shadow: 1px 1px 3px 2px #2ed56f;
  box-shadow:         1px 1px 3px 2px #2ed56f;">
Div content here</div>

This div box has shadow with color #2ed56f


Comments

No comments written yet.

Please login to write comment.