Shades of Lime #0AFA04
Tints of Lime #0AFA04
RGB
CMYK
RGB Variations
Color information
#0AFA04 (or 0x0AFA04) is known color: Lime. HEX triplet: 0A, FA and 04. RGB value is (10,250,4). Sum of RGB (Red+Green+Blue) = 10+250+4=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 250 (98.05% from 255 or 94.70% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFA04 is #F505FB. Grayscale: #969696. Windows color (decimal): -16057852 or 326154. OLE color: 326154.
HSL color Cylindrical-coordinate representation of color #0AFA04: hue angle of 118.54º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0AFA04 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.02 |
| HSL | 118.54º | 0.97% | 0.5% | - |
| HSV(B) | 118.54º | 0.98% | 0.98% | - |
| XYZ | 34.33 | 68.44 | 11.52 | - |
| YUV | 150.2 | 45.49 | 28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 4 | 0.96 | 0 | 0.98 | 0.02 | 118.54 | 0.97 | 0.5 |
| Hex | A | FA | 4 | 60 | 0 | 62 | 2 | 77 | 61 | 32 |
| Octal | 12 | 372 | 4 | 140 | 0 | 142 | 2 | 167 | 141 | 62 |
| Binary | 1010 | 11111010 | 100 | 1100000 | 0 | 1100010 | 10 | 1110111 | 1100001 | 110010 |
Color Harmonies of #0AFA04
Complementary color
Monochromatic Colors of #0AFA04
Black with #0AFA04
Text Example
Text Example
White with #0AFA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFA04; }
p { color: rgb(10,250,4); }
H1.HeaderClassName
{
color: #0AFA04;
}
.AnyTagClassName
{
color: #0AFA04;
}
</style>
background-color css
<style>
a { background-color: #0AFA04; }
a { background-color: rgb(10,250,4); }
div.DivClassName
{
background-color: #0AFA04;
}
.BgClassName
{
background-color: #0AFA04;
}
</style>
border-color css
<style>
span { border-color: #0AFA04; }
span { border-color: rgb(10,250,4); }
td.TdClassName
{
border-color: #0AFA04;
}
.TagClassName
{
border-color: #0AFA04;
}
</style>