Shades of Lime #0AF001
Tints of Lime #0AF001
RGB
CMYK
RGB Variations
Color information
#0AF001 (or 0x0AF001) is known color: Lime. HEX triplet: 0A, F0 and 01. RGB value is (10,240,1). Sum of RGB (Red+Green+Blue) = 10+240+1=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 240 (94.14% from 255 or 95.62% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF001 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF001 is #F50FFE. Grayscale: #909090. Windows color (decimal): -16060415 or 126986. OLE color: 126986.
HSL color Cylindrical-coordinate representation of color #0AF001: hue angle of 117.74º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0AF001 is Cyan = 0.96, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 240 | 1 | - |
| CMYK | 0.96 | 0 | 1.00 | 0.06 |
| HSL | 117.74º | 0.99% | 0.47% | - |
| HSV(B) | 117.74º | 1% | 0.94% | - |
| XYZ | 31.29 | 62.39 | 10.42 | - |
| YUV | 143.98 | 47.3 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 1 | 0.96 | 0 | 1.00 | 0.06 | 117.74 | 0.99 | 0.47 |
| Hex | A | F0 | 1 | 60 | 0 | 64 | 6 | 76 | 63 | 2F |
| Octal | 12 | 360 | 1 | 140 | 0 | 144 | 6 | 166 | 143 | 57 |
| Binary | 1010 | 11110000 | 1 | 1100000 | 0 | 1100100 | 110 | 1110110 | 1100011 | 101111 |
Color Harmonies of #0AF001
Complementary color
Monochromatic Colors of #0AF001
Black with #0AF001
Text Example
Text Example
White with #0AF001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF001; }
p { color: rgb(10,240,1); }
H1.HeaderClassName
{
color: #0AF001;
}
.AnyTagClassName
{
color: #0AF001;
}
</style>
background-color css
<style>
a { background-color: #0AF001; }
a { background-color: rgb(10,240,1); }
div.DivClassName
{
background-color: #0AF001;
}
.BgClassName
{
background-color: #0AF001;
}
</style>
border-color css
<style>
span { border-color: #0AF001; }
span { border-color: rgb(10,240,1); }
td.TdClassName
{
border-color: #0AF001;
}
.TagClassName
{
border-color: #0AF001;
}
</style>