Shades of Lima #7AC329
Tints of Lima #7AC329
RGB
CMYK
RGB Variations
Color information
#7AC329 (or 0x7AC329) is known color: Lima. HEX triplet: 7A, C3 and 29. RGB value is (122,195,41). Sum of RGB (Red+Green+Blue) = 122+195+41=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC329 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC329 is #853CD6. Grayscale: #9C9C9C. Windows color (decimal): -8731863 or 2737018. OLE color: 2737018.
HSL color Cylindrical-coordinate representation of color #7AC329: hue angle of 88.44º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AC329 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 195 | 41 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.24 |
| HSL | 88.44º | 0.65% | 0.46% | - |
| HSV(B) | 88.44º | 0.79% | 0.76% | - |
| XYZ | 27.94 | 43.33 | 8.99 | - |
| YUV | 155.62 | 63.32 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 195 | 41 | 0.37 | 0 | 0.79 | 0.24 | 88.44 | 0.65 | 0.46 |
| Hex | 7A | C3 | 29 | 25 | 0 | 4F | 18 | 58 | 41 | 2E |
| Octal | 172 | 303 | 51 | 45 | 0 | 117 | 30 | 130 | 101 | 56 |
| Binary | 1111010 | 11000011 | 101001 | 100101 | 0 | 1001111 | 11000 | 1011000 | 1000001 | 101110 |
Color Harmonies of #7AC329
Complementary color
Monochromatic Colors of #7AC329
Black with #7AC329
Text Example
Text Example
White with #7AC329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC329; }
p { color: rgb(122,195,41); }
H1.HeaderClassName
{
color: #7AC329;
}
.AnyTagClassName
{
color: #7AC329;
}
</style>
background-color css
<style>
a { background-color: #7AC329; }
a { background-color: rgb(122,195,41); }
div.DivClassName
{
background-color: #7AC329;
}
.BgClassName
{
background-color: #7AC329;
}
</style>
border-color css
<style>
span { border-color: #7AC329; }
span { border-color: rgb(122,195,41); }
td.TdClassName
{
border-color: #7AC329;
}
.TagClassName
{
border-color: #7AC329;
}
</style>