Color Hex Logo

#01c421 Color Hex

#01C421
(1,196,33)
0 Favorites   0 Comments

Color spaces of #01c421

RGB 119633
HSL0.360.990.39
HSV130°99°77°
CMYK 0.990.000.83   0.23
XYZ20.027039.59618.0261
Yxy39.59610.29600.5853
Hunter Lab62.9254-53.309136.4854
CIE-Lab69.1809-69.630163.0055

#01c421 color RGB value is (1,196,33).

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

The process color (four color CMYK) of #01c421 color hex is 0.99, 0.00, 0.83, 0.23. Web safe color of #01c421 is #00cc33. Color #01c421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11000100 00100001
Octal 1 304 41
Decimal 1 196 33
Hex 1 C4 21

RGB Percentages of Color #01c421

%0.43
%85.22
%14.35

CMYK Percentages of Color #01c421

%99
%0
%83
%23

Triadic Colors of #01c421

#01c421 #2101c4 #c42101

Analogous Colors of #01c421

#01c421 #01c483 #42c401

Monochromatic Colors of #01c421

#01c421

Complementary Color

#01c421 #c401a4

#01c421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01c421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01c421 Color CSS Codes

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

#01c421 Text Font Color

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

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


#01c421 Background Color

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

This div background color is #01c421


#01c421 Border Color

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

This div border color is #01c421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01c421


Comments

No comments written yet.

Please login to write comment.