Color Hex Logo

#2ea117 Color Hex

#2EA117
(46,161,23)
0 Favorites   0 Comments

Color spaces of #2ea117

RGB 4616123
HSL0.310.750.36
HSV110°86°63°
CMYK 0.710.000.86   0.37
XYZ14.026226.13245.1154
Yxy26.13240.30980.5772
Hunter Lab51.1199-40.483229.8509
CIE-Lab58.1625-55.443055.6998

#2ea117 color RGB value is (46,161,23).

#2ea117 hex color red value is 46, green value is 161 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #2ea117 hue: 0.31 , saturation: 0.75 and the lightness value of 2ea117 is 0.36.

The process color (four color CMYK) of #2ea117 color hex is 0.71, 0.00, 0.86, 0.37. Web safe color of #2ea117 is #339900. Color #2ea117 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100001 00010111
Octal 56 241 27
Decimal 46 161 23
Hex 2E A1 17

RGB Percentages of Color #2ea117

%20.00
%70.00
%10.00

CMYK Percentages of Color #2ea117

%71
%0
%86
%37

Triadic Colors of #2ea117

#2ea117 #172ea1 #a1172e

Analogous Colors of #2ea117

#2ea117 #17a145 #73a117

Monochromatic Colors of #2ea117

#2ea117

Complementary Color

#2ea117 #8a17a1

#2ea117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea117 Color CSS Codes

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

#2ea117 Text Font Color

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

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


#2ea117 Background Color

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

This div background color is #2ea117


#2ea117 Border Color

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

This div border color is #2ea117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea117


Comments

No comments written yet.

Please login to write comment.