Shades of Lima #7ABB15
Tints of Lima #7ABB15
RGB
CMYK
RGB Variations
Color information
#7ABB15 (or 0x7ABB15) is known color: Lima. HEX triplet: 7A, BB and 15. RGB value is (122,187,21). Sum of RGB (Red+Green+Blue) = 122+187+21=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABB15 is #8544EA. Grayscale: #959595. Windows color (decimal): -8733931 or 1424250. OLE color: 1424250.
HSL color Cylindrical-coordinate representation of color #7ABB15: hue angle of 83.49º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7ABB15 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 21 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.27 |
| HSL | 83.49º | 0.8% | 0.41% | - |
| HSV(B) | 83.49º | 0.89% | 0.73% | - |
| XYZ | 25.93 | 39.73 | 7.01 | - |
| YUV | 148.64 | 55.97 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 21 | 0.35 | 0 | 0.89 | 0.27 | 83.49 | 0.8 | 0.41 |
| Hex | 7A | BB | 15 | 23 | 0 | 59 | 1B | 53 | 50 | 29 |
| Octal | 172 | 273 | 25 | 43 | 0 | 131 | 33 | 123 | 120 | 51 |
| Binary | 1111010 | 10111011 | 10101 | 100011 | 0 | 1011001 | 11011 | 1010011 | 1010000 | 101001 |
Color Harmonies of #7ABB15
Complementary color
Monochromatic Colors of #7ABB15
Black with #7ABB15
Text Example
Text Example
White with #7ABB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABB15; }
p { color: rgb(122,187,21); }
H1.HeaderClassName
{
color: #7ABB15;
}
.AnyTagClassName
{
color: #7ABB15;
}
</style>
background-color css
<style>
a { background-color: #7ABB15; }
a { background-color: rgb(122,187,21); }
div.DivClassName
{
background-color: #7ABB15;
}
.BgClassName
{
background-color: #7ABB15;
}
</style>
border-color css
<style>
span { border-color: #7ABB15; }
span { border-color: rgb(122,187,21); }
td.TdClassName
{
border-color: #7ABB15;
}
.TagClassName
{
border-color: #7ABB15;
}
</style>