In a RGB color space, #00d700 hex color is composed of 0% red, 84.3% green and 0% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 0% magenta, 100% yellow and 15.7% black. It has a hue angle of 120 degrees, a saturation of 100% and a lightness of 42.2%. #00d700 color hex could be obtained by blending #00ff00 with #00af00. Closest websafe color is: #00cc00.
The hexadecimal color #00d700 has RGB values of R:0, G:215, B:0 and CMYK values of C:1, M:0, Y:1, K:0.16. Its decimal value is 55040.
Hex triplet | 00d700 | #00d700 |
RGB Decimal | 0, 215, 0 | rgb(0,215,0) |
RGB Percent | 0, 84.3, 0 | rgb(0%,84.3%,0%) |
CMYK | 100, 0, 100, 15.7 | |
HSL | 120°, 100, 42.2 | hsl(120,100%,42.2%) |
HSV(HSB) | 120°, 100, 84.3 | |
Web Safe | 00cc00 | #0c0 |
XYZ | 24.3, 48.601, 8.1 |
xyY | 0.3, 0.6, 48.601 |
CIE-LAB | 75.202, -75.771, 73.13 |
CIE-LCH | 75.202, 105.306, 136.016 |
CIE-LUV | 75.202, -71.21, 92.057 |
Hunter-Lab | 69.714, -59.78, 41.911 |
Binary | 00000000, 11010111, 00000000 |
Below, you can see some colors close to #00d700. 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 #00d700.
<span style="color:#00d700">Text here</span>
This paragraph has a background color of #00d700.
<p style="background-color:#00d700;">Content here</p>
This element has a border color of #00d700.
<div style="border:1px #00d700;">Content here</div>
.text {color:#00d700;}
.background {background-color:#00d700;}
.border {border:1px solid #00d700;}
.text-shadow {border:1px solid #00d700;}
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, #000200 is the darkest color, while #ecffec is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #6b6c6b is the less saturated color, while #09ce09 is the most saturated one.