Shades of Spring Green #02FA7A
Tints of Spring Green #02FA7A
RGB
CMYK
RGB Variations
Color information
#02FA7A (or 0x02FA7A) is known color: Spring Green. HEX triplet: 02, FA and 7A. RGB value is (2,250,122). Sum of RGB (Red+Green+Blue) = 2+250+122=374 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 374); Green value is 250 (98.05% from 255 or 66.84% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FA7A is #FD0585. Grayscale: #A1A1A1. Windows color (decimal): -16582022 or 8059394. OLE color: 8059394.
HSL color Cylindrical-coordinate representation of color #02FA7A: hue angle of 149.03º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FA7A is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 122 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.02 |
| HSL | 149.03º | 0.98% | 0.49% | - |
| HSV(B) | 149.03º | 0.99% | 0.98% | - |
| XYZ | 37.72 | 69.79 | 29.89 | - |
| YUV | 161.26 | 105.84 | 14.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 122 | 0.99 | 0 | 0.51 | 0.02 | 149.03 | 0.98 | 0.49 |
| Hex | 2 | FA | 7A | 63 | 0 | 33 | 2 | 95 | 62 | 31 |
| Octal | 2 | 372 | 172 | 143 | 0 | 63 | 2 | 225 | 142 | 61 |
| Binary | 10 | 11111010 | 1111010 | 1100011 | 0 | 110011 | 10 | 10010101 | 1100010 | 110001 |
Color Harmonies of #02FA7A
Complementary color
Monochromatic Colors of #02FA7A
Black with #02FA7A
Text Example
Text Example
White with #02FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA7A; }
p { color: rgb(2,250,122); }
H1.HeaderClassName
{
color: #02FA7A;
}
.AnyTagClassName
{
color: #02FA7A;
}
</style>
background-color css
<style>
a { background-color: #02FA7A; }
a { background-color: rgb(2,250,122); }
div.DivClassName
{
background-color: #02FA7A;
}
.BgClassName
{
background-color: #02FA7A;
}
</style>
border-color css
<style>
span { border-color: #02FA7A; }
span { border-color: rgb(2,250,122); }
td.TdClassName
{
border-color: #02FA7A;
}
.TagClassName
{
border-color: #02FA7A;
}
</style>