Shades of Lima #7AC80B
Tints of Lima #7AC80B
RGB
CMYK
RGB Variations
Color information
#7AC80B (or 0x7AC80B) is known color: Lima. HEX triplet: 7A, C8 and 0B. RGB value is (122,200,11). Sum of RGB (Red+Green+Blue) = 122+200+11=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 200 (78.52% from 255 or 60.06% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC80B is #8537F4. Grayscale: #9B9B9B. Windows color (decimal): -8730613 or 772218. OLE color: 772218.
HSL color Cylindrical-coordinate representation of color #7AC80B: hue angle of 84.76º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7AC80B is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 200 | 11 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.22 |
| HSL | 84.76º | 0.9% | 0.41% | - |
| HSV(B) | 84.76º | 0.95% | 0.78% | - |
| XYZ | 28.74 | 45.47 | 7.58 | - |
| YUV | 155.13 | 46.66 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 200 | 11 | 0.39 | 0 | 0.94 | 0.22 | 84.76 | 0.9 | 0.41 |
| Hex | 7A | C8 | B | 27 | 0 | 5E | 16 | 55 | 5A | 29 |
| Octal | 172 | 310 | 13 | 47 | 0 | 136 | 26 | 125 | 132 | 51 |
| Binary | 1111010 | 11001000 | 1011 | 100111 | 0 | 1011110 | 10110 | 1010101 | 1011010 | 101001 |
Color Harmonies of #7AC80B
Complementary color
Monochromatic Colors of #7AC80B
Black with #7AC80B
Text Example
Text Example
White with #7AC80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC80B; }
p { color: rgb(122,200,11); }
H1.HeaderClassName
{
color: #7AC80B;
}
.AnyTagClassName
{
color: #7AC80B;
}
</style>
background-color css
<style>
a { background-color: #7AC80B; }
a { background-color: rgb(122,200,11); }
div.DivClassName
{
background-color: #7AC80B;
}
.BgClassName
{
background-color: #7AC80B;
}
</style>
border-color css
<style>
span { border-color: #7AC80B; }
span { border-color: rgb(122,200,11); }
td.TdClassName
{
border-color: #7AC80B;
}
.TagClassName
{
border-color: #7AC80B;
}
</style>