Shades of Dark Pastel Green #02C424
Tints of Dark Pastel Green #02C424
RGB
CMYK
RGB Variations
Color information
#02C424 (or 0x02C424) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 24. RGB value is (2,196,36). Sum of RGB (Red+Green+Blue) = 2+196+36=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 196 (76.95% from 255 or 83.76% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 196 - color contains mainly: green. Hex color #02C424 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C424 is #FD3BDB. Grayscale: #787878. Windows color (decimal): -16595932 or 2409474. OLE color: 2409474.
HSL color Cylindrical-coordinate representation of color #02C424: hue angle of 130.52º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C424 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 36 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.23 |
| HSL | 130.52º | 0.98% | 0.39% | - |
| HSV(B) | 130.52º | 0.99% | 0.77% | - |
| XYZ | 20.08 | 39.62 | 8.26 | - |
| YUV | 119.75 | 80.73 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 36 | 0.99 | 0 | 0.82 | 0.23 | 130.52 | 0.98 | 0.39 |
| Hex | 2 | C4 | 24 | 63 | 0 | 52 | 17 | 83 | 62 | 27 |
| Octal | 2 | 304 | 44 | 143 | 0 | 122 | 27 | 203 | 142 | 47 |
| Binary | 10 | 11000100 | 100100 | 1100011 | 0 | 1010010 | 10111 | 10000011 | 1100010 | 100111 |
Color Harmonies of #02C424
Complementary color
Monochromatic Colors of #02C424
Black with #02C424
Text Example
Text Example
White with #02C424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C424; }
p { color: rgb(2,196,36); }
H1.HeaderClassName
{
color: #02C424;
}
.AnyTagClassName
{
color: #02C424;
}
</style>
background-color css
<style>
a { background-color: #02C424; }
a { background-color: rgb(2,196,36); }
div.DivClassName
{
background-color: #02C424;
}
.BgClassName
{
background-color: #02C424;
}
</style>
border-color css
<style>
span { border-color: #02C424; }
span { border-color: rgb(2,196,36); }
td.TdClassName
{
border-color: #02C424;
}
.TagClassName
{
border-color: #02C424;
}
</style>