Shades of Lima #7AB31C
Tints of Lima #7AB31C
RGB
CMYK
RGB Variations
Color information
#7AB31C (or 0x7AB31C) is known color: Lima. HEX triplet: 7A, B3 and 1C. RGB value is (122,179,28). Sum of RGB (Red+Green+Blue) = 122+179+28=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB31C is #854CE3. Grayscale: #919191. Windows color (decimal): -8735972 or 1880954. OLE color: 1880954.
HSL color Cylindrical-coordinate representation of color #7AB31C: hue angle of 82.65º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7AB31C is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 28 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.30 |
| HSL | 82.65º | 0.73% | 0.41% | - |
| HSV(B) | 82.65º | 0.84% | 0.7% | - |
| XYZ | 24.36 | 36.46 | 6.85 | - |
| YUV | 144.74 | 62.12 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 28 | 0.32 | 0 | 0.84 | 0.30 | 82.65 | 0.73 | 0.41 |
| Hex | 7A | B3 | 1C | 20 | 0 | 54 | 1E | 53 | 49 | 29 |
| Octal | 172 | 263 | 34 | 40 | 0 | 124 | 36 | 123 | 111 | 51 |
| Binary | 1111010 | 10110011 | 11100 | 100000 | 0 | 1010100 | 11110 | 1010011 | 1001001 | 101001 |
Color Harmonies of #7AB31C
Complementary color
Monochromatic Colors of #7AB31C
Black with #7AB31C
Text Example
Text Example
White with #7AB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB31C; }
p { color: rgb(122,179,28); }
H1.HeaderClassName
{
color: #7AB31C;
}
.AnyTagClassName
{
color: #7AB31C;
}
</style>
background-color css
<style>
a { background-color: #7AB31C; }
a { background-color: rgb(122,179,28); }
div.DivClassName
{
background-color: #7AB31C;
}
.BgClassName
{
background-color: #7AB31C;
}
</style>
border-color css
<style>
span { border-color: #7AB31C; }
span { border-color: rgb(122,179,28); }
td.TdClassName
{
border-color: #7AB31C;
}
.TagClassName
{
border-color: #7AB31C;
}
</style>