Shades of Lime #0AF800
Tints of Lime #0AF800
RGB
CMYK
RGB Variations
Color information
#0AF800 (or 0x0AF800) is known color: Lime. HEX triplet: 0A, F8 and 00. RGB value is (10,248,0). Sum of RGB (Red+Green+Blue) = 10+248+0=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 248 (97.27% from 255 or 96.12% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF800 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF800 is #F507FF. Grayscale: #959595. Windows color (decimal): -16058368 or 63498. OLE color: 63498.
HSL color Cylindrical-coordinate representation of color #0AF800: hue angle of 117.58º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0AF800 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.03 |
| HSL | 117.58º | 1% | 0.49% | - |
| HSV(B) | 117.58º | 1% | 0.97% | - |
| XYZ | 33.69 | 67.2 | 11.19 | - |
| YUV | 148.57 | 44.15 | 29.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 0 | 0.96 | 0 | 1 | 0.03 | 117.58 | 1 | 0.49 |
| Hex | A | F8 | 0 | 60 | 0 | 64 | 3 | 76 | 64 | 31 |
| Octal | 12 | 370 | 0 | 140 | 0 | 144 | 3 | 166 | 144 | 61 |
| Binary | 1010 | 11111000 | 0 | 1100000 | 0 | 1100100 | 11 | 1110110 | 1100100 | 110001 |
Color Harmonies of #0AF800
Complementary color
Monochromatic Colors of #0AF800
Black with #0AF800
Text Example
Text Example
White with #0AF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF800; }
p { color: rgb(10,248,0); }
H1.HeaderClassName
{
color: #0AF800;
}
.AnyTagClassName
{
color: #0AF800;
}
</style>
background-color css
<style>
a { background-color: #0AF800; }
a { background-color: rgb(10,248,0); }
div.DivClassName
{
background-color: #0AF800;
}
.BgClassName
{
background-color: #0AF800;
}
</style>
border-color css
<style>
span { border-color: #0AF800; }
span { border-color: rgb(10,248,0); }
td.TdClassName
{
border-color: #0AF800;
}
.TagClassName
{
border-color: #0AF800;
}
</style>