Color Hex Logo

#2ea02b Color Hex

#2EA02B
(46,160,43)
0 Favorites   0 Comments

Color spaces of #2ea02b

RGB 4616043
HSL0.330.580.40
HSV118°73°63°
CMYK 0.710.000.73   0.37
XYZ14.133625.89696.5392
Yxy25.89690.30350.5561
Hunter Lab50.8890-39.480228.0036
CIE-Lab57.9391-53.807249.1589

#2ea02b color RGB value is (46,160,43).

#2ea02b hex color red value is 46, green value is 160 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #2ea02b hue: 0.33 , saturation: 0.58 and the lightness value of 2ea02b is 0.40.

The process color (four color CMYK) of #2ea02b color hex is 0.71, 0.00, 0.73, 0.37. Web safe color of #2ea02b is #339933. Color #2ea02b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100000 00101011
Octal 56 240 53
Decimal 46 160 43
Hex 2E A0 2B

RGB Percentages of Color #2ea02b

%18.47
%64.26
%17.27

CMYK Percentages of Color #2ea02b

%71
%0
%73
%37

Triadic Colors of #2ea02b

#2ea02b #2b2ea0 #a02b2e

Analogous Colors of #2ea02b

#2ea02b #2ba063 #69a02b

Monochromatic Colors of #2ea02b

#2ea02b

Complementary Color

#2ea02b #9d2ba0

#2ea02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea02b Color CSS Codes

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

#2ea02b Text Font Color

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

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


#2ea02b Background Color

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

This div background color is #2ea02b


#2ea02b Border Color

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

This div border color is #2ea02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea02b


Comments

No comments written yet.

Please login to write comment.