Shades of Lime #01FC0A
Tints of Lime #01FC0A
RGB
CMYK
RGB Variations
Color information
#01FC0A (or 0x01FC0A) is known color: Lime. HEX triplet: 01, FC and 0A. RGB value is (1,252,10). Sum of RGB (Red+Green+Blue) = 1+252+10=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 252 (98.83% from 255 or 95.82% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 252 - color contains mainly: green. Hex color #01FC0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FC0A is #FE03F5. Grayscale: #969696. Windows color (decimal): -16647158 or 719873. OLE color: 719873.
HSL color Cylindrical-coordinate representation of color #01FC0A: hue angle of 122.15º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FC0A is Cyan = 1.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 252 | 10 | - |
| CMYK | 1.00 | 0 | 0.96 | 0.01 |
| HSL | 122.15º | 0.99% | 0.5% | - |
| HSV(B) | 122.15º | 1% | 0.99% | - |
| XYZ | 34.88 | 69.65 | 11.89 | - |
| YUV | 149.36 | 49.34 | 22.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 252 | 10 | 1.00 | 0 | 0.96 | 0.01 | 122.15 | 0.99 | 0.5 |
| Hex | 1 | FC | A | 64 | 0 | 60 | 1 | 7A | 63 | 32 |
| Octal | 1 | 374 | 12 | 144 | 0 | 140 | 1 | 172 | 143 | 62 |
| Binary | 1 | 11111100 | 1010 | 1100100 | 0 | 1100000 | 1 | 1111010 | 1100011 | 110010 |
Color Harmonies of #01FC0A
Complementary color
Monochromatic Colors of #01FC0A
Black with #01FC0A
Text Example
Text Example
White with #01FC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FC0A; }
p { color: rgb(1,252,10); }
H1.HeaderClassName
{
color: #01FC0A;
}
.AnyTagClassName
{
color: #01FC0A;
}
</style>
background-color css
<style>
a { background-color: #01FC0A; }
a { background-color: rgb(1,252,10); }
div.DivClassName
{
background-color: #01FC0A;
}
.BgClassName
{
background-color: #01FC0A;
}
</style>
border-color css
<style>
span { border-color: #01FC0A; }
span { border-color: rgb(1,252,10); }
td.TdClassName
{
border-color: #01FC0A;
}
.TagClassName
{
border-color: #01FC0A;
}
</style>