Shades of Spring Green #02FA63
Tints of Spring Green #02FA63
RGB
CMYK
RGB Variations
Color information
#02FA63 (or 0x02FA63) is known color: Spring Green. HEX triplet: 02, FA and 63. RGB value is (2,250,99). Sum of RGB (Red+Green+Blue) = 2+250+99=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 250 (98.05% from 255 or 71.23% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA63 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FA63 is #FD059C. Grayscale: #9E9E9E. Windows color (decimal): -16582045 or 6552066. OLE color: 6552066.
HSL color Cylindrical-coordinate representation of color #02FA63: hue angle of 143.47º 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 #02FA63 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 99 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.02 |
| HSL | 143.47º | 0.98% | 0.49% | - |
| HSV(B) | 143.47º | 0.99% | 0.98% | - |
| XYZ | 36.46 | 69.28 | 23.26 | - |
| YUV | 158.63 | 94.34 | 16.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 99 | 0.99 | 0 | 0.60 | 0.02 | 143.47 | 0.98 | 0.49 |
| Hex | 2 | FA | 63 | 63 | 0 | 3C | 2 | 8F | 62 | 31 |
| Octal | 2 | 372 | 143 | 143 | 0 | 74 | 2 | 217 | 142 | 61 |
| Binary | 10 | 11111010 | 1100011 | 1100011 | 0 | 111100 | 10 | 10001111 | 1100010 | 110001 |
Color Harmonies of #02FA63
Complementary color
Monochromatic Colors of #02FA63
Black with #02FA63
Text Example
Text Example
White with #02FA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA63; }
p { color: rgb(2,250,99); }
H1.HeaderClassName
{
color: #02FA63;
}
.AnyTagClassName
{
color: #02FA63;
}
</style>
background-color css
<style>
a { background-color: #02FA63; }
a { background-color: rgb(2,250,99); }
div.DivClassName
{
background-color: #02FA63;
}
.BgClassName
{
background-color: #02FA63;
}
</style>
border-color css
<style>
span { border-color: #02FA63; }
span { border-color: rgb(2,250,99); }
td.TdClassName
{
border-color: #02FA63;
}
.TagClassName
{
border-color: #02FA63;
}
</style>