Shades of Lima #7AB11D
Tints of Lima #7AB11D
RGB
CMYK
RGB Variations
Color information
#7AB11D (or 0x7AB11D) is known color: Lima. HEX triplet: 7A, B1 and 1D. RGB value is (122,177,29). Sum of RGB (Red+Green+Blue) = 122+177+29=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 177 (69.53% from 255 or 53.96% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB11D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB11D is #854EE2. Grayscale: #909090. Windows color (decimal): -8736483 or 1945978. OLE color: 1945978.
HSL color Cylindrical-coordinate representation of color #7AB11D: hue angle of 82.3º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7AB11D is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 29 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.31 |
| HSL | 82.3º | 0.72% | 0.4% | - |
| HSV(B) | 82.3º | 0.84% | 0.69% | - |
| XYZ | 23.97 | 35.67 | 6.78 | - |
| YUV | 143.68 | 63.28 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 29 | 0.31 | 0 | 0.84 | 0.31 | 82.3 | 0.72 | 0.4 |
| Hex | 7A | B1 | 1D | 1F | 0 | 54 | 1F | 52 | 48 | 28 |
| Octal | 172 | 261 | 35 | 37 | 0 | 124 | 37 | 122 | 110 | 50 |
| Binary | 1111010 | 10110001 | 11101 | 11111 | 0 | 1010100 | 11111 | 1010010 | 1001000 | 101000 |
Color Harmonies of #7AB11D
Complementary color
Monochromatic Colors of #7AB11D
Black with #7AB11D
Text Example
Text Example
White with #7AB11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB11D; }
p { color: rgb(122,177,29); }
H1.HeaderClassName
{
color: #7AB11D;
}
.AnyTagClassName
{
color: #7AB11D;
}
</style>
background-color css
<style>
a { background-color: #7AB11D; }
a { background-color: rgb(122,177,29); }
div.DivClassName
{
background-color: #7AB11D;
}
.BgClassName
{
background-color: #7AB11D;
}
</style>
border-color css
<style>
span { border-color: #7AB11D; }
span { border-color: rgb(122,177,29); }
td.TdClassName
{
border-color: #7AB11D;
}
.TagClassName
{
border-color: #7AB11D;
}
</style>