Shades of Lima #7AD216
Tints of Lima #7AD216
RGB
CMYK
RGB Variations
Color information
#7AD216 (or 0x7AD216) is known color: Lima. HEX triplet: 7A, D2 and 16. RGB value is (122,210,22). Sum of RGB (Red+Green+Blue) = 122+210+22=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 210 (82.42% from 255 or 59.32% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD216 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD216 is #852DE9. Grayscale: #A2A2A2. Windows color (decimal): -8728042 or 1495674. OLE color: 1495674.
HSL color Cylindrical-coordinate representation of color #7AD216: hue angle of 88.09º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7AD216 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 22 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.18 |
| HSL | 88.09º | 0.81% | 0.45% | - |
| HSV(B) | 88.09º | 0.9% | 0.82% | - |
| XYZ | 31.22 | 50.29 | 8.82 | - |
| YUV | 162.26 | 48.85 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 22 | 0.42 | 0 | 0.90 | 0.18 | 88.09 | 0.81 | 0.45 |
| Hex | 7A | D2 | 16 | 2A | 0 | 5A | 12 | 58 | 51 | 2D |
| Octal | 172 | 322 | 26 | 52 | 0 | 132 | 22 | 130 | 121 | 55 |
| Binary | 1111010 | 11010010 | 10110 | 101010 | 0 | 1011010 | 10010 | 1011000 | 1010001 | 101101 |
Color Harmonies of #7AD216
Complementary color
Monochromatic Colors of #7AD216
Black with #7AD216
Text Example
Text Example
White with #7AD216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD216; }
p { color: rgb(122,210,22); }
H1.HeaderClassName
{
color: #7AD216;
}
.AnyTagClassName
{
color: #7AD216;
}
</style>
background-color css
<style>
a { background-color: #7AD216; }
a { background-color: rgb(122,210,22); }
div.DivClassName
{
background-color: #7AD216;
}
.BgClassName
{
background-color: #7AD216;
}
</style>
border-color css
<style>
span { border-color: #7AD216; }
span { border-color: rgb(122,210,22); }
td.TdClassName
{
border-color: #7AD216;
}
.TagClassName
{
border-color: #7AD216;
}
</style>