Shades of Lima #7ABC11
Tints of Lima #7ABC11
RGB
CMYK
RGB Variations
Color information
#7ABC11 (or 0x7ABC11) is known color: Lima. HEX triplet: 7A, BC and 11. RGB value is (122,188,17). Sum of RGB (Red+Green+Blue) = 122+188+17=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABC11 is #8543EE. Grayscale: #959595. Windows color (decimal): -8733679 or 1162362. OLE color: 1162362.
HSL color Cylindrical-coordinate representation of color #7ABC11: hue angle of 83.16º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7ABC11 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 17 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.26 |
| HSL | 83.16º | 0.83% | 0.4% | - |
| HSV(B) | 83.16º | 0.91% | 0.74% | - |
| XYZ | 26.11 | 40.14 | 6.9 | - |
| YUV | 148.77 | 53.63 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 17 | 0.35 | 0 | 0.91 | 0.26 | 83.16 | 0.83 | 0.4 |
| Hex | 7A | BC | 11 | 23 | 0 | 5B | 1A | 53 | 53 | 28 |
| Octal | 172 | 274 | 21 | 43 | 0 | 133 | 32 | 123 | 123 | 50 |
| Binary | 1111010 | 10111100 | 10001 | 100011 | 0 | 1011011 | 11010 | 1010011 | 1010011 | 101000 |
Color Harmonies of #7ABC11
Complementary color
Monochromatic Colors of #7ABC11
Black with #7ABC11
Text Example
Text Example
White with #7ABC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC11; }
p { color: rgb(122,188,17); }
H1.HeaderClassName
{
color: #7ABC11;
}
.AnyTagClassName
{
color: #7ABC11;
}
</style>
background-color css
<style>
a { background-color: #7ABC11; }
a { background-color: rgb(122,188,17); }
div.DivClassName
{
background-color: #7ABC11;
}
.BgClassName
{
background-color: #7ABC11;
}
</style>
border-color css
<style>
span { border-color: #7ABC11; }
span { border-color: rgb(122,188,17); }
td.TdClassName
{
border-color: #7ABC11;
}
.TagClassName
{
border-color: #7ABC11;
}
</style>