Shades of Lima #7AC32B
Tints of Lima #7AC32B
RGB
CMYK
RGB Variations
Color information
#7AC32B (or 0x7AC32B) is known color: Lima. HEX triplet: 7A, C3 and 2B. RGB value is (122,195,43). Sum of RGB (Red+Green+Blue) = 122+195+43=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC32B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC32B is #853CD4. Grayscale: #9C9C9C. Windows color (decimal): -8731861 or 2868090. OLE color: 2868090.
HSL color Cylindrical-coordinate representation of color #7AC32B: hue angle of 88.82º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AC32B is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 195 | 43 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.24 |
| HSL | 88.82º | 0.64% | 0.47% | - |
| HSV(B) | 88.82º | 0.78% | 0.76% | - |
| XYZ | 27.98 | 43.34 | 9.18 | - |
| YUV | 155.85 | 64.32 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 195 | 43 | 0.37 | 0 | 0.78 | 0.24 | 88.82 | 0.64 | 0.47 |
| Hex | 7A | C3 | 2B | 25 | 0 | 4E | 18 | 59 | 40 | 2F |
| Octal | 172 | 303 | 53 | 45 | 0 | 116 | 30 | 131 | 100 | 57 |
| Binary | 1111010 | 11000011 | 101011 | 100101 | 0 | 1001110 | 11000 | 1011001 | 1000000 | 101111 |
Color Harmonies of #7AC32B
Complementary color
Monochromatic Colors of #7AC32B
Black with #7AC32B
Text Example
Text Example
White with #7AC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC32B; }
p { color: rgb(122,195,43); }
H1.HeaderClassName
{
color: #7AC32B;
}
.AnyTagClassName
{
color: #7AC32B;
}
</style>
background-color css
<style>
a { background-color: #7AC32B; }
a { background-color: rgb(122,195,43); }
div.DivClassName
{
background-color: #7AC32B;
}
.BgClassName
{
background-color: #7AC32B;
}
</style>
border-color css
<style>
span { border-color: #7AC32B; }
span { border-color: rgb(122,195,43); }
td.TdClassName
{
border-color: #7AC32B;
}
.TagClassName
{
border-color: #7AC32B;
}
</style>