Shades of Dark Pastel Green #02CA20
Tints of Dark Pastel Green #02CA20
RGB
CMYK
RGB Variations
Color information
#02CA20 (or 0x02CA20) is known color: Dark Pastel Green. HEX triplet: 02, CA and 20. RGB value is (2,202,32). Sum of RGB (Red+Green+Blue) = 2+202+32=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 202 (79.30% from 255 or 85.59% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CA20 is #FD35DF. Grayscale: #7B7B7B. Windows color (decimal): -16594400 or 2148866. OLE color: 2148866.
HSL color Cylindrical-coordinate representation of color #02CA20: hue angle of 129º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CA20 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 202 | 32 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.21 |
| HSL | 129º | 0.98% | 0.4% | - |
| HSV(B) | 129º | 0.99% | 0.79% | - |
| XYZ | 21.41 | 42.36 | 8.41 | - |
| YUV | 122.82 | 76.74 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 202 | 32 | 0.99 | 0 | 0.84 | 0.21 | 129 | 0.98 | 0.4 |
| Hex | 2 | CA | 20 | 63 | 0 | 54 | 15 | 81 | 62 | 28 |
| Octal | 2 | 312 | 40 | 143 | 0 | 124 | 25 | 201 | 142 | 50 |
| Binary | 10 | 11001010 | 100000 | 1100011 | 0 | 1010100 | 10101 | 10000001 | 1100010 | 101000 |
Color Harmonies of #02CA20
Complementary color
Monochromatic Colors of #02CA20
Black with #02CA20
Text Example
Text Example
White with #02CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CA20; }
p { color: rgb(2,202,32); }
H1.HeaderClassName
{
color: #02CA20;
}
.AnyTagClassName
{
color: #02CA20;
}
</style>
background-color css
<style>
a { background-color: #02CA20; }
a { background-color: rgb(2,202,32); }
div.DivClassName
{
background-color: #02CA20;
}
.BgClassName
{
background-color: #02CA20;
}
</style>
border-color css
<style>
span { border-color: #02CA20; }
span { border-color: rgb(2,202,32); }
td.TdClassName
{
border-color: #02CA20;
}
.TagClassName
{
border-color: #02CA20;
}
</style>