Shades of Lime #0AFD06
Tints of Lime #0AFD06
RGB
CMYK
RGB Variations
Color information
#0AFD06 (or 0x0AFD06) is known color: Lime. HEX triplet: 0A, FD and 06. RGB value is (10,253,6). Sum of RGB (Red+Green+Blue) = 10+253+6=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 253 (99.22% from 255 or 94.05% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 253 - color contains mainly: green. Hex color #0AFD06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFD06 is #F502F9. Grayscale: #989898. Windows color (decimal): -16057082 or 457994. OLE color: 457994.
HSL color Cylindrical-coordinate representation of color #0AFD06: hue angle of 119.03º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0AFD06 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 253 | 6 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.01 |
| HSL | 119.03º | 0.98% | 0.51% | - |
| HSV(B) | 119.03º | 0.98% | 0.99% | - |
| XYZ | 35.28 | 70.33 | 11.89 | - |
| YUV | 152.19 | 45.49 | 26.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 253 | 6 | 0.96 | 0 | 0.98 | 0.01 | 119.03 | 0.98 | 0.51 |
| Hex | A | FD | 6 | 60 | 0 | 62 | 1 | 77 | 62 | 33 |
| Octal | 12 | 375 | 6 | 140 | 0 | 142 | 1 | 167 | 142 | 63 |
| Binary | 1010 | 11111101 | 110 | 1100000 | 0 | 1100010 | 1 | 1110111 | 1100010 | 110011 |
Color Harmonies of #0AFD06
Complementary color
Monochromatic Colors of #0AFD06
Black with #0AFD06
Text Example
Text Example
White with #0AFD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFD06; }
p { color: rgb(10,253,6); }
H1.HeaderClassName
{
color: #0AFD06;
}
.AnyTagClassName
{
color: #0AFD06;
}
</style>
background-color css
<style>
a { background-color: #0AFD06; }
a { background-color: rgb(10,253,6); }
div.DivClassName
{
background-color: #0AFD06;
}
.BgClassName
{
background-color: #0AFD06;
}
</style>
border-color css
<style>
span { border-color: #0AFD06; }
span { border-color: rgb(10,253,6); }
td.TdClassName
{
border-color: #0AFD06;
}
.TagClassName
{
border-color: #0AFD06;
}
</style>