Shades of Lima #7AB822
Tints of Lima #7AB822
RGB
CMYK
RGB Variations
Color information
#7AB822 (or 0x7AB822) is known color: Lima. HEX triplet: 7A, B8 and 22. RGB value is (122,184,34). Sum of RGB (Red+Green+Blue) = 122+184+34=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB822 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB822 is #8547DD. Grayscale: #949494. Windows color (decimal): -8734686 or 2275450. OLE color: 2275450.
HSL color Cylindrical-coordinate representation of color #7AB822: hue angle of 84.8º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7AB822 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 34 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.28 |
| HSL | 84.8º | 0.69% | 0.43% | - |
| HSV(B) | 84.8º | 0.82% | 0.72% | - |
| XYZ | 25.46 | 38.53 | 7.61 | - |
| YUV | 148.36 | 63.46 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 34 | 0.34 | 0 | 0.82 | 0.28 | 84.8 | 0.69 | 0.43 |
| Hex | 7A | B8 | 22 | 22 | 0 | 52 | 1C | 55 | 45 | 2B |
| Octal | 172 | 270 | 42 | 42 | 0 | 122 | 34 | 125 | 105 | 53 |
| Binary | 1111010 | 10111000 | 100010 | 100010 | 0 | 1010010 | 11100 | 1010101 | 1000101 | 101011 |
Color Harmonies of #7AB822
Complementary color
Monochromatic Colors of #7AB822
Black with #7AB822
Text Example
Text Example
White with #7AB822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB822; }
p { color: rgb(122,184,34); }
H1.HeaderClassName
{
color: #7AB822;
}
.AnyTagClassName
{
color: #7AB822;
}
</style>
background-color css
<style>
a { background-color: #7AB822; }
a { background-color: rgb(122,184,34); }
div.DivClassName
{
background-color: #7AB822;
}
.BgClassName
{
background-color: #7AB822;
}
</style>
border-color css
<style>
span { border-color: #7AB822; }
span { border-color: rgb(122,184,34); }
td.TdClassName
{
border-color: #7AB822;
}
.TagClassName
{
border-color: #7AB822;
}
</style>