Shades of Lima #7ACA2D
Tints of Lima #7ACA2D
RGB
CMYK
RGB Variations
Color information
#7ACA2D (or 0x7ACA2D) is known color: Lima. HEX triplet: 7A, CA and 2D. RGB value is (122,202,45). Sum of RGB (Red+Green+Blue) = 122+202+45=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACA2D is #8535D2. Grayscale: #A0A0A0. Windows color (decimal): -8730067 or 3000954. OLE color: 3000954.
HSL color Cylindrical-coordinate representation of color #7ACA2D: hue angle of 90.57º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7ACA2D is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 202 | 45 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.21 |
| HSL | 90.57º | 0.64% | 0.48% | - |
| HSV(B) | 90.57º | 0.78% | 0.79% | - |
| XYZ | 29.62 | 46.57 | 9.91 | - |
| YUV | 160.18 | 63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 202 | 45 | 0.40 | 0 | 0.78 | 0.21 | 90.57 | 0.64 | 0.48 |
| Hex | 7A | CA | 2D | 28 | 0 | 4E | 15 | 5B | 40 | 30 |
| Octal | 172 | 312 | 55 | 50 | 0 | 116 | 25 | 133 | 100 | 60 |
| Binary | 1111010 | 11001010 | 101101 | 101000 | 0 | 1001110 | 10101 | 1011011 | 1000000 | 110000 |
Color Harmonies of #7ACA2D
Complementary color
Monochromatic Colors of #7ACA2D
Black with #7ACA2D
Text Example
Text Example
White with #7ACA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACA2D; }
p { color: rgb(122,202,45); }
H1.HeaderClassName
{
color: #7ACA2D;
}
.AnyTagClassName
{
color: #7ACA2D;
}
</style>
background-color css
<style>
a { background-color: #7ACA2D; }
a { background-color: rgb(122,202,45); }
div.DivClassName
{
background-color: #7ACA2D;
}
.BgClassName
{
background-color: #7ACA2D;
}
</style>
border-color css
<style>
span { border-color: #7ACA2D; }
span { border-color: rgb(122,202,45); }
td.TdClassName
{
border-color: #7ACA2D;
}
.TagClassName
{
border-color: #7ACA2D;
}
</style>