Color Hex Logo

#2ee460 Color Hex

#2EE460
(46,228,96)
0 Favorites   0 Comments

Color spaces of #2ee460

RGB 4622896
HSL0.380.770.54
HSV136°80°89°
CMYK 0.800.000.58   0.11
XYZ30.981456.912220.4186
Yxy56.91220.28600.5254
Hunter Lab75.4402-58.714836.7607
CIE-Lab80.1302-70.249351.2646

#2ee460 color RGB value is (46,228,96).

#2ee460 hex color red value is 46, green value is 228 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #2ee460 hue: 0.38 , saturation: 0.77 and the lightness value of 2ee460 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11100100 01100000
Octal 56 344 140
Decimal 46 228 96
Hex 2E E4 60

RGB Percentages of Color #2ee460

%12.43
%61.62
%25.95

CMYK Percentages of Color #2ee460

%80
%0
%58
%11

Triadic Colors of #2ee460

#2ee460 #602ee4 #e4602e

Analogous Colors of #2ee460

#2ee460 #2ee4bb #57e42e

Monochromatic Colors of #2ee460

#2ee460

Complementary Color

#2ee460 #e42eb2

#2ee460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ee460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ee460 Color CSS Codes

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

#2ee460 Text Font Color

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

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


#2ee460 Background Color

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

This div background color is #2ee460


#2ee460 Border Color

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

This div border color is #2ee460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ee460


Comments

No comments written yet.

Please login to write comment.