Color Hex Logo

#31ac1e Color Hex

#31AC1E
(49,172,30)
0 Favorites   0 Comments

Color spaces of #31ac1e

RGB 4917230
HSL0.310.700.40
HSV112°83°67°
CMYK 0.720.000.83   0.33
XYZ16.253530.25186.2108
Yxy30.25180.30830.5739
Hunter Lab55.0016-43.504431.8061
CIE-Lab61.8709-58.122757.2716

#31ac1e color RGB value is (49,172,30).

#31ac1e hex color red value is 49, green value is 172 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #31ac1e hue: 0.31 , saturation: 0.70 and the lightness value of 31ac1e is 0.40.

The process color (four color CMYK) of #31ac1e color hex is 0.72, 0.00, 0.83, 0.33. Web safe color of #31ac1e is #339933. Color #31ac1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101100 00011110
Octal 61 254 36
Decimal 49 172 30
Hex 31 AC 1E

RGB Percentages of Color #31ac1e

%19.52
%68.53
%11.95

CMYK Percentages of Color #31ac1e

%72
%0
%83
%33

Triadic Colors of #31ac1e

#31ac1e #1e31ac #ac1e31

Analogous Colors of #31ac1e

#31ac1e #1eac52 #78ac1e

Monochromatic Colors of #31ac1e

#31ac1e

Complementary Color

#31ac1e #991eac

#31ac1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31ac1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31ac1e Color CSS Codes

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

#31ac1e Text Font Color

<p style="color:#31ac1e">Text here</p>

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


#31ac1e Background Color

<div style="background-color:#31ac1e">
Div content here</div>

This div background color is #31ac1e


#31ac1e Border Color

<div style="border:3px solid #31ac1e">
Div here</div>

This div border color is #31ac1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31ac1e


Comments

No comments written yet.

Please login to write comment.