Shades of Lima #7ACA2E
Tints of Lima #7ACA2E
RGB
CMYK
RGB Variations
Color information
#7ACA2E (or 0x7ACA2E) is known color: Lima. HEX triplet: 7A, CA and 2E. RGB value is (122,202,46). Sum of RGB (Red+Green+Blue) = 122+202+46=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACA2E is #8535D1. Grayscale: #A0A0A0. Windows color (decimal): -8730066 or 3066490. OLE color: 3066490.
HSL color Cylindrical-coordinate representation of color #7ACA2E: hue angle of 90.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7ACA2E is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 202 | 46 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.21 |
| HSL | 90.77º | 0.63% | 0.49% | - |
| HSV(B) | 90.77º | 0.77% | 0.79% | - |
| XYZ | 29.64 | 46.58 | 10.01 | - |
| YUV | 160.3 | 63.5 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 202 | 46 | 0.40 | 0 | 0.77 | 0.21 | 90.77 | 0.63 | 0.49 |
| Hex | 7A | CA | 2E | 28 | 0 | 4D | 15 | 5B | 3F | 31 |
| Octal | 172 | 312 | 56 | 50 | 0 | 115 | 25 | 133 | 77 | 61 |
| Binary | 1111010 | 11001010 | 101110 | 101000 | 0 | 1001101 | 10101 | 1011011 | 111111 | 110001 |
Color Harmonies of #7ACA2E
Complementary color
Monochromatic Colors of #7ACA2E
Black with #7ACA2E
Text Example
Text Example
White with #7ACA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACA2E; }
p { color: rgb(122,202,46); }
H1.HeaderClassName
{
color: #7ACA2E;
}
.AnyTagClassName
{
color: #7ACA2E;
}
</style>
background-color css
<style>
a { background-color: #7ACA2E; }
a { background-color: rgb(122,202,46); }
div.DivClassName
{
background-color: #7ACA2E;
}
.BgClassName
{
background-color: #7ACA2E;
}
</style>
border-color css
<style>
span { border-color: #7ACA2E; }
span { border-color: rgb(122,202,46); }
td.TdClassName
{
border-color: #7ACA2E;
}
.TagClassName
{
border-color: #7ACA2E;
}
</style>