Shades of Lima #7AC50D
Tints of Lima #7AC50D
RGB
CMYK
RGB Variations
Color information
#7AC50D (or 0x7AC50D) is known color: Lima. HEX triplet: 7A, C5 and 0D. RGB value is (122,197,13). Sum of RGB (Red+Green+Blue) = 122+197+13=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC50D is #853AF2. Grayscale: #9A9A9A. Windows color (decimal): -8731379 or 902522. OLE color: 902522.
HSL color Cylindrical-coordinate representation of color #7AC50D: hue angle of 84.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AC50D is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 13 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.23 |
| HSL | 84.46º | 0.88% | 0.41% | - |
| HSV(B) | 84.46º | 0.93% | 0.77% | - |
| XYZ | 28.06 | 44.1 | 7.41 | - |
| YUV | 153.6 | 48.65 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 13 | 0.38 | 0 | 0.93 | 0.23 | 84.46 | 0.88 | 0.41 |
| Hex | 7A | C5 | D | 26 | 0 | 5D | 17 | 54 | 58 | 29 |
| Octal | 172 | 305 | 15 | 46 | 0 | 135 | 27 | 124 | 130 | 51 |
| Binary | 1111010 | 11000101 | 1101 | 100110 | 0 | 1011101 | 10111 | 1010100 | 1011000 | 101001 |
Color Harmonies of #7AC50D
Complementary color
Monochromatic Colors of #7AC50D
Black with #7AC50D
Text Example
Text Example
White with #7AC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC50D; }
p { color: rgb(122,197,13); }
H1.HeaderClassName
{
color: #7AC50D;
}
.AnyTagClassName
{
color: #7AC50D;
}
</style>
background-color css
<style>
a { background-color: #7AC50D; }
a { background-color: rgb(122,197,13); }
div.DivClassName
{
background-color: #7AC50D;
}
.BgClassName
{
background-color: #7AC50D;
}
</style>
border-color css
<style>
span { border-color: #7AC50D; }
span { border-color: rgb(122,197,13); }
td.TdClassName
{
border-color: #7AC50D;
}
.TagClassName
{
border-color: #7AC50D;
}
</style>