Shades of Lime #05FC00
Tints of Lime #05FC00
RGB
CMYK
RGB Variations
Color information
#05FC00 (or 0x05FC00) is known color: Lime. HEX triplet: 05, FC and 00. RGB value is (5,252,0). Sum of RGB (Red+Green+Blue) = 5+252+0=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 252 (98.83% from 255 or 98.05% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 252 - color contains mainly: green. Hex color #05FC00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FC00 is #FA03FF. Grayscale: #969696. Windows color (decimal): -16385024 or 64517. OLE color: 64517.
HSL color Cylindrical-coordinate representation of color #05FC00: hue angle of 118.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05FC00 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.01 |
| HSL | 118.81º | 1% | 0.49% | - |
| HSV(B) | 118.81º | 1% | 0.99% | - |
| XYZ | 34.87 | 69.65 | 11.61 | - |
| YUV | 149.42 | 43.67 | 24.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 0 | 0.98 | 0 | 1 | 0.01 | 118.81 | 1 | 0.49 |
| Hex | 5 | FC | 0 | 62 | 0 | 64 | 1 | 77 | 64 | 31 |
| Octal | 5 | 374 | 0 | 142 | 0 | 144 | 1 | 167 | 144 | 61 |
| Binary | 101 | 11111100 | 0 | 1100010 | 0 | 1100100 | 1 | 1110111 | 1100100 | 110001 |
Color Harmonies of #05FC00
Complementary color
Monochromatic Colors of #05FC00
Black with #05FC00
Text Example
Text Example
White with #05FC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FC00; }
p { color: rgb(5,252,0); }
H1.HeaderClassName
{
color: #05FC00;
}
.AnyTagClassName
{
color: #05FC00;
}
</style>
background-color css
<style>
a { background-color: #05FC00; }
a { background-color: rgb(5,252,0); }
div.DivClassName
{
background-color: #05FC00;
}
.BgClassName
{
background-color: #05FC00;
}
</style>
border-color css
<style>
span { border-color: #05FC00; }
span { border-color: rgb(5,252,0); }
td.TdClassName
{
border-color: #05FC00;
}
.TagClassName
{
border-color: #05FC00;
}
</style>