Color Hex Logo

#01cc40 Color Hex

#01CC40
(1,204,64)
0 Favorites   0 Comments

Color spaces of #01cc40

RGB 120464
HSL0.390.990.40
HSV139°100°80°
CMYK 1.000.000.69   0.20
XYZ22.530843.562312.0714
Yxy43.56230.28820.5573
Hunter Lab66.0017-54.569135.3574
CIE-Lab71.9350-69.585555.5328

#01cc40 color RGB value is (1,204,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001100 01000000
Octal 1 314 100
Decimal 1 204 64
Hex 1 CC 40

RGB Percentages of Color #01cc40

%0.37
%75.84
%23.79

CMYK Percentages of Color #01cc40

%100
%0
%69
%20

Triadic Colors of #01cc40

#01cc40 #4001cc #cc4001

Analogous Colors of #01cc40

#01cc40 #01cca6 #28cc01

Monochromatic Colors of #01cc40

#01cc40

Complementary Color

#01cc40 #cc018d

#01cc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cc40 Color CSS Codes

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

#01cc40 Text Font Color

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

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


#01cc40 Background Color

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

This div background color is #01cc40


#01cc40 Border Color

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

This div border color is #01cc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cc40


Comments

No comments written yet.

Please login to write comment.