In a RGB color space, #00d400 hex color is composed of 0% red, 83.1% green and 0% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 0% magenta, 100% yellow and 16.9% black. It has a hue angle of 120 degrees, a saturation of 100% and a lightness of 41.6%. #00d400 color hex could be obtained by blending #00ff00 with #00a900. Closest websafe color is: #00cc00.
The hexadecimal color #00d400 has RGB values of R:0, G:212, B:0 and CMYK values of C:1, M:0, Y:1, K:0.17. Its decimal value is 54272.
Hex triplet | 00d400 | #00d400 |
RGB Decimal | 0, 212, 0 | rgb(0,212,0) |
RGB Percent | 0, 83.1, 0 | rgb(0%,83.1%,0%) |
CMYK | 100, 0, 100, 16.9 | |
HSL | 120°, 100, 41.6 | hsl(120,100%,41.6%) |
HSV(HSB) | 120°, 100, 83.1 | |
Web Safe | 00cc00 | #0c0 |
XYZ | 23.543, 47.087, 7.848 |
xyY | 0.3, 0.6, 47.087 |
CIE-LAB | 74.245, -74.976, 72.363 |
CIE-LCH | 74.245, 104.201, 136.016 |
CIE-LUV | 74.245, -70.304, 90.886 |
Hunter-Lab | 68.62, -58.842, 41.253 |
Binary | 00000000, 11010100, 00000000 |
Below, you can see some colors close to #00d400. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #00d400.
<span style="color:#00d400">Text here</span>
This paragraph has a background color of #00d400.
<p style="background-color:#00d400;">Content here</p>
This element has a border color of #00d400.
<div style="border:1px #00d400;">Content here</div>
.text {color:#00d400;}
.background {background-color:#00d400;}
.border {border:1px solid #00d400;}
.text-shadow {border:1px solid #00d400;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #001500 is the darkest color, while #ffffff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #6a6a6a is the less saturated color, while #09cb09 is the most saturated one.