Color Hex Logo

#31db1c Color Hex

#31DB1C
(49,219,28)
0 Favorites   0 Comments

Color spaces of #31db1c

RGB 4921928
HSL0.320.770.48
HSV113°87°86°
CMYK 0.780.000.87   0.14
XYZ26.807751.39989.6069
Yxy51.39980.30530.5853
Hunter Lab71.6937-58.719242.2407
CIE-Lab76.9206-72.617971.1707

#31db1c color RGB value is (49,219,28).

#31db1c hex color red value is 49, green value is 219 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #31db1c hue: 0.32 , saturation: 0.77 and the lightness value of 31db1c is 0.48.

The process color (four color CMYK) of #31db1c color hex is 0.78, 0.00, 0.87, 0.14. Web safe color of #31db1c is #33cc33. Color #31db1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11011011 00011100
Octal 61 333 34
Decimal 49 219 28
Hex 31 DB 1C

RGB Percentages of Color #31db1c

%16.55
%73.99
%9.46

CMYK Percentages of Color #31db1c

%78
%0
%87
%14

Triadic Colors of #31db1c

#31db1c #1c31db #db1c31

Analogous Colors of #31db1c

#31db1c #1cdb67 #91db1c

Monochromatic Colors of #31db1c

#31db1c

Complementary Color

#31db1c #c61cdb

#31db1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31db1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31db1c Color CSS Codes

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

#31db1c Text Font Color

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

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


#31db1c Background Color

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

This div background color is #31db1c


#31db1c Border Color

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

This div border color is #31db1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31db1c


Comments

No comments written yet.

Please login to write comment.