Shades of Lime #0AF804
Tints of Lime #0AF804
RGB
CMYK
RGB Variations
Color information
#0AF804 (or 0x0AF804) is known color: Lime. HEX triplet: 0A, F8 and 04. RGB value is (10,248,4). Sum of RGB (Red+Green+Blue) = 10+248+4=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 248 (97.27% from 255 or 94.66% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF804 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF804 is #F507FB. Grayscale: #959595. Windows color (decimal): -16058364 or 325642. OLE color: 325642.
HSL color Cylindrical-coordinate representation of color #0AF804: hue angle of 118.52º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0AF804 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.03 |
| HSL | 118.52º | 0.97% | 0.49% | - |
| HSV(B) | 118.52º | 0.98% | 0.97% | - |
| XYZ | 33.71 | 67.21 | 11.31 | - |
| YUV | 149.02 | 46.15 | 28.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 4 | 0.96 | 0 | 0.98 | 0.03 | 118.52 | 0.97 | 0.49 |
| Hex | A | F8 | 4 | 60 | 0 | 62 | 3 | 77 | 61 | 31 |
| Octal | 12 | 370 | 4 | 140 | 0 | 142 | 3 | 167 | 141 | 61 |
| Binary | 1010 | 11111000 | 100 | 1100000 | 0 | 1100010 | 11 | 1110111 | 1100001 | 110001 |
Color Harmonies of #0AF804
Complementary color
Monochromatic Colors of #0AF804
Black with #0AF804
Text Example
Text Example
White with #0AF804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF804; }
p { color: rgb(10,248,4); }
H1.HeaderClassName
{
color: #0AF804;
}
.AnyTagClassName
{
color: #0AF804;
}
</style>
background-color css
<style>
a { background-color: #0AF804; }
a { background-color: rgb(10,248,4); }
div.DivClassName
{
background-color: #0AF804;
}
.BgClassName
{
background-color: #0AF804;
}
</style>
border-color css
<style>
span { border-color: #0AF804; }
span { border-color: rgb(10,248,4); }
td.TdClassName
{
border-color: #0AF804;
}
.TagClassName
{
border-color: #0AF804;
}
</style>