Color Hex Logo

#01d43a Color Hex

#01D43A
(1,212,58)
0 Favorites   0 Comments

Color spaces of #01d43a

RGB 121258
HSL0.380.990.42
HSV136°100°83°
CMYK 1.000.000.73   0.17
XYZ24.319747.398911.8701
Yxy47.39890.29090.5670
Hunter Lab68.8469-57.428137.9704
CIE-Lab74.4442-72.419160.3962

#01d43a color RGB value is (1,212,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11010100 00111010
Octal 1 324 72
Decimal 1 212 58
Hex 1 D4 3A

RGB Percentages of Color #01d43a

%0.37
%78.23
%21.40

CMYK Percentages of Color #01d43a

%100
%0
%73
%17

Triadic Colors of #01d43a

#01d43a #3a01d4 #d43a01

Analogous Colors of #01d43a

#01d43a #01d4a4 #32d401

Monochromatic Colors of #01d43a

#01d43a

Complementary Color

#01d43a #d4019b

#01d43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01d43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01d43a Color CSS Codes

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

#01d43a Text Font Color

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

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


#01d43a Background Color

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

This div background color is #01d43a


#01d43a Border Color

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

This div border color is #01d43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01d43a


Comments

No comments written yet.

Please login to write comment.