Shades of Lima #7ACC2B
Tints of Lima #7ACC2B
RGB
CMYK
RGB Variations
Color information
#7ACC2B (or 0x7ACC2B) is known color: Lima. HEX triplet: 7A, CC and 2B. RGB value is (122,204,43). Sum of RGB (Red+Green+Blue) = 122+204+43=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC2B is #8533D4. Grayscale: #A1A1A1. Windows color (decimal): -8729557 or 2870394. OLE color: 2870394.
HSL color Cylindrical-coordinate representation of color #7ACC2B: hue angle of 90.56º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7ACC2B is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 43 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.2 |
| HSL | 90.56º | 0.65% | 0.48% | - |
| HSV(B) | 90.56º | 0.79% | 0.8% | - |
| XYZ | 30.05 | 47.5 | 9.87 | - |
| YUV | 161.13 | 61.33 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 43 | 0.40 | 0 | 0.79 | 0.2 | 90.56 | 0.65 | 0.48 |
| Hex | 7A | CC | 2B | 28 | 0 | 4F | 14 | 5B | 41 | 30 |
| Octal | 172 | 314 | 53 | 50 | 0 | 117 | 24 | 133 | 101 | 60 |
| Binary | 1111010 | 11001100 | 101011 | 101000 | 0 | 1001111 | 10100 | 1011011 | 1000001 | 110000 |
Color Harmonies of #7ACC2B
Complementary color
Monochromatic Colors of #7ACC2B
Black with #7ACC2B
Text Example
Text Example
White with #7ACC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC2B; }
p { color: rgb(122,204,43); }
H1.HeaderClassName
{
color: #7ACC2B;
}
.AnyTagClassName
{
color: #7ACC2B;
}
</style>
background-color css
<style>
a { background-color: #7ACC2B; }
a { background-color: rgb(122,204,43); }
div.DivClassName
{
background-color: #7ACC2B;
}
.BgClassName
{
background-color: #7ACC2B;
}
</style>
border-color css
<style>
span { border-color: #7ACC2B; }
span { border-color: rgb(122,204,43); }
td.TdClassName
{
border-color: #7ACC2B;
}
.TagClassName
{
border-color: #7ACC2B;
}
</style>