Shades of Lima #7AB831
Tints of Lima #7AB831
RGB
CMYK
RGB Variations
Color information
#7AB831 (or 0x7AB831) is known color: Lima. HEX triplet: 7A, B8 and 31. RGB value is (122,184,49). Sum of RGB (Red+Green+Blue) = 122+184+49=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB831 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB831 is #8547CE. Grayscale: #969696. Windows color (decimal): -8734671 or 3258490. OLE color: 3258490.
HSL color Cylindrical-coordinate representation of color #7AB831: hue angle of 87.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7AB831 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 49 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.28 |
| HSL | 87.56º | 0.58% | 0.46% | - |
| HSV(B) | 87.56º | 0.73% | 0.72% | - |
| XYZ | 25.72 | 38.64 | 9.01 | - |
| YUV | 150.07 | 70.96 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 49 | 0.34 | 0 | 0.73 | 0.28 | 87.56 | 0.58 | 0.46 |
| Hex | 7A | B8 | 31 | 22 | 0 | 49 | 1C | 58 | 3A | 2E |
| Octal | 172 | 270 | 61 | 42 | 0 | 111 | 34 | 130 | 72 | 56 |
| Binary | 1111010 | 10111000 | 110001 | 100010 | 0 | 1001001 | 11100 | 1011000 | 111010 | 101110 |
Color Harmonies of #7AB831
Complementary color
Monochromatic Colors of #7AB831
Black with #7AB831
Text Example
Text Example
White with #7AB831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB831; }
p { color: rgb(122,184,49); }
H1.HeaderClassName
{
color: #7AB831;
}
.AnyTagClassName
{
color: #7AB831;
}
</style>
background-color css
<style>
a { background-color: #7AB831; }
a { background-color: rgb(122,184,49); }
div.DivClassName
{
background-color: #7AB831;
}
.BgClassName
{
background-color: #7AB831;
}
</style>
border-color css
<style>
span { border-color: #7AB831; }
span { border-color: rgb(122,184,49); }
td.TdClassName
{
border-color: #7AB831;
}
.TagClassName
{
border-color: #7AB831;
}
</style>