color codes Logo

#01b81c color codes

#01B81C
(1,184,28)
0 Favorites   0 Comments

Color spaces of #01b81c

RGB 118428
HSL0.360.990.36
HSV129°99°72°
CMYK 0.990.000.85   0.28
XYZ17.362634.37136.8178
Yxy34.37130.29650.5870
Hunter Lab58.6270-49.733934.1440
CIE-Lab65.2562-66.540560.6779

#01b81c color RGB value is (1,184,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111000 00011100
Octal 1 270 34
Decimal 1 184 28
Hex 1 B8 1C

RGB Percentages of Color #01b81c

%0.47
%86.38
%13.15

CMYK Percentages of Color #01b81c

%99
%0
%85
%28

Triadic Colors of #01b81c

#01b81c #1c01b8 #b81c01

Analogous Colors of #01b81c

#01b81c #01b878 #42b801

Monochromatic Colors of #01b81c

#01b81c

Complementary Color

#01b81c #b8019d

#01b81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01b81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01b81c Color CSS Codes

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

#01b81c Text Font Color

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

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


#01b81c Background Color

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

This div background color is #01b81c


#01b81c Border Color

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

This div border color is #01b81c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,184,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 #01b81c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01b81c


Comments

No comments written yet.

Please login to write comment.