Color Hex Logo

#31b51e Color Hex

#31B51E
(49,181,30)
0 Favorites   0 Comments

Color spaces of #31b51e

RGB 4918130
HSL0.310.720.41
HSV112°83°71°
CMYK 0.730.000.83   0.29
XYZ18.024833.79456.8013
Yxy33.79450.30750.5765
Hunter Lab58.1330-46.386933.7565
CIE-Lab64.7991-61.008459.9539

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10110101 00011110
Octal 61 265 36
Decimal 49 181 30
Hex 31 B5 1E

RGB Percentages of Color #31b51e

%18.85
%69.62
%11.54

CMYK Percentages of Color #31b51e

%73
%0
%83
%29

Triadic Colors of #31b51e

#31b51e #1e31b5 #b51e31

Analogous Colors of #31b51e

#31b51e #1eb557 #7db51e

Monochromatic Colors of #31b51e

#31b51e

Complementary Color

#31b51e #a21eb5

#31b51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31b51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31b51e Color CSS Codes

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

#31b51e Text Font Color

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

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


#31b51e Background Color

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

This div background color is #31b51e


#31b51e Border Color

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

This div border color is #31b51e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,181,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 #31b51e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31b51e


Comments

No comments written yet.

Please login to write comment.