Shades of Lima #7AB40F
Tints of Lima #7AB40F
RGB
CMYK
RGB Variations
Color information
#7AB40F (or 0x7AB40F) is known color: Lima. HEX triplet: 7A, B4 and 0F. RGB value is (122,180,15). Sum of RGB (Red+Green+Blue) = 122+180+15=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 180 (70.70% from 255 or 56.78% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB40F is #854BF0. Grayscale: #909090. Windows color (decimal): -8735729 or 1029242. OLE color: 1029242.
HSL color Cylindrical-coordinate representation of color #7AB40F: hue angle of 81.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AB40F is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 15 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.29 |
| HSL | 81.09º | 0.85% | 0.38% | - |
| HSV(B) | 81.09º | 0.92% | 0.71% | - |
| XYZ | 24.43 | 36.81 | 6.27 | - |
| YUV | 143.85 | 55.28 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 15 | 0.32 | 0 | 0.92 | 0.29 | 81.09 | 0.85 | 0.38 |
| Hex | 7A | B4 | F | 20 | 0 | 5C | 1D | 51 | 55 | 26 |
| Octal | 172 | 264 | 17 | 40 | 0 | 134 | 35 | 121 | 125 | 46 |
| Binary | 1111010 | 10110100 | 1111 | 100000 | 0 | 1011100 | 11101 | 1010001 | 1010101 | 100110 |
Color Harmonies of #7AB40F
Complementary color
Monochromatic Colors of #7AB40F
Black with #7AB40F
Text Example
Text Example
White with #7AB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB40F; }
p { color: rgb(122,180,15); }
H1.HeaderClassName
{
color: #7AB40F;
}
.AnyTagClassName
{
color: #7AB40F;
}
</style>
background-color css
<style>
a { background-color: #7AB40F; }
a { background-color: rgb(122,180,15); }
div.DivClassName
{
background-color: #7AB40F;
}
.BgClassName
{
background-color: #7AB40F;
}
</style>
border-color css
<style>
span { border-color: #7AB40F; }
span { border-color: rgb(122,180,15); }
td.TdClassName
{
border-color: #7AB40F;
}
.TagClassName
{
border-color: #7AB40F;
}
</style>