Color Hex Logo

#31b51f Color Hex

#31B51F
(49,181,31)
0 Favorites   0 Comments

Color spaces of #31b51f

RGB 4918131
HSL0.310.710.42
HSV113°83°71°
CMYK 0.730.000.83   0.29
XYZ18.037833.79966.8696
Yxy33.79960.30730.5757
Hunter Lab58.1374-46.358833.6904
CIE-Lab64.8032-60.956959.6962

#31b51f color RGB value is (49,181,31).

#31b51f hex color red value is 49, green value is 181 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #31b51f hue: 0.31 , saturation: 0.71 and the lightness value of 31b51f is 0.42.

The process color (four color CMYK) of #31b51f color hex is 0.73, 0.00, 0.83, 0.29. Web safe color of #31b51f is #33cc33. Color #31b51f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10110101 00011111
Octal 61 265 37
Decimal 49 181 31
Hex 31 B5 1F

RGB Percentages of Color #31b51f

%18.77
%69.35
%11.88

CMYK Percentages of Color #31b51f

%73
%0
%83
%29

Triadic Colors of #31b51f

#31b51f #1f31b5 #b51f31

Analogous Colors of #31b51f

#31b51f #1fb558 #7cb51f

Monochromatic Colors of #31b51f

#31b51f

Complementary Color

#31b51f #a31fb5

#31b51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31b51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31b51f Color CSS Codes

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

#31b51f Text Font Color

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

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


#31b51f Background Color

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

This div background color is #31b51f


#31b51f Border Color

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

This div border color is #31b51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31b51f


Comments

No comments written yet.

Please login to write comment.