Shades of Lima #7ABA23
Tints of Lima #7ABA23
RGB
CMYK
RGB Variations
Color information
#7ABA23 (or 0x7ABA23) is known color: Lima. HEX triplet: 7A, BA and 23. RGB value is (122,186,35). Sum of RGB (Red+Green+Blue) = 122+186+35=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA23 is #8545DC. Grayscale: #969696. Windows color (decimal): -8734173 or 2341498. OLE color: 2341498.
HSL color Cylindrical-coordinate representation of color #7ABA23: hue angle of 85.43º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7ABA23 is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 35 | - |
| CMYK | 0.34 | 0 | 0.81 | 0.27 |
| HSL | 85.43º | 0.68% | 0.43% | - |
| HSV(B) | 85.43º | 0.81% | 0.73% | - |
| XYZ | 25.89 | 39.38 | 7.83 | - |
| YUV | 149.65 | 63.3 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 35 | 0.34 | 0 | 0.81 | 0.27 | 85.43 | 0.68 | 0.43 |
| Hex | 7A | BA | 23 | 22 | 0 | 51 | 1B | 55 | 44 | 2B |
| Octal | 172 | 272 | 43 | 42 | 0 | 121 | 33 | 125 | 104 | 53 |
| Binary | 1111010 | 10111010 | 100011 | 100010 | 0 | 1010001 | 11011 | 1010101 | 1000100 | 101011 |
Color Harmonies of #7ABA23
Complementary color
Monochromatic Colors of #7ABA23
Black with #7ABA23
Text Example
Text Example
White with #7ABA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA23; }
p { color: rgb(122,186,35); }
H1.HeaderClassName
{
color: #7ABA23;
}
.AnyTagClassName
{
color: #7ABA23;
}
</style>
background-color css
<style>
a { background-color: #7ABA23; }
a { background-color: rgb(122,186,35); }
div.DivClassName
{
background-color: #7ABA23;
}
.BgClassName
{
background-color: #7ABA23;
}
</style>
border-color css
<style>
span { border-color: #7ABA23; }
span { border-color: rgb(122,186,35); }
td.TdClassName
{
border-color: #7ABA23;
}
.TagClassName
{
border-color: #7ABA23;
}
</style>