Shades of Lime #08FF00
Tints of Lime #08FF00
RGB
CMYK
RGB Variations
Color information
#08FF00 (or 0x08FF00) is known color: Lime. HEX triplet: 08, FF and 00. RGB value is (8,255,0). Sum of RGB (Red+Green+Blue) = 8+255+0=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 255 (100% from 255 or 96.96% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 255 - color contains mainly: green. Hex color #08FF00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08FF00 is #F700FF. Grayscale: #989898. Windows color (decimal): -16187648 or 65288. OLE color: 65288.
HSL color Cylindrical-coordinate representation of color #08FF00: hue angle of 118.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08FF00 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0 |
| HSL | 118.12º | 1% | 0.5% | - |
| HSV(B) | 118.12º | 1% | 1% | - |
| XYZ | 35.86 | 71.57 | 11.92 | - |
| YUV | 152.08 | 42.17 | 25.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 0 | 0.97 | 0 | 1 | 0 | 118.12 | 1 | 0.5 |
| Hex | 8 | FF | 0 | 61 | 0 | 64 | 0 | 76 | 64 | 32 |
| Octal | 10 | 377 | 0 | 141 | 0 | 144 | 0 | 166 | 144 | 62 |
| Binary | 1000 | 11111111 | 0 | 1100001 | 0 | 1100100 | 0 | 1110110 | 1100100 | 110010 |
Color Harmonies of #08FF00
Complementary color
Monochromatic Colors of #08FF00
Black with #08FF00
Text Example
Text Example
White with #08FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FF00; }
p { color: rgb(8,255,0); }
H1.HeaderClassName
{
color: #08FF00;
}
.AnyTagClassName
{
color: #08FF00;
}
</style>
background-color css
<style>
a { background-color: #08FF00; }
a { background-color: rgb(8,255,0); }
div.DivClassName
{
background-color: #08FF00;
}
.BgClassName
{
background-color: #08FF00;
}
</style>
border-color css
<style>
span { border-color: #08FF00; }
span { border-color: rgb(8,255,0); }
td.TdClassName
{
border-color: #08FF00;
}
.TagClassName
{
border-color: #08FF00;
}
</style>