Shades of Spring Green #02D978
Tints of Spring Green #02D978
RGB
CMYK
RGB Variations
Color information
#02D978 (or 0x02D978) is known color: Spring Green. HEX triplet: 02, D9 and 78. RGB value is (2,217,120). Sum of RGB (Red+Green+Blue) = 2+217+120=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 217 (85.16% from 255 or 64.01% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 217 - color contains mainly: green. Hex color #02D978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D978 is #FD2687. Grayscale: #8D8D8D. Windows color (decimal): -16590472 or 7919874. OLE color: 7919874.
HSL color Cylindrical-coordinate representation of color #02D978: hue angle of 152.93º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D978 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 120 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.15 |
| HSL | 152.93º | 0.98% | 0.43% | - |
| HSV(B) | 152.93º | 0.99% | 0.85% | - |
| XYZ | 28.23 | 50.99 | 26.12 | - |
| YUV | 141.66 | 115.77 | 28.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 120 | 0.99 | 0 | 0.45 | 0.15 | 152.93 | 0.98 | 0.43 |
| Hex | 2 | D9 | 78 | 63 | 0 | 2D | F | 99 | 62 | 2B |
| Octal | 2 | 331 | 170 | 143 | 0 | 55 | 17 | 231 | 142 | 53 |
| Binary | 10 | 11011001 | 1111000 | 1100011 | 0 | 101101 | 1111 | 10011001 | 1100010 | 101011 |
Color Harmonies of #02D978
Complementary color
Monochromatic Colors of #02D978
Black with #02D978
Text Example
Text Example
White with #02D978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D978; }
p { color: rgb(2,217,120); }
H1.HeaderClassName
{
color: #02D978;
}
.AnyTagClassName
{
color: #02D978;
}
</style>
background-color css
<style>
a { background-color: #02D978; }
a { background-color: rgb(2,217,120); }
div.DivClassName
{
background-color: #02D978;
}
.BgClassName
{
background-color: #02D978;
}
</style>
border-color css
<style>
span { border-color: #02D978; }
span { border-color: rgb(2,217,120); }
td.TdClassName
{
border-color: #02D978;
}
.TagClassName
{
border-color: #02D978;
}
</style>