Shades of Lima #7ACE20
Tints of Lima #7ACE20
RGB
CMYK
RGB Variations
Color information
#7ACE20 (or 0x7ACE20) is known color: Lima. HEX triplet: 7A, CE and 20. RGB value is (122,206,32). Sum of RGB (Red+Green+Blue) = 122+206+32=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACE20 is #8531DF. Grayscale: #A1A1A1. Windows color (decimal): -8729056 or 2150010. OLE color: 2150010.
HSL color Cylindrical-coordinate representation of color #7ACE20: hue angle of 88.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7ACE20 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 32 | - |
| CMYK | 0.41 | 0 | 0.84 | 0.19 |
| HSL | 88.97º | 0.73% | 0.47% | - |
| HSV(B) | 88.97º | 0.84% | 0.81% | - |
| XYZ | 30.36 | 48.38 | 9.11 | - |
| YUV | 161.05 | 55.17 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 32 | 0.41 | 0 | 0.84 | 0.19 | 88.97 | 0.73 | 0.47 |
| Hex | 7A | CE | 20 | 29 | 0 | 54 | 13 | 59 | 49 | 2F |
| Octal | 172 | 316 | 40 | 51 | 0 | 124 | 23 | 131 | 111 | 57 |
| Binary | 1111010 | 11001110 | 100000 | 101001 | 0 | 1010100 | 10011 | 1011001 | 1001001 | 101111 |
Color Harmonies of #7ACE20
Complementary color
Monochromatic Colors of #7ACE20
Black with #7ACE20
Text Example
Text Example
White with #7ACE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE20; }
p { color: rgb(122,206,32); }
H1.HeaderClassName
{
color: #7ACE20;
}
.AnyTagClassName
{
color: #7ACE20;
}
</style>
background-color css
<style>
a { background-color: #7ACE20; }
a { background-color: rgb(122,206,32); }
div.DivClassName
{
background-color: #7ACE20;
}
.BgClassName
{
background-color: #7ACE20;
}
</style>
border-color css
<style>
span { border-color: #7ACE20; }
span { border-color: rgb(122,206,32); }
td.TdClassName
{
border-color: #7ACE20;
}
.TagClassName
{
border-color: #7ACE20;
}
</style>