Shades of Lima #7ABC17
Tints of Lima #7ABC17
RGB
CMYK
RGB Variations
Color information
#7ABC17 (or 0x7ABC17) is known color: Lima. HEX triplet: 7A, BC and 17. RGB value is (122,188,23). Sum of RGB (Red+Green+Blue) = 122+188+23=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABC17 is #8543E8. Grayscale: #969696. Windows color (decimal): -8733673 or 1555578. OLE color: 1555578.
HSL color Cylindrical-coordinate representation of color #7ABC17: hue angle of 84º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7ABC17 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 23 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.26 |
| HSL | 84º | 0.78% | 0.41% | - |
| HSV(B) | 84º | 0.88% | 0.74% | - |
| XYZ | 26.16 | 40.17 | 7.18 | - |
| YUV | 149.46 | 56.63 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 23 | 0.35 | 0 | 0.88 | 0.26 | 84 | 0.78 | 0.41 |
| Hex | 7A | BC | 17 | 23 | 0 | 58 | 1A | 54 | 4E | 29 |
| Octal | 172 | 274 | 27 | 43 | 0 | 130 | 32 | 124 | 116 | 51 |
| Binary | 1111010 | 10111100 | 10111 | 100011 | 0 | 1011000 | 11010 | 1010100 | 1001110 | 101001 |
Color Harmonies of #7ABC17
Complementary color
Monochromatic Colors of #7ABC17
Black with #7ABC17
Text Example
Text Example
White with #7ABC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC17; }
p { color: rgb(122,188,23); }
H1.HeaderClassName
{
color: #7ABC17;
}
.AnyTagClassName
{
color: #7ABC17;
}
</style>
background-color css
<style>
a { background-color: #7ABC17; }
a { background-color: rgb(122,188,23); }
div.DivClassName
{
background-color: #7ABC17;
}
.BgClassName
{
background-color: #7ABC17;
}
</style>
border-color css
<style>
span { border-color: #7ABC17; }
span { border-color: rgb(122,188,23); }
td.TdClassName
{
border-color: #7ABC17;
}
.TagClassName
{
border-color: #7ABC17;
}
</style>