Color Hex Logo

#2ee118 Color Hex

#2EE118
(46,225,24)
0 Favorites   0 Comments

Color spaces of #2ee118

RGB 4622524
HSL0.320.810.49
HSV113°89°88°
CMYK 0.800.000.89   0.12
XYZ28.216854.49729.8960
Yxy54.49720.30470.5885
Hunter Lab73.8222-60.961543.7276
CIE-Lab78.7508-74.859473.4420

#2ee118 color RGB value is (46,225,24).

#2ee118 hex color red value is 46, green value is 225 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #2ee118 hue: 0.32 , saturation: 0.81 and the lightness value of 2ee118 is 0.49.

The process color (four color CMYK) of #2ee118 color hex is 0.80, 0.00, 0.89, 0.12. Web safe color of #2ee118 is #33cc00. Color #2ee118 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11100001 00011000
Octal 56 341 30
Decimal 46 225 24
Hex 2E E1 18

RGB Percentages of Color #2ee118

%15.59
%76.27
%8.14

CMYK Percentages of Color #2ee118

%80
%0
%89
%12

Triadic Colors of #2ee118

#2ee118 #182ee1 #e1182e

Analogous Colors of #2ee118

#2ee118 #18e167 #93e118

Monochromatic Colors of #2ee118

#2ee118

Complementary Color

#2ee118 #cb18e1

#2ee118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ee118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ee118 Color CSS Codes

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

#2ee118 Text Font Color

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

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


#2ee118 Background Color

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

This div background color is #2ee118


#2ee118 Border Color

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

This div border color is #2ee118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ee118


Comments

No comments written yet.

Please login to write comment.