Shades of Spring Green #02DA74
Tints of Spring Green #02DA74
RGB
CMYK
RGB Variations
Color information
#02DA74 (or 0x02DA74) is known color: Spring Green. HEX triplet: 02, DA and 74. RGB value is (2,218,116). Sum of RGB (Red+Green+Blue) = 2+218+116=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 218 (85.55% from 255 or 64.88% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 218 - color contains mainly: green. Hex color #02DA74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DA74 is #FD258B. Grayscale: #8D8D8D. Windows color (decimal): -16590220 or 7657986. OLE color: 7657986.
HSL color Cylindrical-coordinate representation of color #02DA74: hue angle of 151.67º 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 #02DA74 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 218 | 116 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.15 |
| HSL | 151.67º | 0.98% | 0.43% | - |
| HSV(B) | 151.67º | 0.99% | 0.85% | - |
| XYZ | 28.25 | 51.42 | 24.96 | - |
| YUV | 141.79 | 113.44 | 28.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 218 | 116 | 0.99 | 0 | 0.47 | 0.15 | 151.67 | 0.98 | 0.43 |
| Hex | 2 | DA | 74 | 63 | 0 | 2F | F | 98 | 62 | 2B |
| Octal | 2 | 332 | 164 | 143 | 0 | 57 | 17 | 230 | 142 | 53 |
| Binary | 10 | 11011010 | 1110100 | 1100011 | 0 | 101111 | 1111 | 10011000 | 1100010 | 101011 |
Color Harmonies of #02DA74
Complementary color
Monochromatic Colors of #02DA74
Black with #02DA74
Text Example
Text Example
White with #02DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DA74; }
p { color: rgb(2,218,116); }
H1.HeaderClassName
{
color: #02DA74;
}
.AnyTagClassName
{
color: #02DA74;
}
</style>
background-color css
<style>
a { background-color: #02DA74; }
a { background-color: rgb(2,218,116); }
div.DivClassName
{
background-color: #02DA74;
}
.BgClassName
{
background-color: #02DA74;
}
</style>
border-color css
<style>
span { border-color: #02DA74; }
span { border-color: rgb(2,218,116); }
td.TdClassName
{
border-color: #02DA74;
}
.TagClassName
{
border-color: #02DA74;
}
</style>