Shades of Lima #7ABC2B
Tints of Lima #7ABC2B
RGB
CMYK
RGB Variations
Color information
#7ABC2B (or 0x7ABC2B) is known color: Lima. HEX triplet: 7A, BC and 2B. RGB value is (122,188,43). Sum of RGB (Red+Green+Blue) = 122+188+43=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC2B is #8543D4. Grayscale: #989898. Windows color (decimal): -8733653 or 2866298. OLE color: 2866298.
HSL color Cylindrical-coordinate representation of color #7ABC2B: hue angle of 87.31º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7ABC2B is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 43 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.26 |
| HSL | 87.31º | 0.63% | 0.45% | - |
| HSV(B) | 87.31º | 0.77% | 0.74% | - |
| XYZ | 26.45 | 40.28 | 8.67 | - |
| YUV | 151.74 | 66.63 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 43 | 0.35 | 0 | 0.77 | 0.26 | 87.31 | 0.63 | 0.45 |
| Hex | 7A | BC | 2B | 23 | 0 | 4D | 1A | 57 | 3F | 2D |
| Octal | 172 | 274 | 53 | 43 | 0 | 115 | 32 | 127 | 77 | 55 |
| Binary | 1111010 | 10111100 | 101011 | 100011 | 0 | 1001101 | 11010 | 1010111 | 111111 | 101101 |
Color Harmonies of #7ABC2B
Complementary color
Monochromatic Colors of #7ABC2B
Black with #7ABC2B
Text Example
Text Example
White with #7ABC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC2B; }
p { color: rgb(122,188,43); }
H1.HeaderClassName
{
color: #7ABC2B;
}
.AnyTagClassName
{
color: #7ABC2B;
}
</style>
background-color css
<style>
a { background-color: #7ABC2B; }
a { background-color: rgb(122,188,43); }
div.DivClassName
{
background-color: #7ABC2B;
}
.BgClassName
{
background-color: #7ABC2B;
}
</style>
border-color css
<style>
span { border-color: #7ABC2B; }
span { border-color: rgb(122,188,43); }
td.TdClassName
{
border-color: #7ABC2B;
}
.TagClassName
{
border-color: #7ABC2B;
}
</style>