Shades of Dark Pastel Green #02CB14
Tints of Dark Pastel Green #02CB14
RGB
CMYK
RGB Variations
Color information
#02CB14 (or 0x02CB14) is known color: Dark Pastel Green. HEX triplet: 02, CB and 14. RGB value is (2,203,20). Sum of RGB (Red+Green+Blue) = 2+203+20=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 203 (79.69% from 255 or 90.22% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CB14 is #FD34EB. Grayscale: #7A7A7A. Windows color (decimal): -16594156 or 1362690. OLE color: 1362690.
HSL color Cylindrical-coordinate representation of color #02CB14: hue angle of 125.37º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CB14 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 20 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.20 |
| HSL | 125.37º | 0.98% | 0.4% | - |
| HSV(B) | 125.37º | 0.99% | 0.8% | - |
| XYZ | 21.51 | 42.78 | 7.78 | - |
| YUV | 122.04 | 70.41 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 20 | 0.99 | 0 | 0.90 | 0.20 | 125.37 | 0.98 | 0.4 |
| Hex | 2 | CB | 14 | 63 | 0 | 5A | 14 | 7D | 62 | 28 |
| Octal | 2 | 313 | 24 | 143 | 0 | 132 | 24 | 175 | 142 | 50 |
| Binary | 10 | 11001011 | 10100 | 1100011 | 0 | 1011010 | 10100 | 1111101 | 1100010 | 101000 |
Color Harmonies of #02CB14
Complementary color
Monochromatic Colors of #02CB14
Black with #02CB14
Text Example
Text Example
White with #02CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CB14; }
p { color: rgb(2,203,20); }
H1.HeaderClassName
{
color: #02CB14;
}
.AnyTagClassName
{
color: #02CB14;
}
</style>
background-color css
<style>
a { background-color: #02CB14; }
a { background-color: rgb(2,203,20); }
div.DivClassName
{
background-color: #02CB14;
}
.BgClassName
{
background-color: #02CB14;
}
</style>
border-color css
<style>
span { border-color: #02CB14; }
span { border-color: rgb(2,203,20); }
td.TdClassName
{
border-color: #02CB14;
}
.TagClassName
{
border-color: #02CB14;
}
</style>