Shades of Lime #05FA01
Tints of Lime #05FA01
RGB
CMYK
RGB Variations
Color information
#05FA01 (or 0x05FA01) is known color: Lime. HEX triplet: 05, FA and 01. RGB value is (5,250,1). Sum of RGB (Red+Green+Blue) = 5+250+1=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 250 (98.05% from 255 or 97.66% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 250 - color contains mainly: green. Hex color #05FA01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FA01 is #FA05FE. Grayscale: #959595. Windows color (decimal): -16385535 or 129541. OLE color: 129541.
HSL color Cylindrical-coordinate representation of color #05FA01: hue angle of 119.04º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05FA01 is Cyan = 0.98, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 250 | 1 | - |
| CMYK | 0.98 | 0 | 1.00 | 0.02 |
| HSL | 119.04º | 0.99% | 0.49% | - |
| HSV(B) | 119.04º | 1% | 0.98% | - |
| XYZ | 34.25 | 68.41 | 11.43 | - |
| YUV | 148.36 | 44.83 | 25.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 250 | 1 | 0.98 | 0 | 1.00 | 0.02 | 119.04 | 0.99 | 0.49 |
| Hex | 5 | FA | 1 | 62 | 0 | 64 | 2 | 77 | 63 | 31 |
| Octal | 5 | 372 | 1 | 142 | 0 | 144 | 2 | 167 | 143 | 61 |
| Binary | 101 | 11111010 | 1 | 1100010 | 0 | 1100100 | 10 | 1110111 | 1100011 | 110001 |
Color Harmonies of #05FA01
Complementary color
Monochromatic Colors of #05FA01
Black with #05FA01
Text Example
Text Example
White with #05FA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FA01; }
p { color: rgb(5,250,1); }
H1.HeaderClassName
{
color: #05FA01;
}
.AnyTagClassName
{
color: #05FA01;
}
</style>
background-color css
<style>
a { background-color: #05FA01; }
a { background-color: rgb(5,250,1); }
div.DivClassName
{
background-color: #05FA01;
}
.BgClassName
{
background-color: #05FA01;
}
</style>
border-color css
<style>
span { border-color: #05FA01; }
span { border-color: rgb(5,250,1); }
td.TdClassName
{
border-color: #05FA01;
}
.TagClassName
{
border-color: #05FA01;
}
</style>