Shades of Lime #0AFB01
Tints of Lime #0AFB01
RGB
CMYK
RGB Variations
Color information
#0AFB01 (or 0x0AFB01) is known color: Lime. HEX triplet: 0A, FB and 01. RGB value is (10,251,1). Sum of RGB (Red+Green+Blue) = 10+251+1=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 251 (98.44% from 255 or 95.80% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFB01 is #F504FE. Grayscale: #979797. Windows color (decimal): -16057599 or 129802. OLE color: 129802.
HSL color Cylindrical-coordinate representation of color #0AFB01: hue angle of 117.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0AFB01 is Cyan = 0.96, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 1 | - |
| CMYK | 0.96 | 0 | 1.00 | 0.02 |
| HSL | 117.84º | 0.99% | 0.49% | - |
| HSV(B) | 117.84º | 1% | 0.98% | - |
| XYZ | 34.63 | 69.06 | 11.53 | - |
| YUV | 150.44 | 43.66 | 27.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 1 | 0.96 | 0 | 1.00 | 0.02 | 117.84 | 0.99 | 0.49 |
| Hex | A | FB | 1 | 60 | 0 | 64 | 2 | 76 | 63 | 31 |
| Octal | 12 | 373 | 1 | 140 | 0 | 144 | 2 | 166 | 143 | 61 |
| Binary | 1010 | 11111011 | 1 | 1100000 | 0 | 1100100 | 10 | 1110110 | 1100011 | 110001 |
Color Harmonies of #0AFB01
Complementary color
Monochromatic Colors of #0AFB01
Black with #0AFB01
Text Example
Text Example
White with #0AFB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFB01; }
p { color: rgb(10,251,1); }
H1.HeaderClassName
{
color: #0AFB01;
}
.AnyTagClassName
{
color: #0AFB01;
}
</style>
background-color css
<style>
a { background-color: #0AFB01; }
a { background-color: rgb(10,251,1); }
div.DivClassName
{
background-color: #0AFB01;
}
.BgClassName
{
background-color: #0AFB01;
}
</style>
border-color css
<style>
span { border-color: #0AFB01; }
span { border-color: rgb(10,251,1); }
td.TdClassName
{
border-color: #0AFB01;
}
.TagClassName
{
border-color: #0AFB01;
}
</style>