Color Hex Logo

#2ee458 Color Hex

#2EE458
(46,228,88)
0 Favorites   0 Comments

Color spaces of #2ee458

RGB 4622888
HSL0.370.770.54
HSV134°80°89°
CMYK 0.800.000.61   0.11
XYZ30.631656.772218.5762
Yxy56.77220.28900.5357
Hunter Lab75.3473-59.290738.1257
CIE-Lab80.0513-71.209354.6808

#2ee458 color RGB value is (46,228,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11100100 01011000
Octal 56 344 130
Decimal 46 228 88
Hex 2E E4 58

RGB Percentages of Color #2ee458

%12.71
%62.98
%24.31

CMYK Percentages of Color #2ee458

%80
%0
%61
%11

Triadic Colors of #2ee458

#2ee458 #582ee4 #e4582e

Analogous Colors of #2ee458

#2ee458 #2ee4b3 #5fe42e

Monochromatic Colors of #2ee458

#2ee458

Complementary Color

#2ee458 #e42eba

#2ee458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ee458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ee458 Color CSS Codes

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

#2ee458 Text Font Color

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

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


#2ee458 Background Color

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

This div background color is #2ee458


#2ee458 Border Color

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

This div border color is #2ee458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ee458


Comments

No comments written yet.

Please login to write comment.