Shades of Lima #7AB519
Tints of Lima #7AB519
RGB
CMYK
RGB Variations
Color information
#7AB519 (or 0x7AB519) is known color: Lima. HEX triplet: 7A, B5 and 19. RGB value is (122,181,25). Sum of RGB (Red+Green+Blue) = 122+181+25=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 181 (71.09% from 255 or 55.18% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB519 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB519 is #854AE6. Grayscale: #929292. Windows color (decimal): -8735463 or 1684858. OLE color: 1684858.
HSL color Cylindrical-coordinate representation of color #7AB519: hue angle of 82.69º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7AB519 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 25 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.29 |
| HSL | 82.69º | 0.76% | 0.4% | - |
| HSV(B) | 82.69º | 0.86% | 0.71% | - |
| XYZ | 24.73 | 37.26 | 6.81 | - |
| YUV | 145.58 | 59.95 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 25 | 0.33 | 0 | 0.86 | 0.29 | 82.69 | 0.76 | 0.4 |
| Hex | 7A | B5 | 19 | 21 | 0 | 56 | 1D | 53 | 4C | 28 |
| Octal | 172 | 265 | 31 | 41 | 0 | 126 | 35 | 123 | 114 | 50 |
| Binary | 1111010 | 10110101 | 11001 | 100001 | 0 | 1010110 | 11101 | 1010011 | 1001100 | 101000 |
Color Harmonies of #7AB519
Complementary color
Monochromatic Colors of #7AB519
Black with #7AB519
Text Example
Text Example
White with #7AB519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB519; }
p { color: rgb(122,181,25); }
H1.HeaderClassName
{
color: #7AB519;
}
.AnyTagClassName
{
color: #7AB519;
}
</style>
background-color css
<style>
a { background-color: #7AB519; }
a { background-color: rgb(122,181,25); }
div.DivClassName
{
background-color: #7AB519;
}
.BgClassName
{
background-color: #7AB519;
}
</style>
border-color css
<style>
span { border-color: #7AB519; }
span { border-color: rgb(122,181,25); }
td.TdClassName
{
border-color: #7AB519;
}
.TagClassName
{
border-color: #7AB519;
}
</style>