Color Hex Logo

#2eaa37 Color Hex

#2EAA37
(46,170,55)
0 Favorites   0 Comments

Color spaces of #2eaa37

RGB 4617055
HSL0.350.570.42
HSV124°73°67°
CMYK 0.730.000.68   0.33
XYZ16.191029.60618.4756
Yxy29.60610.29830.5455
Hunter Lab54.4115-42.104628.8525
CIE-Lab61.3129-56.073747.9028

#2eaa37 color RGB value is (46,170,55).

#2eaa37 hex color red value is 46, green value is 170 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #2eaa37 hue: 0.35 , saturation: 0.57 and the lightness value of 2eaa37 is 0.42.

The process color (four color CMYK) of #2eaa37 color hex is 0.73, 0.00, 0.68, 0.33. Web safe color of #2eaa37 is #339933. Color #2eaa37 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101010 00110111
Octal 56 252 67
Decimal 46 170 55
Hex 2E AA 37

RGB Percentages of Color #2eaa37

%16.97
%62.73
%20.30

CMYK Percentages of Color #2eaa37

%73
%0
%68
%33

Triadic Colors of #2eaa37

#2eaa37 #372eaa #aa372e

Analogous Colors of #2eaa37

#2eaa37 #2eaa75 #63aa2e

Monochromatic Colors of #2eaa37

#2eaa37

Complementary Color

#2eaa37 #aa2ea1

#2eaa37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaa37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaa37 Color CSS Codes

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

#2eaa37 Text Font Color

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

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


#2eaa37 Background Color

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

This div background color is #2eaa37


#2eaa37 Border Color

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

This div border color is #2eaa37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaa37


Comments

No comments written yet.

Please login to write comment.