Shades of Spring Green #01FF60
Tints of Spring Green #01FF60
RGB
CMYK
RGB Variations
Color information
#01FF60 (or 0x01FF60) is known color: Spring Green. HEX triplet: 01, FF and 60. RGB value is (1,255,96). Sum of RGB (Red+Green+Blue) = 1+255+96=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FF60 is #FE009F. Grayscale: #A1A1A1. Windows color (decimal): -16646304 or 6356737. OLE color: 6356737.
HSL color Cylindrical-coordinate representation of color #01FF60: hue angle of 142.44º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FF60 is Cyan = 1.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 96 | - |
| CMYK | 1.00 | 0 | 0.62 | 0 |
| HSL | 142.44º | 1% | 0.5% | - |
| HSV(B) | 142.44º | 1% | 1% | - |
| XYZ | 37.88 | 72.37 | 23.04 | - |
| YUV | 160.93 | 91.35 | 13.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 96 | 1.00 | 0 | 0.62 | 0 | 142.44 | 1 | 0.5 |
| Hex | 1 | FF | 60 | 64 | 0 | 3E | 0 | 8E | 64 | 32 |
| Octal | 1 | 377 | 140 | 144 | 0 | 76 | 0 | 216 | 144 | 62 |
| Binary | 1 | 11111111 | 1100000 | 1100100 | 0 | 111110 | 0 | 10001110 | 1100100 | 110010 |
Color Harmonies of #01FF60
Complementary color
Monochromatic Colors of #01FF60
Black with #01FF60
Text Example
Text Example
White with #01FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF60; }
p { color: rgb(1,255,96); }
H1.HeaderClassName
{
color: #01FF60;
}
.AnyTagClassName
{
color: #01FF60;
}
</style>
background-color css
<style>
a { background-color: #01FF60; }
a { background-color: rgb(1,255,96); }
div.DivClassName
{
background-color: #01FF60;
}
.BgClassName
{
background-color: #01FF60;
}
</style>
border-color css
<style>
span { border-color: #01FF60; }
span { border-color: rgb(1,255,96); }
td.TdClassName
{
border-color: #01FF60;
}
.TagClassName
{
border-color: #01FF60;
}
</style>