Shades of Lime #08FA00
Tints of Lime #08FA00
RGB
CMYK
RGB Variations
Color information
#08FA00 (or 0x08FA00) is known color: Lime. HEX triplet: 08, FA and 00. RGB value is (8,250,0). Sum of RGB (Red+Green+Blue) = 8+250+0=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 250 (98.05% from 255 or 96.90% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 250 - color contains mainly: green. Hex color #08FA00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08FA00 is #F705FF. Grayscale: #959595. Windows color (decimal): -16188928 or 64008. OLE color: 64008.
HSL color Cylindrical-coordinate representation of color #08FA00: hue angle of 118.08º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08FA00 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 250 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.02 |
| HSL | 118.08º | 1% | 0.49% | - |
| HSV(B) | 118.08º | 1% | 0.98% | - |
| XYZ | 34.29 | 68.42 | 11.4 | - |
| YUV | 149.14 | 43.83 | 27.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 250 | 0 | 0.97 | 0 | 1 | 0.02 | 118.08 | 1 | 0.49 |
| Hex | 8 | FA | 0 | 61 | 0 | 64 | 2 | 76 | 64 | 31 |
| Octal | 10 | 372 | 0 | 141 | 0 | 144 | 2 | 166 | 144 | 61 |
| Binary | 1000 | 11111010 | 0 | 1100001 | 0 | 1100100 | 10 | 1110110 | 1100100 | 110001 |
Color Harmonies of #08FA00
Complementary color
Monochromatic Colors of #08FA00
Black with #08FA00
Text Example
Text Example
White with #08FA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FA00; }
p { color: rgb(8,250,0); }
H1.HeaderClassName
{
color: #08FA00;
}
.AnyTagClassName
{
color: #08FA00;
}
</style>
background-color css
<style>
a { background-color: #08FA00; }
a { background-color: rgb(8,250,0); }
div.DivClassName
{
background-color: #08FA00;
}
.BgClassName
{
background-color: #08FA00;
}
</style>
border-color css
<style>
span { border-color: #08FA00; }
span { border-color: rgb(8,250,0); }
td.TdClassName
{
border-color: #08FA00;
}
.TagClassName
{
border-color: #08FA00;
}
</style>