Shades of Lima #7AB42D
Tints of Lima #7AB42D
RGB
CMYK
RGB Variations
Color information
#7AB42D (or 0x7AB42D) is known color: Lima. HEX triplet: 7A, B4 and 2D. RGB value is (122,180,45). Sum of RGB (Red+Green+Blue) = 122+180+45=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB42D is #854BD2. Grayscale: #939393. Windows color (decimal): -8735699 or 2995322. OLE color: 2995322.
HSL color Cylindrical-coordinate representation of color #7AB42D: hue angle of 85.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AB42D is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 45 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.29 |
| HSL | 85.78º | 0.6% | 0.44% | - |
| HSV(B) | 85.78º | 0.75% | 0.71% | - |
| XYZ | 24.82 | 36.97 | 8.31 | - |
| YUV | 147.27 | 70.28 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 45 | 0.32 | 0 | 0.75 | 0.29 | 85.78 | 0.6 | 0.44 |
| Hex | 7A | B4 | 2D | 20 | 0 | 4B | 1D | 56 | 3C | 2C |
| Octal | 172 | 264 | 55 | 40 | 0 | 113 | 35 | 126 | 74 | 54 |
| Binary | 1111010 | 10110100 | 101101 | 100000 | 0 | 1001011 | 11101 | 1010110 | 111100 | 101100 |
Color Harmonies of #7AB42D
Complementary color
Monochromatic Colors of #7AB42D
Black with #7AB42D
Text Example
Text Example
White with #7AB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB42D; }
p { color: rgb(122,180,45); }
H1.HeaderClassName
{
color: #7AB42D;
}
.AnyTagClassName
{
color: #7AB42D;
}
</style>
background-color css
<style>
a { background-color: #7AB42D; }
a { background-color: rgb(122,180,45); }
div.DivClassName
{
background-color: #7AB42D;
}
.BgClassName
{
background-color: #7AB42D;
}
</style>
border-color css
<style>
span { border-color: #7AB42D; }
span { border-color: rgb(122,180,45); }
td.TdClassName
{
border-color: #7AB42D;
}
.TagClassName
{
border-color: #7AB42D;
}
</style>