Shades of Lima #7AB62C
Tints of Lima #7AB62C
RGB
CMYK
RGB Variations
Color information
#7AB62C (or 0x7AB62C) is known color: Lima. HEX triplet: 7A, B6 and 2C. RGB value is (122,182,44). Sum of RGB (Red+Green+Blue) = 122+182+44=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 182 (71.48% from 255 or 52.30% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB62C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB62C is #8549D3. Grayscale: #949494. Windows color (decimal): -8735188 or 2930298. OLE color: 2930298.
HSL color Cylindrical-coordinate representation of color #7AB62C: hue angle of 86.09º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7AB62C is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 44 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.29 |
| HSL | 86.09º | 0.61% | 0.44% | - |
| HSV(B) | 86.09º | 0.76% | 0.71% | - |
| XYZ | 25.21 | 37.78 | 8.35 | - |
| YUV | 148.33 | 69.12 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 44 | 0.33 | 0 | 0.76 | 0.29 | 86.09 | 0.61 | 0.44 |
| Hex | 7A | B6 | 2C | 21 | 0 | 4C | 1D | 56 | 3D | 2C |
| Octal | 172 | 266 | 54 | 41 | 0 | 114 | 35 | 126 | 75 | 54 |
| Binary | 1111010 | 10110110 | 101100 | 100001 | 0 | 1001100 | 11101 | 1010110 | 111101 | 101100 |
Color Harmonies of #7AB62C
Complementary color
Monochromatic Colors of #7AB62C
Black with #7AB62C
Text Example
Text Example
White with #7AB62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB62C; }
p { color: rgb(122,182,44); }
H1.HeaderClassName
{
color: #7AB62C;
}
.AnyTagClassName
{
color: #7AB62C;
}
</style>
background-color css
<style>
a { background-color: #7AB62C; }
a { background-color: rgb(122,182,44); }
div.DivClassName
{
background-color: #7AB62C;
}
.BgClassName
{
background-color: #7AB62C;
}
</style>
border-color css
<style>
span { border-color: #7AB62C; }
span { border-color: rgb(122,182,44); }
td.TdClassName
{
border-color: #7AB62C;
}
.TagClassName
{
border-color: #7AB62C;
}
</style>