Shades of Spring Green #02FE60
Tints of Spring Green #02FE60
RGB
CMYK
RGB Variations
Color information
#02FE60 (or 0x02FE60) is known color: Spring Green. HEX triplet: 02, FE and 60. RGB value is (2,254,96). Sum of RGB (Red+Green+Blue) = 2+254+96=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 254 (99.61% from 255 or 72.16% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FE60 is #FD019F. Grayscale: #A1A1A1. Windows color (decimal): -16581024 or 6356482. OLE color: 6356482.
HSL color Cylindrical-coordinate representation of color #02FE60: hue angle of 142.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FE60 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 96 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.00 |
| HSL | 142.38º | 0.99% | 0.5% | - |
| HSV(B) | 142.38º | 0.99% | 1% | - |
| XYZ | 37.58 | 71.74 | 22.93 | - |
| YUV | 160.64 | 91.51 | 14.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 96 | 0.99 | 0 | 0.62 | 0.00 | 142.38 | 0.99 | 0.5 |
| Hex | 2 | FE | 60 | 63 | 0 | 3E | 0 | 8E | 63 | 32 |
| Octal | 2 | 376 | 140 | 143 | 0 | 76 | 0 | 216 | 143 | 62 |
| Binary | 10 | 11111110 | 1100000 | 1100011 | 0 | 111110 | 0 | 10001110 | 1100011 | 110010 |
Color Harmonies of #02FE60
Complementary color
Monochromatic Colors of #02FE60
Black with #02FE60
Text Example
Text Example
White with #02FE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FE60; }
p { color: rgb(2,254,96); }
H1.HeaderClassName
{
color: #02FE60;
}
.AnyTagClassName
{
color: #02FE60;
}
</style>
background-color css
<style>
a { background-color: #02FE60; }
a { background-color: rgb(2,254,96); }
div.DivClassName
{
background-color: #02FE60;
}
.BgClassName
{
background-color: #02FE60;
}
</style>
border-color css
<style>
span { border-color: #02FE60; }
span { border-color: rgb(2,254,96); }
td.TdClassName
{
border-color: #02FE60;
}
.TagClassName
{
border-color: #02FE60;
}
</style>