In a RGB color space, #00b200 hex color is composed of 0% red, 69.8% green and 0% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 0% magenta, 100% yellow and 30.2% black. It has a hue angle of 120 degrees, a saturation of 100% and a lightness of 34.9%. #00b200 color hex could be obtained by blending #00ff00 with #006500. Closest websafe color is: #009900.
The hexadecimal color #00b200 has RGB values of R:0, G:178, B:0 and CMYK values of C:1, M:0, Y:1, K:0.3. Its decimal value is 45568.
Hex triplet | 00b200 | #00b200 |
RGB Decimal | 0, 178, 0 | rgb(0,178,0) |
RGB Percent | 0, 69.8, 0 | rgb(0%,69.8%,0%) |
CMYK | 100, 0, 100, 30.2 | |
HSL | 120°, 100, 34.9 | hsl(120,100%,34.9%) |
HSV(HSB) | 120°, 100, 69.8 | |
Web Safe | 009900 | #090 |
XYZ | 15.92, 31.841, 5.307 |
xyY | 0.3, 0.6, 31.841 |
CIE-LAB | 63.211, -65.808, 63.515 |
CIE-LCH | 63.211, 91.46, 136.016 |
CIE-LUV | 63.211, -59.856, 77.378 |
Hunter-Lab | 56.428, -48.387, 33.923 |
Binary | 00000000, 10110010, 00000000 |
Below, you can see some colors close to #00b200. 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 #00b200.
<span style="color:#00b200">Text here</span>
This paragraph has a background color of #00b200.
<p style="background-color:#00b200;">Content here</p>
This element has a border color of #00b200.
<div style="border:1px #00b200;">Content here</div>
.text {color:#00b200;}
.background {background-color:#00b200;}
.border {border:1px solid #00b200;}
.text-shadow {border:1px solid #00b200;}
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, #595959 is the less saturated color, while #07ab07 is the most saturated one.