color codes Logo

#01d31f color codes

#01D31F
(1,211,31)
0 Favorites   0 Comments

Color spaces of #01d31f

RGB 121131
HSL0.360.990.42
HSV129°100°83°
CMYK 1.000.000.85   0.17
XYZ23.554146.69399.0677
Yxy46.69390.29700.5887
Hunter Lab68.3329-58.054439.9653
CIE-Lab73.9935-73.843267.8221

#01d31f color RGB value is (1,211,31).

#01d31f hex color red value is 1, green value is 211 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #01d31f hue: 0.36 , saturation: 0.99 and the lightness value of 01d31f is 0.42.

The process color (four color CMYK) of #01d31f color code is 1.00, 0.00, 0.85, 0.17. Web safe color of #01d31f is #00cc33. Color #01d31f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11010011 00011111
Octal 1 323 37
Decimal 1 211 31
Hex 1 D3 1F

RGB Percentages of Color #01d31f

%0.41
%86.83
%12.76

CMYK Percentages of Color #01d31f

%100
%0
%85
%17

Triadic Colors of #01d31f

#01d31f #1f01d3 #d31f01

Analogous Colors of #01d31f

#01d31f #01d388 #4cd301

Monochromatic Colors of #01d31f

#01d31f

Complementary Color

#01d31f #d301b5

#01d31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01d31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01d31f Color CSS Codes

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

#01d31f Text Font Color

<p style="color:#01d31f">Text here</p>

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


#01d31f Background Color

<div style="background-color:#01d31f">
Div content here</div>

This div background color is #01d31f


#01d31f Border Color

<div style="border:3px solid #01d31f">
Div here</div>

This div border color is #01d31f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,211,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01d31f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01d31f;
  -webkit-box-shadow: 1px 1px 3px 2px #01d31f;
  box-shadow:         1px 1px 3px 2px #01d31f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,211,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01d31f


Comments

No comments written yet.

Please login to write comment.