Shades of Lime #0AF704
Tints of Lime #0AF704
RGB
CMYK
RGB Variations
Color information
#0AF704 (or 0x0AF704) is known color: Lime. HEX triplet: 0A, F7 and 04. RGB value is (10,247,4). Sum of RGB (Red+Green+Blue) = 10+247+4=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 247 (96.88% from 255 or 94.64% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF704 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF704 is #F508FB. Grayscale: #959595. Windows color (decimal): -16058620 or 325386. OLE color: 325386.
HSL color Cylindrical-coordinate representation of color #0AF704: 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 #0AF704 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 247 | 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.41 | 66.59 | 11.21 | - |
| YUV | 148.44 | 46.48 | 29.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 4 | 0.96 | 0 | 0.98 | 0.03 | 118.52 | 0.97 | 0.49 |
| Hex | A | F7 | 4 | 60 | 0 | 62 | 3 | 77 | 61 | 31 |
| Octal | 12 | 367 | 4 | 140 | 0 | 142 | 3 | 167 | 141 | 61 |
| Binary | 1010 | 11110111 | 100 | 1100000 | 0 | 1100010 | 11 | 1110111 | 1100001 | 110001 |
Color Harmonies of #0AF704
Complementary color
Monochromatic Colors of #0AF704
Black with #0AF704
Text Example
Text Example
White with #0AF704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF704; }
p { color: rgb(10,247,4); }
H1.HeaderClassName
{
color: #0AF704;
}
.AnyTagClassName
{
color: #0AF704;
}
</style>
background-color css
<style>
a { background-color: #0AF704; }
a { background-color: rgb(10,247,4); }
div.DivClassName
{
background-color: #0AF704;
}
.BgClassName
{
background-color: #0AF704;
}
</style>
border-color css
<style>
span { border-color: #0AF704; }
span { border-color: rgb(10,247,4); }
td.TdClassName
{
border-color: #0AF704;
}
.TagClassName
{
border-color: #0AF704;
}
</style>