Shades of Spring Green #02DA7A
Tints of Spring Green #02DA7A
RGB
CMYK
RGB Variations
Color information
#02DA7A (or 0x02DA7A) is known color: Spring Green. HEX triplet: 02, DA and 7A. RGB value is (2,218,122). Sum of RGB (Red+Green+Blue) = 2+218+122=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 218 (85.55% from 255 or 63.74% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 218 - color contains mainly: green. Hex color #02DA7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DA7A is #FD2585. Grayscale: #8E8E8E. Windows color (decimal): -16590214 or 8051202. OLE color: 8051202.
HSL color Cylindrical-coordinate representation of color #02DA7A: hue angle of 153.33º 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 #02DA7A is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 218 | 122 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.15 |
| HSL | 153.33º | 0.98% | 0.43% | - |
| HSV(B) | 153.33º | 0.99% | 0.85% | - |
| XYZ | 28.61 | 51.56 | 26.86 | - |
| YUV | 142.47 | 116.44 | 27.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 218 | 122 | 0.99 | 0 | 0.44 | 0.15 | 153.33 | 0.98 | 0.43 |
| Hex | 2 | DA | 7A | 63 | 0 | 2C | F | 99 | 62 | 2B |
| Octal | 2 | 332 | 172 | 143 | 0 | 54 | 17 | 231 | 142 | 53 |
| Binary | 10 | 11011010 | 1111010 | 1100011 | 0 | 101100 | 1111 | 10011001 | 1100010 | 101011 |
Color Harmonies of #02DA7A
Complementary color
Monochromatic Colors of #02DA7A
Black with #02DA7A
Text Example
Text Example
White with #02DA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DA7A; }
p { color: rgb(2,218,122); }
H1.HeaderClassName
{
color: #02DA7A;
}
.AnyTagClassName
{
color: #02DA7A;
}
</style>
background-color css
<style>
a { background-color: #02DA7A; }
a { background-color: rgb(2,218,122); }
div.DivClassName
{
background-color: #02DA7A;
}
.BgClassName
{
background-color: #02DA7A;
}
</style>
border-color css
<style>
span { border-color: #02DA7A; }
span { border-color: rgb(2,218,122); }
td.TdClassName
{
border-color: #02DA7A;
}
.TagClassName
{
border-color: #02DA7A;
}
</style>