Shades of Spring Green #02FA78
Tints of Spring Green #02FA78
RGB
CMYK
RGB Variations
Color information
#02FA78 (or 0x02FA78) is known color: Spring Green. HEX triplet: 02, FA and 78. RGB value is (2,250,120). Sum of RGB (Red+Green+Blue) = 2+250+120=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 250 (98.05% from 255 or 67.20% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA78 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FA78 is #FD0587. Grayscale: #A1A1A1. Windows color (decimal): -16582024 or 7928322. OLE color: 7928322.
HSL color Cylindrical-coordinate representation of color #02FA78: hue angle of 148.55º 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 #02FA78 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 120 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.02 |
| HSL | 148.55º | 0.98% | 0.49% | - |
| HSV(B) | 148.55º | 0.99% | 0.98% | - |
| XYZ | 37.6 | 69.74 | 29.25 | - |
| YUV | 161.03 | 104.84 | 14.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 120 | 0.99 | 0 | 0.52 | 0.02 | 148.55 | 0.98 | 0.49 |
| Hex | 2 | FA | 78 | 63 | 0 | 34 | 2 | 95 | 62 | 31 |
| Octal | 2 | 372 | 170 | 143 | 0 | 64 | 2 | 225 | 142 | 61 |
| Binary | 10 | 11111010 | 1111000 | 1100011 | 0 | 110100 | 10 | 10010101 | 1100010 | 110001 |
Color Harmonies of #02FA78
Complementary color
Monochromatic Colors of #02FA78
Black with #02FA78
Text Example
Text Example
White with #02FA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA78; }
p { color: rgb(2,250,120); }
H1.HeaderClassName
{
color: #02FA78;
}
.AnyTagClassName
{
color: #02FA78;
}
</style>
background-color css
<style>
a { background-color: #02FA78; }
a { background-color: rgb(2,250,120); }
div.DivClassName
{
background-color: #02FA78;
}
.BgClassName
{
background-color: #02FA78;
}
</style>
border-color css
<style>
span { border-color: #02FA78; }
span { border-color: rgb(2,250,120); }
td.TdClassName
{
border-color: #02FA78;
}
.TagClassName
{
border-color: #02FA78;
}
</style>