Shades of Lima #7ABC07
Tints of Lima #7ABC07
RGB
CMYK
RGB Variations
Color information
#7ABC07 (or 0x7ABC07) is known color: Lima. HEX triplet: 7A, BC and 07. RGB value is (122,188,7). Sum of RGB (Red+Green+Blue) = 122+188+7=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABC07 is #8543F8. Grayscale: #949494. Windows color (decimal): -8733689 or 507002. OLE color: 507002.
HSL color Cylindrical-coordinate representation of color #7ABC07: hue angle of 81.88º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7ABC07 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 7 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.26 |
| HSL | 81.88º | 0.93% | 0.38% | - |
| HSV(B) | 81.88º | 0.96% | 0.74% | - |
| XYZ | 26.05 | 40.12 | 6.57 | - |
| YUV | 147.63 | 48.63 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 7 | 0.35 | 0 | 0.96 | 0.26 | 81.88 | 0.93 | 0.38 |
| Hex | 7A | BC | 7 | 23 | 0 | 60 | 1A | 52 | 5D | 26 |
| Octal | 172 | 274 | 7 | 43 | 0 | 140 | 32 | 122 | 135 | 46 |
| Binary | 1111010 | 10111100 | 111 | 100011 | 0 | 1100000 | 11010 | 1010010 | 1011101 | 100110 |
Color Harmonies of #7ABC07
Complementary color
Monochromatic Colors of #7ABC07
Black with #7ABC07
Text Example
Text Example
White with #7ABC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC07; }
p { color: rgb(122,188,7); }
H1.HeaderClassName
{
color: #7ABC07;
}
.AnyTagClassName
{
color: #7ABC07;
}
</style>
background-color css
<style>
a { background-color: #7ABC07; }
a { background-color: rgb(122,188,7); }
div.DivClassName
{
background-color: #7ABC07;
}
.BgClassName
{
background-color: #7ABC07;
}
</style>
border-color css
<style>
span { border-color: #7ABC07; }
span { border-color: rgb(122,188,7); }
td.TdClassName
{
border-color: #7ABC07;
}
.TagClassName
{
border-color: #7ABC07;
}
</style>