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