Shades of Lime #0AEF01
Tints of Lime #0AEF01
RGB
CMYK
RGB Variations
Color information
#0AEF01 (or 0x0AEF01) is known color: Lime. HEX triplet: 0A, EF and 01. RGB value is (10,239,1). Sum of RGB (Red+Green+Blue) = 10+239+1=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 239 (93.75% from 255 or 95.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 239 - color contains mainly: green. Hex color #0AEF01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AEF01 is #F510FE. Grayscale: #909090. Windows color (decimal): -16060671 or 126730. OLE color: 126730.
HSL color Cylindrical-coordinate representation of color #0AEF01: hue angle of 117.73º 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 #0AEF01 is Cyan = 0.96, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 239 | 1 | - |
| CMYK | 0.96 | 0 | 1.00 | 0.06 |
| HSL | 117.73º | 0.99% | 0.47% | - |
| HSV(B) | 117.73º | 1% | 0.94% | - |
| XYZ | 31 | 61.8 | 10.32 | - |
| YUV | 143.4 | 47.63 | 32.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 239 | 1 | 0.96 | 0 | 1.00 | 0.06 | 117.73 | 0.99 | 0.47 |
| Hex | A | EF | 1 | 60 | 0 | 64 | 6 | 76 | 63 | 2F |
| Octal | 12 | 357 | 1 | 140 | 0 | 144 | 6 | 166 | 143 | 57 |
| Binary | 1010 | 11101111 | 1 | 1100000 | 0 | 1100100 | 110 | 1110110 | 1100011 | 101111 |
Color Harmonies of #0AEF01
Complementary color
Monochromatic Colors of #0AEF01
Black with #0AEF01
Text Example
Text Example
White with #0AEF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEF01; }
p { color: rgb(10,239,1); }
H1.HeaderClassName
{
color: #0AEF01;
}
.AnyTagClassName
{
color: #0AEF01;
}
</style>
background-color css
<style>
a { background-color: #0AEF01; }
a { background-color: rgb(10,239,1); }
div.DivClassName
{
background-color: #0AEF01;
}
.BgClassName
{
background-color: #0AEF01;
}
</style>
border-color css
<style>
span { border-color: #0AEF01; }
span { border-color: rgb(10,239,1); }
td.TdClassName
{
border-color: #0AEF01;
}
.TagClassName
{
border-color: #0AEF01;
}
</style>