Shades of Lima #7ABB2D
Tints of Lima #7ABB2D
RGB
CMYK
RGB Variations
Color information
#7ABB2D (or 0x7ABB2D) is known color: Lima. HEX triplet: 7A, BB and 2D. RGB value is (122,187,45). Sum of RGB (Red+Green+Blue) = 122+187+45=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 187 (73.44% from 255 or 52.82% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABB2D is #8544D2. Grayscale: #979797. Windows color (decimal): -8733907 or 2997114. OLE color: 2997114.
HSL color Cylindrical-coordinate representation of color #7ABB2D: hue angle of 87.46º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7ABB2D is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 45 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.27 |
| HSL | 87.46º | 0.61% | 0.45% | - |
| HSV(B) | 87.46º | 0.76% | 0.73% | - |
| XYZ | 26.27 | 39.87 | 8.79 | - |
| YUV | 151.38 | 67.97 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 45 | 0.35 | 0 | 0.76 | 0.27 | 87.46 | 0.61 | 0.45 |
| Hex | 7A | BB | 2D | 23 | 0 | 4C | 1B | 57 | 3D | 2D |
| Octal | 172 | 273 | 55 | 43 | 0 | 114 | 33 | 127 | 75 | 55 |
| Binary | 1111010 | 10111011 | 101101 | 100011 | 0 | 1001100 | 11011 | 1010111 | 111101 | 101101 |
Color Harmonies of #7ABB2D
Complementary color
Monochromatic Colors of #7ABB2D
Black with #7ABB2D
Text Example
Text Example
White with #7ABB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABB2D; }
p { color: rgb(122,187,45); }
H1.HeaderClassName
{
color: #7ABB2D;
}
.AnyTagClassName
{
color: #7ABB2D;
}
</style>
background-color css
<style>
a { background-color: #7ABB2D; }
a { background-color: rgb(122,187,45); }
div.DivClassName
{
background-color: #7ABB2D;
}
.BgClassName
{
background-color: #7ABB2D;
}
</style>
border-color css
<style>
span { border-color: #7ABB2D; }
span { border-color: rgb(122,187,45); }
td.TdClassName
{
border-color: #7ABB2D;
}
.TagClassName
{
border-color: #7ABB2D;
}
</style>