Shades of Lima #7ABC2F
Tints of Lima #7ABC2F
RGB
CMYK
RGB Variations
Color information
#7ABC2F (or 0x7ABC2F) is known color: Lima. HEX triplet: 7A, BC and 2F. RGB value is (122,188,47). Sum of RGB (Red+Green+Blue) = 122+188+47=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC2F is #8543D0. Grayscale: #989898. Windows color (decimal): -8733649 or 3128442. OLE color: 3128442.
HSL color Cylindrical-coordinate representation of color #7ABC2F: hue angle of 88.09º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7ABC2F is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 47 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.26 |
| HSL | 88.09º | 0.6% | 0.46% | - |
| HSV(B) | 88.09º | 0.75% | 0.74% | - |
| XYZ | 26.52 | 40.31 | 9.07 | - |
| YUV | 152.19 | 68.63 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 47 | 0.35 | 0 | 0.75 | 0.26 | 88.09 | 0.6 | 0.46 |
| Hex | 7A | BC | 2F | 23 | 0 | 4B | 1A | 58 | 3C | 2E |
| Octal | 172 | 274 | 57 | 43 | 0 | 113 | 32 | 130 | 74 | 56 |
| Binary | 1111010 | 10111100 | 101111 | 100011 | 0 | 1001011 | 11010 | 1011000 | 111100 | 101110 |
Color Harmonies of #7ABC2F
Complementary color
Monochromatic Colors of #7ABC2F
Black with #7ABC2F
Text Example
Text Example
White with #7ABC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC2F; }
p { color: rgb(122,188,47); }
H1.HeaderClassName
{
color: #7ABC2F;
}
.AnyTagClassName
{
color: #7ABC2F;
}
</style>
background-color css
<style>
a { background-color: #7ABC2F; }
a { background-color: rgb(122,188,47); }
div.DivClassName
{
background-color: #7ABC2F;
}
.BgClassName
{
background-color: #7ABC2F;
}
</style>
border-color css
<style>
span { border-color: #7ABC2F; }
span { border-color: rgb(122,188,47); }
td.TdClassName
{
border-color: #7ABC2F;
}
.TagClassName
{
border-color: #7ABC2F;
}
</style>