Shades of Lima #7CA422
Tints of Lima #7CA422
RGB
CMYK
RGB Variations
Color information
#7CA422 (or 0x7CA422) is known color: Lima. HEX triplet: 7C, A4 and 22. RGB value is (124,164,34). Sum of RGB (Red+Green+Blue) = 124+164+34=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA422 is #835BDD. Grayscale: #898989. Windows color (decimal): -8608734 or 2270332. OLE color: 2270332.
HSL color Cylindrical-coordinate representation of color #7CA422: hue angle of 78.46º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7CA422 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 164 | 34 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.36 |
| HSL | 78.46º | 0.66% | 0.39% | - |
| HSV(B) | 78.46º | 0.79% | 0.64% | - |
| XYZ | 21.88 | 30.95 | 6.33 | - |
| YUV | 137.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 164 | 34 | 0.24 | 0 | 0.79 | 0.36 | 78.46 | 0.66 | 0.39 |
| Hex | 7C | A4 | 22 | 18 | 0 | 4F | 24 | 4E | 42 | 27 |
| Octal | 174 | 244 | 42 | 30 | 0 | 117 | 44 | 116 | 102 | 47 |
| Binary | 1111100 | 10100100 | 100010 | 11000 | 0 | 1001111 | 100100 | 1001110 | 1000010 | 100111 |
Color Harmonies of #7CA422
Complementary color
Monochromatic Colors of #7CA422
Black with #7CA422
Text Example
Text Example
White with #7CA422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA422; }
p { color: rgb(124,164,34); }
H1.HeaderClassName
{
color: #7CA422;
}
.AnyTagClassName
{
color: #7CA422;
}
</style>
background-color css
<style>
a { background-color: #7CA422; }
a { background-color: rgb(124,164,34); }
div.DivClassName
{
background-color: #7CA422;
}
.BgClassName
{
background-color: #7CA422;
}
</style>
border-color css
<style>
span { border-color: #7CA422; }
span { border-color: rgb(124,164,34); }
td.TdClassName
{
border-color: #7CA422;
}
.TagClassName
{
border-color: #7CA422;
}
</style>