Color Hex Logo

#31bf37 Color Hex

#31BF37
(49,191,55)
0 Favorites   0 Comments

Color spaces of #31bf37

RGB 4919155
HSL0.340.590.47
HSV123°74°75°
CMYK 0.740.000.71   0.25
XYZ20.587038.19049.9009
Yxy38.19040.29980.5561
Hunter Lab61.7984-48.683233.7598
CIE-Lab68.1607-62.485055.1684

#31bf37 color RGB value is (49,191,55).

#31bf37 hex color red value is 49, green value is 191 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #31bf37 hue: 0.34 , saturation: 0.59 and the lightness value of 31bf37 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10111111 00110111
Octal 61 277 67
Decimal 49 191 55
Hex 31 BF 37

RGB Percentages of Color #31bf37

%16.61
%64.75
%18.64

CMYK Percentages of Color #31bf37

%74
%0
%71
%25

Triadic Colors of #31bf37

#31bf37 #3731bf #bf3731

Analogous Colors of #31bf37

#31bf37 #31bf7e #72bf31

Monochromatic Colors of #31bf37

#31bf37

Complementary Color

#31bf37 #bf31b9

#31bf37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31bf37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31bf37 Color CSS Codes

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

#31bf37 Text Font Color

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

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


#31bf37 Background Color

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

This div background color is #31bf37


#31bf37 Border Color

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

This div border color is #31bf37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31bf37


Comments

No comments written yet.

Please login to write comment.