Shades of Spring Green #01FE60
Tints of Spring Green #01FE60
RGB
CMYK
RGB Variations
Color information
#01FE60 (or 0x01FE60) is known color: Spring Green. HEX triplet: 01, FE and 60. RGB value is (1,254,96). Sum of RGB (Red+Green+Blue) = 1+254+96=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 254 (99.61% from 255 or 72.36% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FE60 is #FE019F. Grayscale: #A0A0A0. Windows color (decimal): -16646560 or 6356481. OLE color: 6356481.
HSL color Cylindrical-coordinate representation of color #01FE60: hue angle of 142.53º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FE60 is Cyan = 1.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 96 | - |
| CMYK | 1.00 | 0 | 0.62 | 0.00 |
| HSL | 142.53º | 0.99% | 0.5% | - |
| HSV(B) | 142.53º | 1% | 1% | - |
| XYZ | 37.57 | 71.73 | 22.93 | - |
| YUV | 160.34 | 91.68 | 14.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 96 | 1.00 | 0 | 0.62 | 0.00 | 142.53 | 0.99 | 0.5 |
| Hex | 1 | FE | 60 | 64 | 0 | 3E | 0 | 8F | 63 | 32 |
| Octal | 1 | 376 | 140 | 144 | 0 | 76 | 0 | 217 | 143 | 62 |
| Binary | 1 | 11111110 | 1100000 | 1100100 | 0 | 111110 | 0 | 10001111 | 1100011 | 110010 |
Color Harmonies of #01FE60
Complementary color
Monochromatic Colors of #01FE60
Black with #01FE60
Text Example
Text Example
White with #01FE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FE60; }
p { color: rgb(1,254,96); }
H1.HeaderClassName
{
color: #01FE60;
}
.AnyTagClassName
{
color: #01FE60;
}
</style>
background-color css
<style>
a { background-color: #01FE60; }
a { background-color: rgb(1,254,96); }
div.DivClassName
{
background-color: #01FE60;
}
.BgClassName
{
background-color: #01FE60;
}
</style>
border-color css
<style>
span { border-color: #01FE60; }
span { border-color: rgb(1,254,96); }
td.TdClassName
{
border-color: #01FE60;
}
.TagClassName
{
border-color: #01FE60;
}
</style>