Shades of Spring Green #02DD74
Tints of Spring Green #02DD74
RGB
CMYK
RGB Variations
Color information
#02DD74 (or 0x02DD74) is known color: Spring Green. HEX triplet: 02, DD and 74. RGB value is (2,221,116). Sum of RGB (Red+Green+Blue) = 2+221+116=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 221 (86.72% from 255 or 65.19% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DD74 is #FD228B. Grayscale: #8F8F8F. Windows color (decimal): -16589452 or 7658754. OLE color: 7658754.
HSL color Cylindrical-coordinate representation of color #02DD74: hue angle of 151.23º 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 #02DD74 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 116 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.13 |
| HSL | 151.23º | 0.98% | 0.44% | - |
| HSV(B) | 151.23º | 0.99% | 0.87% | - |
| XYZ | 29.03 | 52.99 | 25.22 | - |
| YUV | 143.55 | 112.45 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 116 | 0.99 | 0 | 0.48 | 0.13 | 151.23 | 0.98 | 0.44 |
| Hex | 2 | DD | 74 | 63 | 0 | 30 | D | 97 | 62 | 2C |
| Octal | 2 | 335 | 164 | 143 | 0 | 60 | 15 | 227 | 142 | 54 |
| Binary | 10 | 11011101 | 1110100 | 1100011 | 0 | 110000 | 1101 | 10010111 | 1100010 | 101100 |
Color Harmonies of #02DD74
Complementary color
Monochromatic Colors of #02DD74
Black with #02DD74
Text Example
Text Example
White with #02DD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD74; }
p { color: rgb(2,221,116); }
H1.HeaderClassName
{
color: #02DD74;
}
.AnyTagClassName
{
color: #02DD74;
}
</style>
background-color css
<style>
a { background-color: #02DD74; }
a { background-color: rgb(2,221,116); }
div.DivClassName
{
background-color: #02DD74;
}
.BgClassName
{
background-color: #02DD74;
}
</style>
border-color css
<style>
span { border-color: #02DD74; }
span { border-color: rgb(2,221,116); }
td.TdClassName
{
border-color: #02DD74;
}
.TagClassName
{
border-color: #02DD74;
}
</style>