Shades of Lima #7ABC31
Tints of Lima #7ABC31
RGB
CMYK
RGB Variations
Color information
#7ABC31 (or 0x7ABC31) is known color: Lima. HEX triplet: 7A, BC and 31. RGB value is (122,188,49). Sum of RGB (Red+Green+Blue) = 122+188+49=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC31 is #8543CE. Grayscale: #989898. Windows color (decimal): -8733647 or 3259514. OLE color: 3259514.
HSL color Cylindrical-coordinate representation of color #7ABC31: hue angle of 88.49º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7ABC31 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 49 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.26 |
| HSL | 88.49º | 0.59% | 0.46% | - |
| HSV(B) | 88.49º | 0.74% | 0.74% | - |
| XYZ | 26.56 | 40.33 | 9.29 | - |
| YUV | 152.42 | 69.63 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 49 | 0.35 | 0 | 0.74 | 0.26 | 88.49 | 0.59 | 0.46 |
| Hex | 7A | BC | 31 | 23 | 0 | 4A | 1A | 58 | 3B | 2E |
| Octal | 172 | 274 | 61 | 43 | 0 | 112 | 32 | 130 | 73 | 56 |
| Binary | 1111010 | 10111100 | 110001 | 100011 | 0 | 1001010 | 11010 | 1011000 | 111011 | 101110 |
Color Harmonies of #7ABC31
Complementary color
Monochromatic Colors of #7ABC31
Black with #7ABC31
Text Example
Text Example
White with #7ABC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC31; }
p { color: rgb(122,188,49); }
H1.HeaderClassName
{
color: #7ABC31;
}
.AnyTagClassName
{
color: #7ABC31;
}
</style>
background-color css
<style>
a { background-color: #7ABC31; }
a { background-color: rgb(122,188,49); }
div.DivClassName
{
background-color: #7ABC31;
}
.BgClassName
{
background-color: #7ABC31;
}
</style>
border-color css
<style>
span { border-color: #7ABC31; }
span { border-color: rgb(122,188,49); }
td.TdClassName
{
border-color: #7ABC31;
}
.TagClassName
{
border-color: #7ABC31;
}
</style>