Shades of Lime #0AF100
Tints of Lime #0AF100
RGB
CMYK
RGB Variations
Color information
#0AF100 (or 0x0AF100) is known color: Lime. HEX triplet: 0A, F1 and 00. RGB value is (10,241,0). Sum of RGB (Red+Green+Blue) = 10+241+0=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 241 (94.53% from 255 or 96.02% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF100 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF100 is #F50EFF. Grayscale: #919191. Windows color (decimal): -16060160 or 61706. OLE color: 61706.
HSL color Cylindrical-coordinate representation of color #0AF100: hue angle of 117.51º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0AF100 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.05 |
| HSL | 117.51º | 1% | 0.47% | - |
| HSV(B) | 117.51º | 1% | 0.95% | - |
| XYZ | 31.58 | 62.98 | 10.49 | - |
| YUV | 144.46 | 46.47 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 0 | 0.96 | 0 | 1 | 0.05 | 117.51 | 1 | 0.47 |
| Hex | A | F1 | 0 | 60 | 0 | 64 | 5 | 76 | 64 | 2F |
| Octal | 12 | 361 | 0 | 140 | 0 | 144 | 5 | 166 | 144 | 57 |
| Binary | 1010 | 11110001 | 0 | 1100000 | 0 | 1100100 | 101 | 1110110 | 1100100 | 101111 |
Color Harmonies of #0AF100
Complementary color
Monochromatic Colors of #0AF100
Black with #0AF100
Text Example
Text Example
White with #0AF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF100; }
p { color: rgb(10,241,0); }
H1.HeaderClassName
{
color: #0AF100;
}
.AnyTagClassName
{
color: #0AF100;
}
</style>
background-color css
<style>
a { background-color: #0AF100; }
a { background-color: rgb(10,241,0); }
div.DivClassName
{
background-color: #0AF100;
}
.BgClassName
{
background-color: #0AF100;
}
</style>
border-color css
<style>
span { border-color: #0AF100; }
span { border-color: rgb(10,241,0); }
td.TdClassName
{
border-color: #0AF100;
}
.TagClassName
{
border-color: #0AF100;
}
</style>