Color Hex Logo

#00d42e Color Hex

#00D42E
(0,212,46)
1 Favorites   0 Comments

Color spaces of #00d42e

RGB 021246
HSL0.371.000.42
HSV133°100°83°
CMYK 1.000.000.78   0.17
XYZ24.036647.284210.4447
Yxy47.28420.29400.5783
Hunter Lab68.7635-57.940639.1287
CIE-Lab74.3712-73.340964.2588

#00d42e color RGB value is (0,212,46).

#00d42e hex color red value is 0, green value is 212 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #00d42e hue: 0.37 , saturation: 1.00 and the lightness value of 00d42e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11010100 00101110
Octal 0 324 56
Decimal 0 212 46
Hex 0 D4 2E

RGB Percentages of Color #00d42e

%0.00
%82.17
%17.83

CMYK Percentages of Color #00d42e

%100
%0
%78
%17

Triadic Colors of #00d42e

#00d42e #2e00d4 #d42e00

Analogous Colors of #00d42e

#00d42e #00d498 #3cd400

Monochromatic Colors of #00d42e

#00d42e

Complementary Color

#00d42e #d400a6

#00d42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00d42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00d42e Color CSS Codes

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

#00d42e Text Font Color

<p style="color:#00d42e">Text here</p>

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


#00d42e Background Color

<div style="background-color:#00d42e">
Div content here</div>

This div background color is #00d42e


#00d42e Border Color

<div style="border:3px solid #00d42e">
Div here</div>

This div border color is #00d42e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,212,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00d42e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00d42e;
  -webkit-box-shadow: 1px 1px 3px 2px #00d42e;
  box-shadow:         1px 1px 3px 2px #00d42e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00d42e

#00d42e Color Palettes


Comments

No comments written yet.

Please login to write comment.