Shades of Spring Green #02FB73
Tints of Spring Green #02FB73
RGB
CMYK
RGB Variations
Color information
#02FB73 (or 0x02FB73) is known color: Spring Green. HEX triplet: 02, FB and 73. RGB value is (2,251,115). Sum of RGB (Red+Green+Blue) = 2+251+115=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 251 (98.44% from 255 or 68.21% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 251 - color contains mainly: green. Hex color #02FB73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FB73 is #FD048C. Grayscale: #A1A1A1. Windows color (decimal): -16581773 or 7600898. OLE color: 7600898.
HSL color Cylindrical-coordinate representation of color #02FB73: hue angle of 147.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FB73 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 251 | 115 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.02 |
| HSL | 147.23º | 0.98% | 0.5% | - |
| HSV(B) | 147.23º | 0.99% | 0.98% | - |
| XYZ | 37.62 | 70.25 | 27.8 | - |
| YUV | 161.05 | 102.01 | 14.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 251 | 115 | 0.99 | 0 | 0.54 | 0.02 | 147.23 | 0.98 | 0.5 |
| Hex | 2 | FB | 73 | 63 | 0 | 36 | 2 | 93 | 62 | 32 |
| Octal | 2 | 373 | 163 | 143 | 0 | 66 | 2 | 223 | 142 | 62 |
| Binary | 10 | 11111011 | 1110011 | 1100011 | 0 | 110110 | 10 | 10010011 | 1100010 | 110010 |
Color Harmonies of #02FB73
Complementary color
Monochromatic Colors of #02FB73
Black with #02FB73
Text Example
Text Example
White with #02FB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FB73; }
p { color: rgb(2,251,115); }
H1.HeaderClassName
{
color: #02FB73;
}
.AnyTagClassName
{
color: #02FB73;
}
</style>
background-color css
<style>
a { background-color: #02FB73; }
a { background-color: rgb(2,251,115); }
div.DivClassName
{
background-color: #02FB73;
}
.BgClassName
{
background-color: #02FB73;
}
</style>
border-color css
<style>
span { border-color: #02FB73; }
span { border-color: rgb(2,251,115); }
td.TdClassName
{
border-color: #02FB73;
}
.TagClassName
{
border-color: #02FB73;
}
</style>