Shades of Lima #7ABC2E
Tints of Lima #7ABC2E
RGB
CMYK
RGB Variations
Color information
#7ABC2E (or 0x7ABC2E) is known color: Lima. HEX triplet: 7A, BC and 2E. RGB value is (122,188,46). Sum of RGB (Red+Green+Blue) = 122+188+46=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC2E is #8543D1. Grayscale: #989898. Windows color (decimal): -8733650 or 3062906. OLE color: 3062906.
HSL color Cylindrical-coordinate representation of color #7ABC2E: hue angle of 87.89º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7ABC2E is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 46 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.26 |
| HSL | 87.89º | 0.61% | 0.46% | - |
| HSV(B) | 87.89º | 0.76% | 0.74% | - |
| XYZ | 26.5 | 40.3 | 8.97 | - |
| YUV | 152.08 | 68.13 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 46 | 0.35 | 0 | 0.76 | 0.26 | 87.89 | 0.61 | 0.46 |
| Hex | 7A | BC | 2E | 23 | 0 | 4C | 1A | 58 | 3D | 2E |
| Octal | 172 | 274 | 56 | 43 | 0 | 114 | 32 | 130 | 75 | 56 |
| Binary | 1111010 | 10111100 | 101110 | 100011 | 0 | 1001100 | 11010 | 1011000 | 111101 | 101110 |
Color Harmonies of #7ABC2E
Complementary color
Monochromatic Colors of #7ABC2E
Black with #7ABC2E
Text Example
Text Example
White with #7ABC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC2E; }
p { color: rgb(122,188,46); }
H1.HeaderClassName
{
color: #7ABC2E;
}
.AnyTagClassName
{
color: #7ABC2E;
}
</style>
background-color css
<style>
a { background-color: #7ABC2E; }
a { background-color: rgb(122,188,46); }
div.DivClassName
{
background-color: #7ABC2E;
}
.BgClassName
{
background-color: #7ABC2E;
}
</style>
border-color css
<style>
span { border-color: #7ABC2E; }
span { border-color: rgb(122,188,46); }
td.TdClassName
{
border-color: #7ABC2E;
}
.TagClassName
{
border-color: #7ABC2E;
}
</style>