Color Hex Logo

#01cb2e Color Hex

#01CB2E
(1,203,46)
0 Favorites   0 Comments

Color spaces of #01cb2e

RGB 120346
HSL0.370.990.40
HSV133°100°80°
CMYK 1.000.000.77   0.20
XYZ21.861642.91569.7161
Yxy42.91560.29350.5761
Hunter Lab65.5100-55.074637.0634
CIE-Lab71.4976-70.795161.4848

#01cb2e color RGB value is (1,203,46).

#01cb2e hex color red value is 1, green value is 203 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #01cb2e hue: 0.37 , saturation: 0.99 and the lightness value of 01cb2e is 0.40.

The process color (four color CMYK) of #01cb2e color hex is 1.00, 0.00, 0.77, 0.20. Web safe color of #01cb2e is #00cc33. Color #01cb2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001011 00101110
Octal 1 313 56
Decimal 1 203 46
Hex 1 CB 2E

RGB Percentages of Color #01cb2e

%0.40
%81.20
%18.40

CMYK Percentages of Color #01cb2e

%100
%0
%77
%20

Triadic Colors of #01cb2e

#01cb2e #2e01cb #cb2e01

Analogous Colors of #01cb2e

#01cb2e #01cb93 #39cb01

Monochromatic Colors of #01cb2e

#01cb2e

Complementary Color

#01cb2e #cb019e

#01cb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cb2e Color CSS Codes

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

#01cb2e Text Font Color

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

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


#01cb2e Background Color

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

This div background color is #01cb2e


#01cb2e Border Color

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

This div border color is #01cb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cb2e


Comments

No comments written yet.

Please login to write comment.