Shades of Lima #7ACB21
Tints of Lima #7ACB21
RGB
CMYK
RGB Variations
Color information
#7ACB21 (or 0x7ACB21) is known color: Lima. HEX triplet: 7A, CB and 21. RGB value is (122,203,33). Sum of RGB (Red+Green+Blue) = 122+203+33=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACB21 is #8534DE. Grayscale: #A0A0A0. Windows color (decimal): -8729823 or 2214778. OLE color: 2214778.
HSL color Cylindrical-coordinate representation of color #7ACB21: hue angle of 88.59º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7ACB21 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 33 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.20 |
| HSL | 88.59º | 0.72% | 0.46% | - |
| HSV(B) | 88.59º | 0.84% | 0.8% | - |
| XYZ | 29.66 | 46.96 | 8.94 | - |
| YUV | 159.4 | 56.66 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 33 | 0.40 | 0 | 0.84 | 0.20 | 88.59 | 0.72 | 0.46 |
| Hex | 7A | CB | 21 | 28 | 0 | 54 | 14 | 59 | 48 | 2E |
| Octal | 172 | 313 | 41 | 50 | 0 | 124 | 24 | 131 | 110 | 56 |
| Binary | 1111010 | 11001011 | 100001 | 101000 | 0 | 1010100 | 10100 | 1011001 | 1001000 | 101110 |
Color Harmonies of #7ACB21
Complementary color
Monochromatic Colors of #7ACB21
Black with #7ACB21
Text Example
Text Example
White with #7ACB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB21; }
p { color: rgb(122,203,33); }
H1.HeaderClassName
{
color: #7ACB21;
}
.AnyTagClassName
{
color: #7ACB21;
}
</style>
background-color css
<style>
a { background-color: #7ACB21; }
a { background-color: rgb(122,203,33); }
div.DivClassName
{
background-color: #7ACB21;
}
.BgClassName
{
background-color: #7ACB21;
}
</style>
border-color css
<style>
span { border-color: #7ACB21; }
span { border-color: rgb(122,203,33); }
td.TdClassName
{
border-color: #7ACB21;
}
.TagClassName
{
border-color: #7ACB21;
}
</style>