Shades of Lime #0AFB02
Tints of Lime #0AFB02
RGB
CMYK
RGB Variations
Color information
#0AFB02 (or 0x0AFB02) is known color: Lime. HEX triplet: 0A, FB and 02. RGB value is (10,251,2). Sum of RGB (Red+Green+Blue) = 10+251+2=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 251 (98.44% from 255 or 95.44% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFB02 is #F504FD. Grayscale: #979797. Windows color (decimal): -16057598 or 195338. OLE color: 195338.
HSL color Cylindrical-coordinate representation of color #0AFB02: hue angle of 118.07º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0AFB02 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.02 |
| HSL | 118.07º | 0.98% | 0.5% | - |
| HSV(B) | 118.07º | 0.99% | 0.98% | - |
| XYZ | 34.63 | 69.06 | 11.56 | - |
| YUV | 150.56 | 44.16 | 27.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 2 | 0.96 | 0 | 0.99 | 0.02 | 118.07 | 0.98 | 0.5 |
| Hex | A | FB | 2 | 60 | 0 | 63 | 2 | 76 | 62 | 32 |
| Octal | 12 | 373 | 2 | 140 | 0 | 143 | 2 | 166 | 142 | 62 |
| Binary | 1010 | 11111011 | 10 | 1100000 | 0 | 1100011 | 10 | 1110110 | 1100010 | 110010 |
Color Harmonies of #0AFB02
Complementary color
Monochromatic Colors of #0AFB02
Black with #0AFB02
Text Example
Text Example
White with #0AFB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFB02; }
p { color: rgb(10,251,2); }
H1.HeaderClassName
{
color: #0AFB02;
}
.AnyTagClassName
{
color: #0AFB02;
}
</style>
background-color css
<style>
a { background-color: #0AFB02; }
a { background-color: rgb(10,251,2); }
div.DivClassName
{
background-color: #0AFB02;
}
.BgClassName
{
background-color: #0AFB02;
}
</style>
border-color css
<style>
span { border-color: #0AFB02; }
span { border-color: rgb(10,251,2); }
td.TdClassName
{
border-color: #0AFB02;
}
.TagClassName
{
border-color: #0AFB02;
}
</style>