Color Hex Logo

#31d53e Color Hex

#31D53E
(49,213,62)
0 Favorites   0 Comments

Color spaces of #31d53e

RGB 4921362
HSL0.350.660.51
HSV125°77°84°
CMYK 0.770.000.71   0.16
XYZ25.930448.589312.5694
Yxy48.58930.29770.5579
Hunter Lab69.7060-55.584238.1030
CIE-Lab75.1951-68.797359.8503

#31d53e color RGB value is (49,213,62).

#31d53e hex color red value is 49, green value is 213 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #31d53e hue: 0.35 , saturation: 0.66 and the lightness value of 31d53e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11010101 00111110
Octal 61 325 76
Decimal 49 213 62
Hex 31 D5 3E

RGB Percentages of Color #31d53e

%15.12
%65.74
%19.14

CMYK Percentages of Color #31d53e

%77
%0
%71
%16

Triadic Colors of #31d53e

#31d53e #3e31d5 #d53e31

Analogous Colors of #31d53e

#31d53e #31d590 #76d531

Monochromatic Colors of #31d53e

#31d53e

Complementary Color

#31d53e #d531c8

#31d53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31d53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31d53e Color CSS Codes

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

#31d53e Text Font Color

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

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


#31d53e Background Color

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

This div background color is #31d53e


#31d53e Border Color

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

This div border color is #31d53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31d53e


Comments

No comments written yet.

Please login to write comment.