Shades of Spring Green #02FA76
Tints of Spring Green #02FA76
RGB
CMYK
RGB Variations
Color information
#02FA76 (or 0x02FA76) is known color: Spring Green. HEX triplet: 02, FA and 76. RGB value is (2,250,118). Sum of RGB (Red+Green+Blue) = 2+250+118=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA76 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FA76 is #FD0589. Grayscale: #A1A1A1. Windows color (decimal): -16582026 or 7797250. OLE color: 7797250.
HSL color Cylindrical-coordinate representation of color #02FA76: hue angle of 148.06º 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 #02FA76 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 118 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.02 |
| HSL | 148.06º | 0.98% | 0.49% | - |
| HSV(B) | 148.06º | 0.99% | 0.98% | - |
| XYZ | 37.48 | 69.69 | 28.62 | - |
| YUV | 160.8 | 103.84 | 14.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 118 | 0.99 | 0 | 0.53 | 0.02 | 148.06 | 0.98 | 0.49 |
| Hex | 2 | FA | 76 | 63 | 0 | 35 | 2 | 94 | 62 | 31 |
| Octal | 2 | 372 | 166 | 143 | 0 | 65 | 2 | 224 | 142 | 61 |
| Binary | 10 | 11111010 | 1110110 | 1100011 | 0 | 110101 | 10 | 10010100 | 1100010 | 110001 |
Color Harmonies of #02FA76
Complementary color
Monochromatic Colors of #02FA76
Black with #02FA76
Text Example
Text Example
White with #02FA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA76; }
p { color: rgb(2,250,118); }
H1.HeaderClassName
{
color: #02FA76;
}
.AnyTagClassName
{
color: #02FA76;
}
</style>
background-color css
<style>
a { background-color: #02FA76; }
a { background-color: rgb(2,250,118); }
div.DivClassName
{
background-color: #02FA76;
}
.BgClassName
{
background-color: #02FA76;
}
</style>
border-color css
<style>
span { border-color: #02FA76; }
span { border-color: rgb(2,250,118); }
td.TdClassName
{
border-color: #02FA76;
}
.TagClassName
{
border-color: #02FA76;
}
</style>