Shades of Spring Green #02DD76
Tints of Spring Green #02DD76
RGB
CMYK
RGB Variations
Color information
#02DD76 (or 0x02DD76) is known color: Spring Green. HEX triplet: 02, DD and 76. RGB value is (2,221,118). Sum of RGB (Red+Green+Blue) = 2+221+118=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 221 (86.72% from 255 or 64.81% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DD76 is #FD2289. Grayscale: #8F8F8F. Windows color (decimal): -16589450 or 7789826. OLE color: 7789826.
HSL color Cylindrical-coordinate representation of color #02DD76: hue angle of 151.78º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DD76 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 118 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.13 |
| HSL | 151.78º | 0.98% | 0.44% | - |
| HSV(B) | 151.78º | 0.99% | 0.87% | - |
| XYZ | 29.15 | 53.03 | 25.84 | - |
| YUV | 143.78 | 113.45 | 26.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 118 | 0.99 | 0 | 0.47 | 0.13 | 151.78 | 0.98 | 0.44 |
| Hex | 2 | DD | 76 | 63 | 0 | 2F | D | 98 | 62 | 2C |
| Octal | 2 | 335 | 166 | 143 | 0 | 57 | 15 | 230 | 142 | 54 |
| Binary | 10 | 11011101 | 1110110 | 1100011 | 0 | 101111 | 1101 | 10011000 | 1100010 | 101100 |
Color Harmonies of #02DD76
Complementary color
Monochromatic Colors of #02DD76
Black with #02DD76
Text Example
Text Example
White with #02DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD76; }
p { color: rgb(2,221,118); }
H1.HeaderClassName
{
color: #02DD76;
}
.AnyTagClassName
{
color: #02DD76;
}
</style>
background-color css
<style>
a { background-color: #02DD76; }
a { background-color: rgb(2,221,118); }
div.DivClassName
{
background-color: #02DD76;
}
.BgClassName
{
background-color: #02DD76;
}
</style>
border-color css
<style>
span { border-color: #02DD76; }
span { border-color: rgb(2,221,118); }
td.TdClassName
{
border-color: #02DD76;
}
.TagClassName
{
border-color: #02DD76;
}
</style>