Shades of Lima #7AC82C
Tints of Lima #7AC82C
RGB
CMYK
RGB Variations
Color information
#7AC82C (or 0x7AC82C) is known color: Lima. HEX triplet: 7A, C8 and 2C. RGB value is (122,200,44). Sum of RGB (Red+Green+Blue) = 122+200+44=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC82C is #8537D3. Grayscale: #9F9F9F. Windows color (decimal): -8730580 or 2934906. OLE color: 2934906.
HSL color Cylindrical-coordinate representation of color #7AC82C: hue angle of 90º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AC82C is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 200 | 44 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.22 |
| HSL | 90º | 0.64% | 0.48% | - |
| HSV(B) | 90º | 0.78% | 0.78% | - |
| XYZ | 29.13 | 45.63 | 9.65 | - |
| YUV | 158.89 | 63.16 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 200 | 44 | 0.39 | 0 | 0.78 | 0.22 | 90 | 0.64 | 0.48 |
| Hex | 7A | C8 | 2C | 27 | 0 | 4E | 16 | 5A | 40 | 30 |
| Octal | 172 | 310 | 54 | 47 | 0 | 116 | 26 | 132 | 100 | 60 |
| Binary | 1111010 | 11001000 | 101100 | 100111 | 0 | 1001110 | 10110 | 1011010 | 1000000 | 110000 |
Color Harmonies of #7AC82C
Complementary color
Monochromatic Colors of #7AC82C
Black with #7AC82C
Text Example
Text Example
White with #7AC82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC82C; }
p { color: rgb(122,200,44); }
H1.HeaderClassName
{
color: #7AC82C;
}
.AnyTagClassName
{
color: #7AC82C;
}
</style>
background-color css
<style>
a { background-color: #7AC82C; }
a { background-color: rgb(122,200,44); }
div.DivClassName
{
background-color: #7AC82C;
}
.BgClassName
{
background-color: #7AC82C;
}
</style>
border-color css
<style>
span { border-color: #7AC82C; }
span { border-color: rgb(122,200,44); }
td.TdClassName
{
border-color: #7AC82C;
}
.TagClassName
{
border-color: #7AC82C;
}
</style>