In a RGB color space, #00c700 hex color is composed of 0% red, 78% green and 0% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 0% magenta, 100% yellow and 22% black. It has a hue angle of 120 degrees, a saturation of 100% and a lightness of 39%. #00c700 color hex could be obtained by blending #00ff00 with #008f00. Closest websafe color is: #00cc00.
The hexadecimal color #00c700 has RGB values of R:0, G:199, B:0 and CMYK values of C:1, M:0, Y:1, K:0.22. Its decimal value is 50944.
Hex triplet | 00c700 | #00c700 |
RGB Decimal | 0, 199, 0 | rgb(0,199,0) |
RGB Percent | 0, 78, 0 | rgb(0%,78%,0%) |
CMYK | 100, 0, 100, 22 | |
HSL | 120°, 100, 39 | hsl(120,100%,39%) |
HSV(HSB) | 120°, 100, 78 | |
Web Safe | 00cc00 | #0c0 |
XYZ | 20.423, 40.847, 6.808 |
xyY | 0.3, 0.6, 40.847 |
CIE-LAB | 70.068, -71.506, 69.014 |
CIE-LCH | 70.068, 99.378, 136.016 |
CIE-LUV | 70.068, -66.349, 85.773 |
Hunter-Lab | 63.912, -54.804, 38.423 |
Binary | 00000000, 11000111, 00000000 |
Below, you can see some colors close to #00c700. 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 #00c700.
<span style="color:#00c700">Text here</span>
This paragraph has a background color of #00c700.
<p style="background-color:#00c700;">Content here</p>
This element has a border color of #00c700.
<div style="border:1px #00c700;">Content here</div>
.text {color:#00c700;}
.background {background-color:#00c700;}
.border {border:1px solid #00c700;}
.text-shadow {border:1px solid #00c700;}
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, #000800 is the darkest color, while #f2fff2 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #636463 is the less saturated color, while #08bf08 is the most saturated one.