Color Hex Logo

#31c439 Color Hex

#31C439
(49,196,57)
0 Favorites   0 Comments

Color spaces of #31c439

RGB 4919657
HSL0.340.600.48
HSV123°75°77°
CMYK 0.750.000.71   0.23
XYZ21.745140.428210.5282
Yxy40.42820.29910.5561
Hunter Lab63.5832-50.224534.6909
CIE-Lab69.7734-63.908256.0883

#31c439 color RGB value is (49,196,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11000100 00111001
Octal 61 304 71
Decimal 49 196 57
Hex 31 C4 39

RGB Percentages of Color #31c439

%16.23
%64.90
%18.87

CMYK Percentages of Color #31c439

%75
%0
%71
%23

Triadic Colors of #31c439

#31c439 #3931c4 #c43931

Analogous Colors of #31c439

#31c439 #31c483 #73c431

Monochromatic Colors of #31c439

#31c439

Complementary Color

#31c439 #c431bc

#31c439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31c439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31c439 Color CSS Codes

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

#31c439 Text Font Color

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

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


#31c439 Background Color

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

This div background color is #31c439


#31c439 Border Color

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

This div border color is #31c439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31c439


Comments

No comments written yet.

Please login to write comment.