Shades of Lime #05FF08
Tints of Lime #05FF08
RGB
CMYK
RGB Variations
Color information
#05FF08 (or 0x05FF08) is known color: Lime. HEX triplet: 05, FF and 08. RGB value is (5,255,8). Sum of RGB (Red+Green+Blue) = 5+255+8=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 255 (100% from 255 or 95.15% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FF08 is #FA00F7. Grayscale: #989898. Windows color (decimal): -16384248 or 589573. OLE color: 589573.
HSL color Cylindrical-coordinate representation of color #05FF08: hue angle of 120.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FF08 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 8 | - |
| CMYK | 0.98 | 0 | 0.97 | 0 |
| HSL | 120.72º | 1% | 0.51% | - |
| HSV(B) | 120.72º | 0.98% | 1% | - |
| XYZ | 35.87 | 71.57 | 12.15 | - |
| YUV | 152.09 | 46.68 | 23.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 8 | 0.98 | 0 | 0.97 | 0 | 120.72 | 1 | 0.51 |
| Hex | 5 | FF | 8 | 62 | 0 | 61 | 0 | 79 | 64 | 33 |
| Octal | 5 | 377 | 10 | 142 | 0 | 141 | 0 | 171 | 144 | 63 |
| Binary | 101 | 11111111 | 1000 | 1100010 | 0 | 1100001 | 0 | 1111001 | 1100100 | 110011 |
Color Harmonies of #05FF08
Complementary color
Monochromatic Colors of #05FF08
Black with #05FF08
Text Example
Text Example
White with #05FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF08; }
p { color: rgb(5,255,8); }
H1.HeaderClassName
{
color: #05FF08;
}
.AnyTagClassName
{
color: #05FF08;
}
</style>
background-color css
<style>
a { background-color: #05FF08; }
a { background-color: rgb(5,255,8); }
div.DivClassName
{
background-color: #05FF08;
}
.BgClassName
{
background-color: #05FF08;
}
</style>
border-color css
<style>
span { border-color: #05FF08; }
span { border-color: rgb(5,255,8); }
td.TdClassName
{
border-color: #05FF08;
}
.TagClassName
{
border-color: #05FF08;
}
</style>