Shades of Lima #7AB930
Tints of Lima #7AB930
RGB
CMYK
RGB Variations
Color information
#7AB930 (or 0x7AB930) is known color: Lima. HEX triplet: 7A, B9 and 30. RGB value is (122,185,48). Sum of RGB (Red+Green+Blue) = 122+185+48=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB930 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB930 is #8546CF. Grayscale: #979797. Windows color (decimal): -8734416 or 3193210. OLE color: 3193210.
HSL color Cylindrical-coordinate representation of color #7AB930: hue angle of 87.59º 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 #7AB930 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 48 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.27 |
| HSL | 87.59º | 0.59% | 0.46% | - |
| HSV(B) | 87.59º | 0.74% | 0.73% | - |
| XYZ | 25.91 | 39.05 | 8.97 | - |
| YUV | 150.55 | 70.13 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 48 | 0.34 | 0 | 0.74 | 0.27 | 87.59 | 0.59 | 0.46 |
| Hex | 7A | B9 | 30 | 22 | 0 | 4A | 1B | 58 | 3B | 2E |
| Octal | 172 | 271 | 60 | 42 | 0 | 112 | 33 | 130 | 73 | 56 |
| Binary | 1111010 | 10111001 | 110000 | 100010 | 0 | 1001010 | 11011 | 1011000 | 111011 | 101110 |
Color Harmonies of #7AB930
Complementary color
Monochromatic Colors of #7AB930
Black with #7AB930
Text Example
Text Example
White with #7AB930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB930; }
p { color: rgb(122,185,48); }
H1.HeaderClassName
{
color: #7AB930;
}
.AnyTagClassName
{
color: #7AB930;
}
</style>
background-color css
<style>
a { background-color: #7AB930; }
a { background-color: rgb(122,185,48); }
div.DivClassName
{
background-color: #7AB930;
}
.BgClassName
{
background-color: #7AB930;
}
</style>
border-color css
<style>
span { border-color: #7AB930; }
span { border-color: rgb(122,185,48); }
td.TdClassName
{
border-color: #7AB930;
}
.TagClassName
{
border-color: #7AB930;
}
</style>