Color Hex Logo

#2ea31c Color Hex

#2EA31C
(46,163,28)
0 Favorites   0 Comments

Color spaces of #2ea31c

RGB 4616328
HSL0.310.710.37
HSV112°83°64°
CMYK 0.720.000.83   0.36
XYZ14.433526.85915.5222
Yxy26.85910.30830.5737
Hunter Lab51.8258-40.982829.9605
CIE-Lab58.8437-55.845955.0098

#2ea31c color RGB value is (46,163,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100011 00011100
Octal 56 243 34
Decimal 46 163 28
Hex 2E A3 1C

RGB Percentages of Color #2ea31c

%19.41
%68.78
%11.81

CMYK Percentages of Color #2ea31c

%72
%0
%83
%36

Triadic Colors of #2ea31c

#2ea31c #1c2ea3 #a31c2e

Analogous Colors of #2ea31c

#2ea31c #1ca34e #72a31c

Monochromatic Colors of #2ea31c

#2ea31c

Complementary Color

#2ea31c #911ca3

#2ea31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea31c Color CSS Codes

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

#2ea31c Text Font Color

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

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


#2ea31c Background Color

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

This div background color is #2ea31c


#2ea31c Border Color

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

This div border color is #2ea31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea31c


Comments

No comments written yet.

Please login to write comment.