Shades of Lima #7AB82D
Tints of Lima #7AB82D
RGB
CMYK
RGB Variations
Color information
#7AB82D (or 0x7AB82D) is known color: Lima. HEX triplet: 7A, B8 and 2D. RGB value is (122,184,45). Sum of RGB (Red+Green+Blue) = 122+184+45=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 184 (72.27% from 255 or 52.42% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB82D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB82D is #8547D2. Grayscale: #969696. Windows color (decimal): -8734675 or 2996346. OLE color: 2996346.
HSL color Cylindrical-coordinate representation of color #7AB82D: hue angle of 86.76º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7AB82D is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 45 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.28 |
| HSL | 86.76º | 0.61% | 0.45% | - |
| HSV(B) | 86.76º | 0.76% | 0.72% | - |
| XYZ | 25.64 | 38.61 | 8.58 | - |
| YUV | 149.62 | 68.96 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 45 | 0.34 | 0 | 0.76 | 0.28 | 86.76 | 0.61 | 0.45 |
| Hex | 7A | B8 | 2D | 22 | 0 | 4C | 1C | 57 | 3D | 2D |
| Octal | 172 | 270 | 55 | 42 | 0 | 114 | 34 | 127 | 75 | 55 |
| Binary | 1111010 | 10111000 | 101101 | 100010 | 0 | 1001100 | 11100 | 1010111 | 111101 | 101101 |
Color Harmonies of #7AB82D
Complementary color
Monochromatic Colors of #7AB82D
Black with #7AB82D
Text Example
Text Example
White with #7AB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB82D; }
p { color: rgb(122,184,45); }
H1.HeaderClassName
{
color: #7AB82D;
}
.AnyTagClassName
{
color: #7AB82D;
}
</style>
background-color css
<style>
a { background-color: #7AB82D; }
a { background-color: rgb(122,184,45); }
div.DivClassName
{
background-color: #7AB82D;
}
.BgClassName
{
background-color: #7AB82D;
}
</style>
border-color css
<style>
span { border-color: #7AB82D; }
span { border-color: rgb(122,184,45); }
td.TdClassName
{
border-color: #7AB82D;
}
.TagClassName
{
border-color: #7AB82D;
}
</style>