Shades of Lima #7ABC15
Tints of Lima #7ABC15
RGB
CMYK
RGB Variations
Color information
#7ABC15 (or 0x7ABC15) is known color: Lima. HEX triplet: 7A, BC and 15. RGB value is (122,188,21). Sum of RGB (Red+Green+Blue) = 122+188+21=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABC15 is #8543EA. Grayscale: #959595. Windows color (decimal): -8733675 or 1424506. OLE color: 1424506.
HSL color Cylindrical-coordinate representation of color #7ABC15: hue angle of 83.71º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7ABC15 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 21 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.26 |
| HSL | 83.71º | 0.8% | 0.41% | - |
| HSV(B) | 83.71º | 0.89% | 0.74% | - |
| XYZ | 26.14 | 40.16 | 7.08 | - |
| YUV | 149.23 | 55.63 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 21 | 0.35 | 0 | 0.89 | 0.26 | 83.71 | 0.8 | 0.41 |
| Hex | 7A | BC | 15 | 23 | 0 | 59 | 1A | 54 | 50 | 29 |
| Octal | 172 | 274 | 25 | 43 | 0 | 131 | 32 | 124 | 120 | 51 |
| Binary | 1111010 | 10111100 | 10101 | 100011 | 0 | 1011001 | 11010 | 1010100 | 1010000 | 101001 |
Color Harmonies of #7ABC15
Complementary color
Monochromatic Colors of #7ABC15
Black with #7ABC15
Text Example
Text Example
White with #7ABC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC15; }
p { color: rgb(122,188,21); }
H1.HeaderClassName
{
color: #7ABC15;
}
.AnyTagClassName
{
color: #7ABC15;
}
</style>
background-color css
<style>
a { background-color: #7ABC15; }
a { background-color: rgb(122,188,21); }
div.DivClassName
{
background-color: #7ABC15;
}
.BgClassName
{
background-color: #7ABC15;
}
</style>
border-color css
<style>
span { border-color: #7ABC15; }
span { border-color: rgb(122,188,21); }
td.TdClassName
{
border-color: #7ABC15;
}
.TagClassName
{
border-color: #7ABC15;
}
</style>