Shades of Lime #0AF702
Tints of Lime #0AF702
RGB
CMYK
RGB Variations
Color information
#0AF702 (or 0x0AF702) is known color: Lime. HEX triplet: 0A, F7 and 02. RGB value is (10,247,2). Sum of RGB (Red+Green+Blue) = 10+247+2=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 247 (96.88% from 255 or 95.37% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF702 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF702 is #F508FD. Grayscale: #949494. Windows color (decimal): -16058622 or 194314. OLE color: 194314.
HSL color Cylindrical-coordinate representation of color #0AF702: hue angle of 118.04º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0AF702 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 247 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.03 |
| HSL | 118.04º | 0.98% | 0.49% | - |
| HSV(B) | 118.04º | 0.99% | 0.97% | - |
| XYZ | 33.4 | 66.59 | 11.15 | - |
| YUV | 148.21 | 45.48 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 2 | 0.96 | 0 | 0.99 | 0.03 | 118.04 | 0.98 | 0.49 |
| Hex | A | F7 | 2 | 60 | 0 | 63 | 3 | 76 | 62 | 31 |
| Octal | 12 | 367 | 2 | 140 | 0 | 143 | 3 | 166 | 142 | 61 |
| Binary | 1010 | 11110111 | 10 | 1100000 | 0 | 1100011 | 11 | 1110110 | 1100010 | 110001 |
Color Harmonies of #0AF702
Complementary color
Monochromatic Colors of #0AF702
Black with #0AF702
Text Example
Text Example
White with #0AF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF702; }
p { color: rgb(10,247,2); }
H1.HeaderClassName
{
color: #0AF702;
}
.AnyTagClassName
{
color: #0AF702;
}
</style>
background-color css
<style>
a { background-color: #0AF702; }
a { background-color: rgb(10,247,2); }
div.DivClassName
{
background-color: #0AF702;
}
.BgClassName
{
background-color: #0AF702;
}
</style>
border-color css
<style>
span { border-color: #0AF702; }
span { border-color: rgb(10,247,2); }
td.TdClassName
{
border-color: #0AF702;
}
.TagClassName
{
border-color: #0AF702;
}
</style>