Shades of Lima #7AD210
Tints of Lima #7AD210
RGB
CMYK
RGB Variations
Color information
#7AD210 (or 0x7AD210) is known color: Lima. HEX triplet: 7A, D2 and 10. RGB value is (122,210,16). Sum of RGB (Red+Green+Blue) = 122+210+16=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 210 (82.42% from 255 or 60.34% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD210 is #852DEF. Grayscale: #A2A2A2. Windows color (decimal): -8728048 or 1102458. OLE color: 1102458.
HSL color Cylindrical-coordinate representation of color #7AD210: hue angle of 87.22º 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 #7AD210 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 16 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.18 |
| HSL | 87.22º | 0.86% | 0.44% | - |
| HSV(B) | 87.22º | 0.92% | 0.82% | - |
| XYZ | 31.17 | 50.27 | 8.55 | - |
| YUV | 161.57 | 45.85 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 16 | 0.42 | 0 | 0.92 | 0.18 | 87.22 | 0.86 | 0.44 |
| Hex | 7A | D2 | 10 | 2A | 0 | 5C | 12 | 57 | 56 | 2C |
| Octal | 172 | 322 | 20 | 52 | 0 | 134 | 22 | 127 | 126 | 54 |
| Binary | 1111010 | 11010010 | 10000 | 101010 | 0 | 1011100 | 10010 | 1010111 | 1010110 | 101100 |
Color Harmonies of #7AD210
Complementary color
Monochromatic Colors of #7AD210
Black with #7AD210
Text Example
Text Example
White with #7AD210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD210; }
p { color: rgb(122,210,16); }
H1.HeaderClassName
{
color: #7AD210;
}
.AnyTagClassName
{
color: #7AD210;
}
</style>
background-color css
<style>
a { background-color: #7AD210; }
a { background-color: rgb(122,210,16); }
div.DivClassName
{
background-color: #7AD210;
}
.BgClassName
{
background-color: #7AD210;
}
</style>
border-color css
<style>
span { border-color: #7AD210; }
span { border-color: rgb(122,210,16); }
td.TdClassName
{
border-color: #7AD210;
}
.TagClassName
{
border-color: #7AD210;
}
</style>