Shades of Lima #7AC02A
Tints of Lima #7AC02A
RGB
CMYK
RGB Variations
Color information
#7AC02A (or 0x7AC02A) is known color: Lima. HEX triplet: 7A, C0 and 2A. RGB value is (122,192,42). Sum of RGB (Red+Green+Blue) = 122+192+42=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC02A is #853FD5. Grayscale: #9A9A9A. Windows color (decimal): -8732630 or 2801786. OLE color: 2801786.
HSL color Cylindrical-coordinate representation of color #7AC02A: hue angle of 88º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AC02A is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 42 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.25 |
| HSL | 88º | 0.64% | 0.46% | - |
| HSV(B) | 88º | 0.78% | 0.75% | - |
| XYZ | 27.29 | 42 | 8.86 | - |
| YUV | 153.97 | 64.81 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 42 | 0.36 | 0 | 0.78 | 0.25 | 88 | 0.64 | 0.46 |
| Hex | 7A | C0 | 2A | 24 | 0 | 4E | 19 | 58 | 40 | 2E |
| Octal | 172 | 300 | 52 | 44 | 0 | 116 | 31 | 130 | 100 | 56 |
| Binary | 1111010 | 11000000 | 101010 | 100100 | 0 | 1001110 | 11001 | 1011000 | 1000000 | 101110 |
Color Harmonies of #7AC02A
Complementary color
Monochromatic Colors of #7AC02A
Black with #7AC02A
Text Example
Text Example
White with #7AC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC02A; }
p { color: rgb(122,192,42); }
H1.HeaderClassName
{
color: #7AC02A;
}
.AnyTagClassName
{
color: #7AC02A;
}
</style>
background-color css
<style>
a { background-color: #7AC02A; }
a { background-color: rgb(122,192,42); }
div.DivClassName
{
background-color: #7AC02A;
}
.BgClassName
{
background-color: #7AC02A;
}
</style>
border-color css
<style>
span { border-color: #7AC02A; }
span { border-color: rgb(122,192,42); }
td.TdClassName
{
border-color: #7AC02A;
}
.TagClassName
{
border-color: #7AC02A;
}
</style>