Shades of Lime #0AFB00
Tints of Lime #0AFB00
RGB
CMYK
RGB Variations
Color information
#0AFB00 (or 0x0AFB00) is known color: Lime. HEX triplet: 0A, FB and 00. RGB value is (10,251,0). Sum of RGB (Red+Green+Blue) = 10+251+0=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 251 (98.44% from 255 or 96.17% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFB00 is #F504FF. Grayscale: #979797. Windows color (decimal): -16057600 or 64266. OLE color: 64266.
HSL color Cylindrical-coordinate representation of color #0AFB00: hue angle of 117.61º 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 #0AFB00 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.02 |
| HSL | 117.61º | 1% | 0.49% | - |
| HSV(B) | 117.61º | 1% | 0.98% | - |
| XYZ | 34.62 | 69.06 | 11.5 | - |
| YUV | 150.33 | 43.16 | 27.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 0 | 0.96 | 0 | 1 | 0.02 | 117.61 | 1 | 0.49 |
| Hex | A | FB | 0 | 60 | 0 | 64 | 2 | 76 | 64 | 31 |
| Octal | 12 | 373 | 0 | 140 | 0 | 144 | 2 | 166 | 144 | 61 |
| Binary | 1010 | 11111011 | 0 | 1100000 | 0 | 1100100 | 10 | 1110110 | 1100100 | 110001 |
Color Harmonies of #0AFB00
Complementary color
Monochromatic Colors of #0AFB00
Black with #0AFB00
Text Example
Text Example
White with #0AFB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFB00; }
p { color: rgb(10,251,0); }
H1.HeaderClassName
{
color: #0AFB00;
}
.AnyTagClassName
{
color: #0AFB00;
}
</style>
background-color css
<style>
a { background-color: #0AFB00; }
a { background-color: rgb(10,251,0); }
div.DivClassName
{
background-color: #0AFB00;
}
.BgClassName
{
background-color: #0AFB00;
}
</style>
border-color css
<style>
span { border-color: #0AFB00; }
span { border-color: rgb(10,251,0); }
td.TdClassName
{
border-color: #0AFB00;
}
.TagClassName
{
border-color: #0AFB00;
}
</style>