Color Hex Logo

#31d63b Color Hex

#31D63B
(49,214,59)
0 Favorites   0 Comments

Color spaces of #31d63b

RGB 4921459
HSL0.340.670.52
HSV124°77°84°
CMYK 0.770.000.72   0.16
XYZ26.102649.061912.2318
Yxy49.06190.29870.5614
Hunter Lab70.0442-56.057738.6771
CIE-Lab75.4898-69.351461.2382

#31d63b color RGB value is (49,214,59).

#31d63b hex color red value is 49, green value is 214 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #31d63b hue: 0.34 , saturation: 0.67 and the lightness value of 31d63b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11010110 00111011
Octal 61 326 73
Decimal 49 214 59
Hex 31 D6 3B

RGB Percentages of Color #31d63b

%15.22
%66.46
%18.32

CMYK Percentages of Color #31d63b

%77
%0
%72
%16

Triadic Colors of #31d63b

#31d63b #3b31d6 #d63b31

Analogous Colors of #31d63b

#31d63b #31d68e #7ad631

Monochromatic Colors of #31d63b

#31d63b

Complementary Color

#31d63b #d631cc

#31d63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31d63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31d63b Color CSS Codes

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

#31d63b Text Font Color

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

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


#31d63b Background Color

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

This div background color is #31d63b


#31d63b Border Color

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

This div border color is #31d63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31d63b


Comments

No comments written yet.

Please login to write comment.