Shades of Lima #7AC20D
Tints of Lima #7AC20D
RGB
CMYK
RGB Variations
Color information
#7AC20D (or 0x7AC20D) is known color: Lima. HEX triplet: 7A, C2 and 0D. RGB value is (122,194,13). Sum of RGB (Red+Green+Blue) = 122+194+13=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC20D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC20D is #853DF2. Grayscale: #989898. Windows color (decimal): -8732147 or 901754. OLE color: 901754.
HSL color Cylindrical-coordinate representation of color #7AC20D: hue angle of 83.87º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AC20D is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 13 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.24 |
| HSL | 83.87º | 0.87% | 0.41% | - |
| HSV(B) | 83.87º | 0.93% | 0.76% | - |
| XYZ | 27.39 | 42.75 | 7.19 | - |
| YUV | 151.84 | 49.65 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 13 | 0.37 | 0 | 0.93 | 0.24 | 83.87 | 0.87 | 0.41 |
| Hex | 7A | C2 | D | 25 | 0 | 5D | 18 | 54 | 57 | 29 |
| Octal | 172 | 302 | 15 | 45 | 0 | 135 | 30 | 124 | 127 | 51 |
| Binary | 1111010 | 11000010 | 1101 | 100101 | 0 | 1011101 | 11000 | 1010100 | 1010111 | 101001 |
Color Harmonies of #7AC20D
Complementary color
Monochromatic Colors of #7AC20D
Black with #7AC20D
Text Example
Text Example
White with #7AC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC20D; }
p { color: rgb(122,194,13); }
H1.HeaderClassName
{
color: #7AC20D;
}
.AnyTagClassName
{
color: #7AC20D;
}
</style>
background-color css
<style>
a { background-color: #7AC20D; }
a { background-color: rgb(122,194,13); }
div.DivClassName
{
background-color: #7AC20D;
}
.BgClassName
{
background-color: #7AC20D;
}
</style>
border-color css
<style>
span { border-color: #7AC20D; }
span { border-color: rgb(122,194,13); }
td.TdClassName
{
border-color: #7AC20D;
}
.TagClassName
{
border-color: #7AC20D;
}
</style>