Shades of Spring Green #01FE7C
Tints of Spring Green #01FE7C
RGB
CMYK
RGB Variations
Color information
#01FE7C (or 0x01FE7C) is known color: Spring Green. HEX triplet: 01, FE and 7C. RGB value is (1,254,124). Sum of RGB (Red+Green+Blue) = 1+254+124=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 254 (99.61% from 255 or 67.02% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE7C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FE7C is #FE0183. Grayscale: #A3A3A3. Windows color (decimal): -16646532 or 8191489. OLE color: 8191489.
HSL color Cylindrical-coordinate representation of color #01FE7C: hue angle of 149.17º 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 #01FE7C is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 124 | - |
| CMYK | 1.00 | 0 | 0.51 | 0.00 |
| HSL | 149.17º | 0.99% | 0.5% | - |
| HSV(B) | 149.17º | 1% | 1% | - |
| XYZ | 39.09 | 72.35 | 30.97 | - |
| YUV | 163.53 | 105.68 | 12.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 124 | 1.00 | 0 | 0.51 | 0.00 | 149.17 | 0.99 | 0.5 |
| Hex | 1 | FE | 7C | 64 | 0 | 33 | 0 | 95 | 63 | 32 |
| Octal | 1 | 376 | 174 | 144 | 0 | 63 | 0 | 225 | 143 | 62 |
| Binary | 1 | 11111110 | 1111100 | 1100100 | 0 | 110011 | 0 | 10010101 | 1100011 | 110010 |
Color Harmonies of #01FE7C
Complementary color
Monochromatic Colors of #01FE7C
Black with #01FE7C
Text Example
Text Example
White with #01FE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FE7C; }
p { color: rgb(1,254,124); }
H1.HeaderClassName
{
color: #01FE7C;
}
.AnyTagClassName
{
color: #01FE7C;
}
</style>
background-color css
<style>
a { background-color: #01FE7C; }
a { background-color: rgb(1,254,124); }
div.DivClassName
{
background-color: #01FE7C;
}
.BgClassName
{
background-color: #01FE7C;
}
</style>
border-color css
<style>
span { border-color: #01FE7C; }
span { border-color: rgb(1,254,124); }
td.TdClassName
{
border-color: #01FE7C;
}
.TagClassName
{
border-color: #01FE7C;
}
</style>