Color Hex Logo

#2ea23e Color Hex

#2EA23E
(46,162,62)
0 Favorites   0 Comments

Color spaces of #2ea23e

RGB 4616262
HSL0.360.560.41
HSV128°72°64°
CMYK 0.720.000.62   0.36
XYZ14.916526.76938.9382
Yxy26.76930.29470.5288
Hunter Lab51.7391-39.081425.9747
CIE-Lab58.7602-52.543041.9755

#2ea23e color RGB value is (46,162,62).

#2ea23e hex color red value is 46, green value is 162 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #2ea23e hue: 0.36 , saturation: 0.56 and the lightness value of 2ea23e is 0.41.

The process color (four color CMYK) of #2ea23e color hex is 0.72, 0.00, 0.62, 0.36. Web safe color of #2ea23e is #339933. Color #2ea23e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100010 00111110
Octal 56 242 76
Decimal 46 162 62
Hex 2E A2 3E

RGB Percentages of Color #2ea23e

%17.04
%60.00
%22.96

CMYK Percentages of Color #2ea23e

%72
%0
%62
%36

Triadic Colors of #2ea23e

#2ea23e #3e2ea2 #a23e2e

Analogous Colors of #2ea23e

#2ea23e #2ea278 #58a22e

Monochromatic Colors of #2ea23e

#2ea23e

Complementary Color

#2ea23e #a22e92

#2ea23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea23e Color CSS Codes

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

#2ea23e Text Font Color

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

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


#2ea23e Background Color

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

This div background color is #2ea23e


#2ea23e Border Color

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

This div border color is #2ea23e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea23e


Comments

No comments written yet.

Please login to write comment.