Color Hex Logo

#31d239 Color Hex

#31D239
(49,210,57)
0 Favorites   0 Comments

Color spaces of #31d239

RGB 4921057
HSL0.340.640.51
HSV123°77°82°
CMYK 0.770.000.73   0.18
XYZ25.051747.041611.6305
Yxy47.04160.29920.5619
Hunter Lab68.5869-54.829037.9568
CIE-Lab74.2164-68.283860.6506

#31d239 color RGB value is (49,210,57).

#31d239 hex color red value is 49, green value is 210 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #31d239 hue: 0.34 , saturation: 0.64 and the lightness value of 31d239 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11010010 00111001
Octal 61 322 71
Decimal 49 210 57
Hex 31 D2 39

RGB Percentages of Color #31d239

%15.51
%66.46
%18.04

CMYK Percentages of Color #31d239

%77
%0
%73
%18

Triadic Colors of #31d239

#31d239 #3931d2 #d23931

Analogous Colors of #31d239

#31d239 #31d28a #7ad231

Monochromatic Colors of #31d239

#31d239

Complementary Color

#31d239 #d231ca

#31d239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31d239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31d239 Color CSS Codes

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

#31d239 Text Font Color

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

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


#31d239 Background Color

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

This div background color is #31d239


#31d239 Border Color

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

This div border color is #31d239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31d239


Comments

No comments written yet.

Please login to write comment.