Shades of Lima #7ACC20
Tints of Lima #7ACC20
RGB
CMYK
RGB Variations
Color information
#7ACC20 (or 0x7ACC20) is known color: Lima. HEX triplet: 7A, CC and 20. RGB value is (122,204,32). Sum of RGB (Red+Green+Blue) = 122+204+32=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC20 is #8533DF. Grayscale: #A0A0A0. Windows color (decimal): -8729568 or 2149498. OLE color: 2149498.
HSL color Cylindrical-coordinate representation of color #7ACC20: hue angle of 88.6º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7ACC20 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 32 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.2 |
| HSL | 88.6º | 0.73% | 0.46% | - |
| HSV(B) | 88.6º | 0.84% | 0.8% | - |
| XYZ | 29.88 | 47.43 | 8.95 | - |
| YUV | 159.87 | 55.83 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 32 | 0.40 | 0 | 0.84 | 0.2 | 88.6 | 0.73 | 0.46 |
| Hex | 7A | CC | 20 | 28 | 0 | 54 | 14 | 59 | 49 | 2E |
| Octal | 172 | 314 | 40 | 50 | 0 | 124 | 24 | 131 | 111 | 56 |
| Binary | 1111010 | 11001100 | 100000 | 101000 | 0 | 1010100 | 10100 | 1011001 | 1001001 | 101110 |
Color Harmonies of #7ACC20
Complementary color
Monochromatic Colors of #7ACC20
Black with #7ACC20
Text Example
Text Example
White with #7ACC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC20; }
p { color: rgb(122,204,32); }
H1.HeaderClassName
{
color: #7ACC20;
}
.AnyTagClassName
{
color: #7ACC20;
}
</style>
background-color css
<style>
a { background-color: #7ACC20; }
a { background-color: rgb(122,204,32); }
div.DivClassName
{
background-color: #7ACC20;
}
.BgClassName
{
background-color: #7ACC20;
}
</style>
border-color css
<style>
span { border-color: #7ACC20; }
span { border-color: rgb(122,204,32); }
td.TdClassName
{
border-color: #7ACC20;
}
.TagClassName
{
border-color: #7ACC20;
}
</style>