Color Hex Logo

#2ee37e Color Hex

#2EE37E
(46,227,126)
0 Favorites   0 Comments

Color spaces of #2ee37e

RGB 46227126
HSL0.410.760.54
HSV147°80°89°
CMYK 0.800.000.44   0.11
XYZ32.361757.025429.0400
Yxy57.02540.27330.4815
Hunter Lab75.5152-55.656130.0601
CIE-Lab80.1939-65.487737.1129

#2ee37e color RGB value is (46,227,126).

#2ee37e hex color red value is 46, green value is 227 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #2ee37e hue: 0.41 , saturation: 0.76 and the lightness value of 2ee37e is 0.54.

The process color (four color CMYK) of #2ee37e color hex is 0.80, 0.00, 0.44, 0.11. Web safe color of #2ee37e is #33cc66. Color #2ee37e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11100011 01111110
Octal 56 343 176
Decimal 46 227 126
Hex 2E E3 7E

RGB Percentages of Color #2ee37e

%11.53
%56.89
%31.58

CMYK Percentages of Color #2ee37e

%80
%0
%44
%11

Triadic Colors of #2ee37e

#2ee37e #7e2ee3 #e37e2e

Analogous Colors of #2ee37e

#2ee37e #2ee3d9 #39e32e

Monochromatic Colors of #2ee37e

#2ee37e

Complementary Color

#2ee37e #e32e93

#2ee37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ee37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ee37e Color CSS Codes

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

#2ee37e Text Font Color

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

This sample text font color is #2ee37e
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.


#2ee37e Background Color

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

This div background color is #2ee37e


#2ee37e Border Color

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

This div border color is #2ee37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ee37e


Comments

No comments written yet.

Please login to write comment.