Shades of Lima #7AC42B
Tints of Lima #7AC42B
RGB
CMYK
RGB Variations
Color information
#7AC42B (or 0x7AC42B) is known color: Lima. HEX triplet: 7A, C4 and 2B. RGB value is (122,196,43). Sum of RGB (Red+Green+Blue) = 122+196+43=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 196 (76.95% from 255 or 54.29% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC42B is #853BD4. Grayscale: #9C9C9C. Windows color (decimal): -8731605 or 2868346. OLE color: 2868346.
HSL color Cylindrical-coordinate representation of color #7AC42B: hue angle of 89.02º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AC42B is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 196 | 43 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.23 |
| HSL | 89.02º | 0.64% | 0.47% | - |
| HSV(B) | 89.02º | 0.78% | 0.77% | - |
| XYZ | 28.2 | 43.79 | 9.25 | - |
| YUV | 156.43 | 63.98 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 196 | 43 | 0.38 | 0 | 0.78 | 0.23 | 89.02 | 0.64 | 0.47 |
| Hex | 7A | C4 | 2B | 26 | 0 | 4E | 17 | 59 | 40 | 2F |
| Octal | 172 | 304 | 53 | 46 | 0 | 116 | 27 | 131 | 100 | 57 |
| Binary | 1111010 | 11000100 | 101011 | 100110 | 0 | 1001110 | 10111 | 1011001 | 1000000 | 101111 |
Color Harmonies of #7AC42B
Complementary color
Monochromatic Colors of #7AC42B
Black with #7AC42B
Text Example
Text Example
White with #7AC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC42B; }
p { color: rgb(122,196,43); }
H1.HeaderClassName
{
color: #7AC42B;
}
.AnyTagClassName
{
color: #7AC42B;
}
</style>
background-color css
<style>
a { background-color: #7AC42B; }
a { background-color: rgb(122,196,43); }
div.DivClassName
{
background-color: #7AC42B;
}
.BgClassName
{
background-color: #7AC42B;
}
</style>
border-color css
<style>
span { border-color: #7AC42B; }
span { border-color: rgb(122,196,43); }
td.TdClassName
{
border-color: #7AC42B;
}
.TagClassName
{
border-color: #7AC42B;
}
</style>