Shades of Lima #7AB41C
Tints of Lima #7AB41C
RGB
CMYK
RGB Variations
Color information
#7AB41C (or 0x7AB41C) is known color: Lima. HEX triplet: 7A, B4 and 1C. RGB value is (122,180,28). Sum of RGB (Red+Green+Blue) = 122+180+28=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB41C is #854BE3. Grayscale: #919191. Windows color (decimal): -8735716 or 1881210. OLE color: 1881210.
HSL color Cylindrical-coordinate representation of color #7AB41C: hue angle of 82.89º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7AB41C is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 28 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.29 |
| HSL | 82.89º | 0.73% | 0.41% | - |
| HSV(B) | 82.89º | 0.84% | 0.71% | - |
| XYZ | 24.56 | 36.86 | 6.92 | - |
| YUV | 145.33 | 61.78 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 28 | 0.32 | 0 | 0.84 | 0.29 | 82.89 | 0.73 | 0.41 |
| Hex | 7A | B4 | 1C | 20 | 0 | 54 | 1D | 53 | 49 | 29 |
| Octal | 172 | 264 | 34 | 40 | 0 | 124 | 35 | 123 | 111 | 51 |
| Binary | 1111010 | 10110100 | 11100 | 100000 | 0 | 1010100 | 11101 | 1010011 | 1001001 | 101001 |
Color Harmonies of #7AB41C
Complementary color
Monochromatic Colors of #7AB41C
Black with #7AB41C
Text Example
Text Example
White with #7AB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB41C; }
p { color: rgb(122,180,28); }
H1.HeaderClassName
{
color: #7AB41C;
}
.AnyTagClassName
{
color: #7AB41C;
}
</style>
background-color css
<style>
a { background-color: #7AB41C; }
a { background-color: rgb(122,180,28); }
div.DivClassName
{
background-color: #7AB41C;
}
.BgClassName
{
background-color: #7AB41C;
}
</style>
border-color css
<style>
span { border-color: #7AB41C; }
span { border-color: rgb(122,180,28); }
td.TdClassName
{
border-color: #7AB41C;
}
.TagClassName
{
border-color: #7AB41C;
}
</style>