Shades of Dark Pastel Green #02CC20
Tints of Dark Pastel Green #02CC20
RGB
CMYK
RGB Variations
Color information
#02CC20 (or 0x02CC20) is known color: Dark Pastel Green. HEX triplet: 02, CC and 20. RGB value is (2,204,32). Sum of RGB (Red+Green+Blue) = 2+204+32=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 204 (80.08% from 255 or 85.71% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CC20 is #FD33DF. Grayscale: #7C7C7C. Windows color (decimal): -16593888 or 2149378. OLE color: 2149378.
HSL color Cylindrical-coordinate representation of color #02CC20: hue angle of 128.91º 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 #02CC20 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 204 | 32 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.2 |
| HSL | 128.91º | 0.98% | 0.4% | - |
| HSV(B) | 128.91º | 0.99% | 0.8% | - |
| XYZ | 21.88 | 43.3 | 8.57 | - |
| YUV | 123.99 | 76.08 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 204 | 32 | 0.99 | 0 | 0.84 | 0.2 | 128.91 | 0.98 | 0.4 |
| Hex | 2 | CC | 20 | 63 | 0 | 54 | 14 | 81 | 62 | 28 |
| Octal | 2 | 314 | 40 | 143 | 0 | 124 | 24 | 201 | 142 | 50 |
| Binary | 10 | 11001100 | 100000 | 1100011 | 0 | 1010100 | 10100 | 10000001 | 1100010 | 101000 |
Color Harmonies of #02CC20
Complementary color
Monochromatic Colors of #02CC20
Black with #02CC20
Text Example
Text Example
White with #02CC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CC20; }
p { color: rgb(2,204,32); }
H1.HeaderClassName
{
color: #02CC20;
}
.AnyTagClassName
{
color: #02CC20;
}
</style>
background-color css
<style>
a { background-color: #02CC20; }
a { background-color: rgb(2,204,32); }
div.DivClassName
{
background-color: #02CC20;
}
.BgClassName
{
background-color: #02CC20;
}
</style>
border-color css
<style>
span { border-color: #02CC20; }
span { border-color: rgb(2,204,32); }
td.TdClassName
{
border-color: #02CC20;
}
.TagClassName
{
border-color: #02CC20;
}
</style>