Color Hex Logo

#01c43e Color Hex

#01C43E
(1,196,62)
0 Favorites   0 Comments

Color spaces of #01c43e

RGB 119662
HSL0.390.990.39
HSV139°99°77°
CMYK 0.990.000.68   0.23
XYZ20.621939.834111.1593
Yxy39.83410.28800.5562
Hunter Lab63.1143-52.127033.6969
CIE-Lab69.3512-67.446953.5616

#01c43e color RGB value is (1,196,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11000100 00111110
Octal 1 304 76
Decimal 1 196 62
Hex 1 C4 3E

RGB Percentages of Color #01c43e

%0.39
%75.68
%23.94

CMYK Percentages of Color #01c43e

%99
%0
%68
%23

Triadic Colors of #01c43e

#01c43e #3e01c4 #c43e01

Analogous Colors of #01c43e

#01c43e #01c4a0 #26c401

Monochromatic Colors of #01c43e

#01c43e

Complementary Color

#01c43e #c40187

#01c43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01c43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01c43e Color CSS Codes

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

#01c43e Text Font Color

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

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


#01c43e Background Color

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

This div background color is #01c43e


#01c43e Border Color

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

This div border color is #01c43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01c43e


Comments

No comments written yet.

Please login to write comment.