Shades of Dark Pastel Green #02CB20
Tints of Dark Pastel Green #02CB20
RGB
CMYK
RGB Variations
Color information
#02CB20 (or 0x02CB20) is known color: Dark Pastel Green. HEX triplet: 02, CB and 20. RGB value is (2,203,32). Sum of RGB (Red+Green+Blue) = 2+203+32=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 203 (79.69% from 255 or 85.65% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CB20 is #FD34DF. Grayscale: #7B7B7B. Windows color (decimal): -16594144 or 2149122. OLE color: 2149122.
HSL color Cylindrical-coordinate representation of color #02CB20: hue angle of 128.96º 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 #02CB20 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 32 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.20 |
| HSL | 128.96º | 0.98% | 0.4% | - |
| HSV(B) | 128.96º | 0.99% | 0.8% | - |
| XYZ | 21.64 | 42.83 | 8.49 | - |
| YUV | 123.41 | 76.41 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 32 | 0.99 | 0 | 0.84 | 0.20 | 128.96 | 0.98 | 0.4 |
| Hex | 2 | CB | 20 | 63 | 0 | 54 | 14 | 81 | 62 | 28 |
| Octal | 2 | 313 | 40 | 143 | 0 | 124 | 24 | 201 | 142 | 50 |
| Binary | 10 | 11001011 | 100000 | 1100011 | 0 | 1010100 | 10100 | 10000001 | 1100010 | 101000 |
Color Harmonies of #02CB20
Complementary color
Monochromatic Colors of #02CB20
Black with #02CB20
Text Example
Text Example
White with #02CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CB20; }
p { color: rgb(2,203,32); }
H1.HeaderClassName
{
color: #02CB20;
}
.AnyTagClassName
{
color: #02CB20;
}
</style>
background-color css
<style>
a { background-color: #02CB20; }
a { background-color: rgb(2,203,32); }
div.DivClassName
{
background-color: #02CB20;
}
.BgClassName
{
background-color: #02CB20;
}
</style>
border-color css
<style>
span { border-color: #02CB20; }
span { border-color: rgb(2,203,32); }
td.TdClassName
{
border-color: #02CB20;
}
.TagClassName
{
border-color: #02CB20;
}
</style>