Shades of Lima #7ACB2C
Tints of Lima #7ACB2C
RGB
CMYK
RGB Variations
Color information
#7ACB2C (or 0x7ACB2C) is known color: Lima. HEX triplet: 7A, CB and 2C. RGB value is (122,203,44). Sum of RGB (Red+Green+Blue) = 122+203+44=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACB2C is #8534D3. Grayscale: #A1A1A1. Windows color (decimal): -8729812 or 2935674. OLE color: 2935674.
HSL color Cylindrical-coordinate representation of color #7ACB2C: hue angle of 90.57º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7ACB2C is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 44 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.20 |
| HSL | 90.57º | 0.64% | 0.48% | - |
| HSV(B) | 90.57º | 0.78% | 0.8% | - |
| XYZ | 29.84 | 47.03 | 9.89 | - |
| YUV | 160.66 | 62.16 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 44 | 0.40 | 0 | 0.78 | 0.20 | 90.57 | 0.64 | 0.48 |
| Hex | 7A | CB | 2C | 28 | 0 | 4E | 14 | 5B | 40 | 30 |
| Octal | 172 | 313 | 54 | 50 | 0 | 116 | 24 | 133 | 100 | 60 |
| Binary | 1111010 | 11001011 | 101100 | 101000 | 0 | 1001110 | 10100 | 1011011 | 1000000 | 110000 |
Color Harmonies of #7ACB2C
Complementary color
Monochromatic Colors of #7ACB2C
Black with #7ACB2C
Text Example
Text Example
White with #7ACB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB2C; }
p { color: rgb(122,203,44); }
H1.HeaderClassName
{
color: #7ACB2C;
}
.AnyTagClassName
{
color: #7ACB2C;
}
</style>
background-color css
<style>
a { background-color: #7ACB2C; }
a { background-color: rgb(122,203,44); }
div.DivClassName
{
background-color: #7ACB2C;
}
.BgClassName
{
background-color: #7ACB2C;
}
</style>
border-color css
<style>
span { border-color: #7ACB2C; }
span { border-color: rgb(122,203,44); }
td.TdClassName
{
border-color: #7ACB2C;
}
.TagClassName
{
border-color: #7ACB2C;
}
</style>