Shades of Lima #7AD212
Tints of Lima #7AD212
RGB
CMYK
RGB Variations
Color information
#7AD212 (or 0x7AD212) is known color: Lima. HEX triplet: 7A, D2 and 12. RGB value is (122,210,18). Sum of RGB (Red+Green+Blue) = 122+210+18=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD212 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD212 is #852DED. Grayscale: #A2A2A2. Windows color (decimal): -8728046 or 1233530. OLE color: 1233530.
HSL color Cylindrical-coordinate representation of color #7AD212: hue angle of 87.5º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7AD212 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 18 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.18 |
| HSL | 87.5º | 0.84% | 0.45% | - |
| HSV(B) | 87.5º | 0.91% | 0.82% | - |
| XYZ | 31.18 | 50.27 | 8.63 | - |
| YUV | 161.8 | 46.85 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 18 | 0.42 | 0 | 0.91 | 0.18 | 87.5 | 0.84 | 0.45 |
| Hex | 7A | D2 | 12 | 2A | 0 | 5B | 12 | 57 | 54 | 2D |
| Octal | 172 | 322 | 22 | 52 | 0 | 133 | 22 | 127 | 124 | 55 |
| Binary | 1111010 | 11010010 | 10010 | 101010 | 0 | 1011011 | 10010 | 1010111 | 1010100 | 101101 |
Color Harmonies of #7AD212
Complementary color
Monochromatic Colors of #7AD212
Black with #7AD212
Text Example
Text Example
White with #7AD212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD212; }
p { color: rgb(122,210,18); }
H1.HeaderClassName
{
color: #7AD212;
}
.AnyTagClassName
{
color: #7AD212;
}
</style>
background-color css
<style>
a { background-color: #7AD212; }
a { background-color: rgb(122,210,18); }
div.DivClassName
{
background-color: #7AD212;
}
.BgClassName
{
background-color: #7AD212;
}
</style>
border-color css
<style>
span { border-color: #7AD212; }
span { border-color: rgb(122,210,18); }
td.TdClassName
{
border-color: #7AD212;
}
.TagClassName
{
border-color: #7AD212;
}
</style>