Shades of Dark Pastel Green #02C918
Tints of Dark Pastel Green #02C918
RGB
CMYK
RGB Variations
Color information
#02C918 (or 0x02C918) is known color: Dark Pastel Green. HEX triplet: 02, C9 and 18. RGB value is (2,201,24). Sum of RGB (Red+Green+Blue) = 2+201+24=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 201 (78.91% from 255 or 88.55% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 201 - color contains mainly: green. Hex color #02C918 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C918 is #FD36E7. Grayscale: #797979. Windows color (decimal): -16594664 or 1624322. OLE color: 1624322.
HSL color Cylindrical-coordinate representation of color #02C918: hue angle of 126.63º 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 #02C918 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 24 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.21 |
| HSL | 126.63º | 0.98% | 0.4% | - |
| HSV(B) | 126.63º | 0.99% | 0.79% | - |
| XYZ | 21.08 | 41.85 | 7.83 | - |
| YUV | 121.32 | 73.07 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 24 | 0.99 | 0 | 0.88 | 0.21 | 126.63 | 0.98 | 0.4 |
| Hex | 2 | C9 | 18 | 63 | 0 | 58 | 15 | 7F | 62 | 28 |
| Octal | 2 | 311 | 30 | 143 | 0 | 130 | 25 | 177 | 142 | 50 |
| Binary | 10 | 11001001 | 11000 | 1100011 | 0 | 1011000 | 10101 | 1111111 | 1100010 | 101000 |
Color Harmonies of #02C918
Complementary color
Monochromatic Colors of #02C918
Black with #02C918
Text Example
Text Example
White with #02C918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C918; }
p { color: rgb(2,201,24); }
H1.HeaderClassName
{
color: #02C918;
}
.AnyTagClassName
{
color: #02C918;
}
</style>
background-color css
<style>
a { background-color: #02C918; }
a { background-color: rgb(2,201,24); }
div.DivClassName
{
background-color: #02C918;
}
.BgClassName
{
background-color: #02C918;
}
</style>
border-color css
<style>
span { border-color: #02C918; }
span { border-color: rgb(2,201,24); }
td.TdClassName
{
border-color: #02C918;
}
.TagClassName
{
border-color: #02C918;
}
</style>