Shades of Lime #05FD00
Tints of Lime #05FD00
RGB
CMYK
RGB Variations
Color information
#05FD00 (or 0x05FD00) is known color: Lime. HEX triplet: 05, FD and 00. RGB value is (5,253,0). Sum of RGB (Red+Green+Blue) = 5+253+0=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 253 (99.22% from 255 or 98.06% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 253 - color contains mainly: green. Hex color #05FD00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FD00 is #FA02FF. Grayscale: #969696. Windows color (decimal): -16384768 or 64773. OLE color: 64773.
HSL color Cylindrical-coordinate representation of color #05FD00: hue angle of 118.81º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05FD00 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 253 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.01 |
| HSL | 118.81º | 1% | 0.5% | - |
| HSV(B) | 118.81º | 1% | 0.99% | - |
| XYZ | 35.19 | 70.28 | 11.71 | - |
| YUV | 150.01 | 43.34 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 253 | 0 | 0.98 | 0 | 1 | 0.01 | 118.81 | 1 | 0.5 |
| Hex | 5 | FD | 0 | 62 | 0 | 64 | 1 | 77 | 64 | 32 |
| Octal | 5 | 375 | 0 | 142 | 0 | 144 | 1 | 167 | 144 | 62 |
| Binary | 101 | 11111101 | 0 | 1100010 | 0 | 1100100 | 1 | 1110111 | 1100100 | 110010 |
Color Harmonies of #05FD00
Complementary color
Monochromatic Colors of #05FD00
Black with #05FD00
Text Example
Text Example
White with #05FD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FD00; }
p { color: rgb(5,253,0); }
H1.HeaderClassName
{
color: #05FD00;
}
.AnyTagClassName
{
color: #05FD00;
}
</style>
background-color css
<style>
a { background-color: #05FD00; }
a { background-color: rgb(5,253,0); }
div.DivClassName
{
background-color: #05FD00;
}
.BgClassName
{
background-color: #05FD00;
}
</style>
border-color css
<style>
span { border-color: #05FD00; }
span { border-color: rgb(5,253,0); }
td.TdClassName
{
border-color: #05FD00;
}
.TagClassName
{
border-color: #05FD00;
}
</style>