Shades of Lima #7AB72C
Tints of Lima #7AB72C
RGB
CMYK
RGB Variations
Color information
#7AB72C (or 0x7AB72C) is known color: Lima. HEX triplet: 7A, B7 and 2C. RGB value is (122,183,44). Sum of RGB (Red+Green+Blue) = 122+183+44=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 183 (71.88% from 255 or 52.44% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB72C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB72C is #8548D3. Grayscale: #959595. Windows color (decimal): -8734932 or 2930554. OLE color: 2930554.
HSL color Cylindrical-coordinate representation of color #7AB72C: hue angle of 86.33º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7AB72C is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 44 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.28 |
| HSL | 86.33º | 0.61% | 0.45% | - |
| HSV(B) | 86.33º | 0.76% | 0.72% | - |
| XYZ | 25.41 | 38.19 | 8.41 | - |
| YUV | 148.92 | 68.79 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 44 | 0.33 | 0 | 0.76 | 0.28 | 86.33 | 0.61 | 0.45 |
| Hex | 7A | B7 | 2C | 21 | 0 | 4C | 1C | 56 | 3D | 2D |
| Octal | 172 | 267 | 54 | 41 | 0 | 114 | 34 | 126 | 75 | 55 |
| Binary | 1111010 | 10110111 | 101100 | 100001 | 0 | 1001100 | 11100 | 1010110 | 111101 | 101101 |
Color Harmonies of #7AB72C
Complementary color
Monochromatic Colors of #7AB72C
Black with #7AB72C
Text Example
Text Example
White with #7AB72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB72C; }
p { color: rgb(122,183,44); }
H1.HeaderClassName
{
color: #7AB72C;
}
.AnyTagClassName
{
color: #7AB72C;
}
</style>
background-color css
<style>
a { background-color: #7AB72C; }
a { background-color: rgb(122,183,44); }
div.DivClassName
{
background-color: #7AB72C;
}
.BgClassName
{
background-color: #7AB72C;
}
</style>
border-color css
<style>
span { border-color: #7AB72C; }
span { border-color: rgb(122,183,44); }
td.TdClassName
{
border-color: #7AB72C;
}
.TagClassName
{
border-color: #7AB72C;
}
</style>