Shades of Lima #7AB80E
Tints of Lima #7AB80E
RGB
CMYK
RGB Variations
Color information
#7AB80E (or 0x7AB80E) is known color: Lima. HEX triplet: 7A, B8 and 0E. RGB value is (122,184,14). Sum of RGB (Red+Green+Blue) = 122+184+14=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 184 (72.27% from 255 or 57.5% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB80E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB80E is #8547F1. Grayscale: #929292. Windows color (decimal): -8734706 or 964730. OLE color: 964730.
HSL color Cylindrical-coordinate representation of color #7AB80E: hue angle of 81.88º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AB80E is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 14 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.28 |
| HSL | 81.88º | 0.86% | 0.39% | - |
| HSV(B) | 81.88º | 0.92% | 0.72% | - |
| XYZ | 25.25 | 38.45 | 6.51 | - |
| YUV | 146.08 | 53.46 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 14 | 0.34 | 0 | 0.92 | 0.28 | 81.88 | 0.86 | 0.39 |
| Hex | 7A | B8 | E | 22 | 0 | 5C | 1C | 52 | 56 | 27 |
| Octal | 172 | 270 | 16 | 42 | 0 | 134 | 34 | 122 | 126 | 47 |
| Binary | 1111010 | 10111000 | 1110 | 100010 | 0 | 1011100 | 11100 | 1010010 | 1010110 | 100111 |
Color Harmonies of #7AB80E
Complementary color
Monochromatic Colors of #7AB80E
Black with #7AB80E
Text Example
Text Example
White with #7AB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB80E; }
p { color: rgb(122,184,14); }
H1.HeaderClassName
{
color: #7AB80E;
}
.AnyTagClassName
{
color: #7AB80E;
}
</style>
background-color css
<style>
a { background-color: #7AB80E; }
a { background-color: rgb(122,184,14); }
div.DivClassName
{
background-color: #7AB80E;
}
.BgClassName
{
background-color: #7AB80E;
}
</style>
border-color css
<style>
span { border-color: #7AB80E; }
span { border-color: rgb(122,184,14); }
td.TdClassName
{
border-color: #7AB80E;
}
.TagClassName
{
border-color: #7AB80E;
}
</style>