Color Hex Logo

#01cf3c Color Hex

#01CF3C
(1,207,60)
0 Favorites   0 Comments

Color spaces of #01cf3c

RGB 120760
HSL0.380.990.41
HSV137°100°81°
CMYK 1.000.000.71   0.19
XYZ23.141044.958311.7331
Yxy44.95830.28990.5632
Hunter Lab67.0510-55.734236.5606
CIE-Lab72.8644-70.823158.0414

#01cf3c color RGB value is (1,207,60).

#01cf3c hex color red value is 1, green value is 207 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #01cf3c hue: 0.38 , saturation: 0.99 and the lightness value of 01cf3c is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001111 00111100
Octal 1 317 74
Decimal 1 207 60
Hex 1 CF 3C

RGB Percentages of Color #01cf3c

%0.37
%77.24
%22.39

CMYK Percentages of Color #01cf3c

%100
%0
%71
%19

Triadic Colors of #01cf3c

#01cf3c #3c01cf #cf3c01

Analogous Colors of #01cf3c

#01cf3c #01cfa3 #2dcf01

Monochromatic Colors of #01cf3c

#01cf3c

Complementary Color

#01cf3c #cf0194

#01cf3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cf3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cf3c Color CSS Codes

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

#01cf3c Text Font Color

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

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


#01cf3c Background Color

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

This div background color is #01cf3c


#01cf3c Border Color

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

This div border color is #01cf3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cf3c


Comments

No comments written yet.

Please login to write comment.