Shades of Lima #7AD110
Tints of Lima #7AD110
RGB
CMYK
RGB Variations
Color information
#7AD110 (or 0x7AD110) is known color: Lima. HEX triplet: 7A, D1 and 10. RGB value is (122,209,16). Sum of RGB (Red+Green+Blue) = 122+209+16=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD110 is #852EEF. Grayscale: #A1A1A1. Windows color (decimal): -8728304 or 1102202. OLE color: 1102202.
HSL color Cylindrical-coordinate representation of color #7AD110: hue angle of 87.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AD110 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 16 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.18 |
| HSL | 87.05º | 0.86% | 0.44% | - |
| HSV(B) | 87.05º | 0.92% | 0.82% | - |
| XYZ | 30.92 | 49.78 | 8.47 | - |
| YUV | 160.99 | 46.18 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 16 | 0.42 | 0 | 0.92 | 0.18 | 87.05 | 0.86 | 0.44 |
| Hex | 7A | D1 | 10 | 2A | 0 | 5C | 12 | 57 | 56 | 2C |
| Octal | 172 | 321 | 20 | 52 | 0 | 134 | 22 | 127 | 126 | 54 |
| Binary | 1111010 | 11010001 | 10000 | 101010 | 0 | 1011100 | 10010 | 1010111 | 1010110 | 101100 |
Color Harmonies of #7AD110
Complementary color
Monochromatic Colors of #7AD110
Black with #7AD110
Text Example
Text Example
White with #7AD110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD110; }
p { color: rgb(122,209,16); }
H1.HeaderClassName
{
color: #7AD110;
}
.AnyTagClassName
{
color: #7AD110;
}
</style>
background-color css
<style>
a { background-color: #7AD110; }
a { background-color: rgb(122,209,16); }
div.DivClassName
{
background-color: #7AD110;
}
.BgClassName
{
background-color: #7AD110;
}
</style>
border-color css
<style>
span { border-color: #7AD110; }
span { border-color: rgb(122,209,16); }
td.TdClassName
{
border-color: #7AD110;
}
.TagClassName
{
border-color: #7AD110;
}
</style>