Shades of Spring Green #02FA73
Tints of Spring Green #02FA73
RGB
CMYK
RGB Variations
Color information
#02FA73 (or 0x02FA73) is known color: Spring Green. HEX triplet: 02, FA and 73. RGB value is (2,250,115). Sum of RGB (Red+Green+Blue) = 2+250+115=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 250 (98.05% from 255 or 68.12% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FA73 is #FD058C. Grayscale: #A0A0A0. Windows color (decimal): -16582029 or 7600642. OLE color: 7600642.
HSL color Cylindrical-coordinate representation of color #02FA73: hue angle of 147.34º 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 #02FA73 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 115 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.02 |
| HSL | 147.34º | 0.98% | 0.49% | - |
| HSV(B) | 147.34º | 0.99% | 0.98% | - |
| XYZ | 37.31 | 69.62 | 27.69 | - |
| YUV | 160.46 | 102.34 | 14.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 115 | 0.99 | 0 | 0.54 | 0.02 | 147.34 | 0.98 | 0.49 |
| Hex | 2 | FA | 73 | 63 | 0 | 36 | 2 | 93 | 62 | 31 |
| Octal | 2 | 372 | 163 | 143 | 0 | 66 | 2 | 223 | 142 | 61 |
| Binary | 10 | 11111010 | 1110011 | 1100011 | 0 | 110110 | 10 | 10010011 | 1100010 | 110001 |
Color Harmonies of #02FA73
Complementary color
Monochromatic Colors of #02FA73
Black with #02FA73
Text Example
Text Example
White with #02FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA73; }
p { color: rgb(2,250,115); }
H1.HeaderClassName
{
color: #02FA73;
}
.AnyTagClassName
{
color: #02FA73;
}
</style>
background-color css
<style>
a { background-color: #02FA73; }
a { background-color: rgb(2,250,115); }
div.DivClassName
{
background-color: #02FA73;
}
.BgClassName
{
background-color: #02FA73;
}
</style>
border-color css
<style>
span { border-color: #02FA73; }
span { border-color: rgb(2,250,115); }
td.TdClassName
{
border-color: #02FA73;
}
.TagClassName
{
border-color: #02FA73;
}
</style>