Shades of Lime #01FE05
Tints of Lime #01FE05
RGB
CMYK
RGB Variations
Color information
#01FE05 (or 0x01FE05) is known color: Lime. HEX triplet: 01, FE and 05. RGB value is (1,254,5). Sum of RGB (Red+Green+Blue) = 1+254+5=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 254 (99.61% from 255 or 97.69% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FE05 is #FE01FA. Grayscale: #969696. Windows color (decimal): -16646651 or 392705. OLE color: 392705.
HSL color Cylindrical-coordinate representation of color #01FE05: hue angle of 120.95º 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 #01FE05 is Cyan = 1.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 5 | - |
| CMYK | 1.00 | 0 | 0.98 | 0.00 |
| HSL | 120.95º | 0.99% | 0.5% | - |
| HSV(B) | 120.95º | 1% | 1% | - |
| XYZ | 35.48 | 70.9 | 11.96 | - |
| YUV | 149.97 | 46.18 | 21.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 5 | 1.00 | 0 | 0.98 | 0.00 | 120.95 | 0.99 | 0.5 |
| Hex | 1 | FE | 5 | 64 | 0 | 62 | 0 | 79 | 63 | 32 |
| Octal | 1 | 376 | 5 | 144 | 0 | 142 | 0 | 171 | 143 | 62 |
| Binary | 1 | 11111110 | 101 | 1100100 | 0 | 1100010 | 0 | 1111001 | 1100011 | 110010 |
Color Harmonies of #01FE05
Complementary color
Monochromatic Colors of #01FE05
Black with #01FE05
Text Example
Text Example
White with #01FE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FE05; }
p { color: rgb(1,254,5); }
H1.HeaderClassName
{
color: #01FE05;
}
.AnyTagClassName
{
color: #01FE05;
}
</style>
background-color css
<style>
a { background-color: #01FE05; }
a { background-color: rgb(1,254,5); }
div.DivClassName
{
background-color: #01FE05;
}
.BgClassName
{
background-color: #01FE05;
}
</style>
border-color css
<style>
span { border-color: #01FE05; }
span { border-color: rgb(1,254,5); }
td.TdClassName
{
border-color: #01FE05;
}
.TagClassName
{
border-color: #01FE05;
}
</style>