Shades of Lima #7ABA30
Tints of Lima #7ABA30
RGB
CMYK
RGB Variations
Color information
#7ABA30 (or 0x7ABA30) is known color: Lima. HEX triplet: 7A, BA and 30. RGB value is (122,186,48). Sum of RGB (Red+Green+Blue) = 122+186+48=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA30 is #8545CF. Grayscale: #979797. Windows color (decimal): -8734160 or 3193466. OLE color: 3193466.
HSL color Cylindrical-coordinate representation of color #7ABA30: hue angle of 87.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7ABA30 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 48 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.27 |
| HSL | 87.83º | 0.59% | 0.46% | - |
| HSV(B) | 87.83º | 0.74% | 0.73% | - |
| XYZ | 26.12 | 39.47 | 9.04 | - |
| YUV | 151.13 | 69.8 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 48 | 0.34 | 0 | 0.74 | 0.27 | 87.83 | 0.59 | 0.46 |
| Hex | 7A | BA | 30 | 22 | 0 | 4A | 1B | 58 | 3B | 2E |
| Octal | 172 | 272 | 60 | 42 | 0 | 112 | 33 | 130 | 73 | 56 |
| Binary | 1111010 | 10111010 | 110000 | 100010 | 0 | 1001010 | 11011 | 1011000 | 111011 | 101110 |
Color Harmonies of #7ABA30
Complementary color
Monochromatic Colors of #7ABA30
Black with #7ABA30
Text Example
Text Example
White with #7ABA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA30; }
p { color: rgb(122,186,48); }
H1.HeaderClassName
{
color: #7ABA30;
}
.AnyTagClassName
{
color: #7ABA30;
}
</style>
background-color css
<style>
a { background-color: #7ABA30; }
a { background-color: rgb(122,186,48); }
div.DivClassName
{
background-color: #7ABA30;
}
.BgClassName
{
background-color: #7ABA30;
}
</style>
border-color css
<style>
span { border-color: #7ABA30; }
span { border-color: rgb(122,186,48); }
td.TdClassName
{
border-color: #7ABA30;
}
.TagClassName
{
border-color: #7ABA30;
}
</style>