Color Hex Logo

#2ea34a Color Hex

#2EA34A
(46,163,74)
0 Favorites   0 Comments

Color spaces of #2ea34a

RGB 4616374
HSL0.370.560.41
HSV134°72°64°
CMYK 0.720.000.55   0.36
XYZ15.459927.269610.9273
Yxy27.26960.28810.5082
Hunter Lab52.2203-38.540324.1476
CIE-Lab59.2230-51.302136.7524

#2ea34a color RGB value is (46,163,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100011 01001010
Octal 56 243 112
Decimal 46 163 74
Hex 2E A3 4A

RGB Percentages of Color #2ea34a

%16.25
%57.60
%26.15

CMYK Percentages of Color #2ea34a

%72
%0
%55
%36

Triadic Colors of #2ea34a

#2ea34a #4a2ea3 #a34a2e

Analogous Colors of #2ea34a

#2ea34a #2ea385 #4da32e

Monochromatic Colors of #2ea34a

#2ea34a

Complementary Color

#2ea34a #a32e87

#2ea34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea34a Color CSS Codes

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

#2ea34a Text Font Color

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

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


#2ea34a Background Color

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

This div background color is #2ea34a


#2ea34a Border Color

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

This div border color is #2ea34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea34a


Comments

No comments written yet.

Please login to write comment.