Shades of Lima #7CB222
Tints of Lima #7CB222
RGB
CMYK
RGB Variations
Color information
#7CB222 (or 0x7CB222) is known color: Lima. HEX triplet: 7C, B2 and 22. RGB value is (124,178,34). Sum of RGB (Red+Green+Blue) = 124+178+34=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB222 is #834DDD. Grayscale: #919191. Windows color (decimal): -8605150 or 2273916. OLE color: 2273916.
HSL color Cylindrical-coordinate representation of color #7CB222: hue angle of 82.5º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7CB222 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 178 | 34 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.30 |
| HSL | 82.5º | 0.68% | 0.42% | - |
| HSV(B) | 82.5º | 0.81% | 0.7% | - |
| XYZ | 24.52 | 36.24 | 7.22 | - |
| YUV | 145.44 | 65.11 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 34 | 0.30 | 0 | 0.81 | 0.30 | 82.5 | 0.68 | 0.42 |
| Hex | 7C | B2 | 22 | 1E | 0 | 51 | 1E | 52 | 44 | 2A |
| Octal | 174 | 262 | 42 | 36 | 0 | 121 | 36 | 122 | 104 | 52 |
| Binary | 1111100 | 10110010 | 100010 | 11110 | 0 | 1010001 | 11110 | 1010010 | 1000100 | 101010 |
Color Harmonies of #7CB222
Complementary color
Monochromatic Colors of #7CB222
Black with #7CB222
Text Example
Text Example
White with #7CB222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB222; }
p { color: rgb(124,178,34); }
H1.HeaderClassName
{
color: #7CB222;
}
.AnyTagClassName
{
color: #7CB222;
}
</style>
background-color css
<style>
a { background-color: #7CB222; }
a { background-color: rgb(124,178,34); }
div.DivClassName
{
background-color: #7CB222;
}
.BgClassName
{
background-color: #7CB222;
}
</style>
border-color css
<style>
span { border-color: #7CB222; }
span { border-color: rgb(124,178,34); }
td.TdClassName
{
border-color: #7CB222;
}
.TagClassName
{
border-color: #7CB222;
}
</style>