Color Hex Logo

#2eac31 Color Hex

#2EAC31
(46,172,49)
0 Favorites   0 Comments

Color spaces of #2eac31

RGB 4617249
HSL0.340.580.43
HSV121°73°67°
CMYK 0.730.000.72   0.33
XYZ16.433630.30767.8896
Yxy30.30760.30080.5548
Hunter Lab55.0523-43.057830.0397
CIE-Lab61.9187-57.307750.9627

#2eac31 color RGB value is (46,172,49).

#2eac31 hex color red value is 46, green value is 172 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #2eac31 hue: 0.34 , saturation: 0.58 and the lightness value of 2eac31 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101100 00110001
Octal 56 254 61
Decimal 46 172 49
Hex 2E AC 31

RGB Percentages of Color #2eac31

%17.23
%64.42
%18.35

CMYK Percentages of Color #2eac31

%73
%0
%72
%33

Triadic Colors of #2eac31

#2eac31 #312eac #ac312e

Analogous Colors of #2eac31

#2eac31 #2eac70 #6aac2e

Monochromatic Colors of #2eac31

#2eac31

Complementary Color

#2eac31 #ac2ea9

#2eac31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eac31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eac31 Color CSS Codes

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

#2eac31 Text Font Color

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

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


#2eac31 Background Color

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

This div background color is #2eac31


#2eac31 Border Color

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

This div border color is #2eac31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eac31


Comments

No comments written yet.

Please login to write comment.