Shades of Lima #7CB128
Tints of Lima #7CB128
RGB
CMYK
RGB Variations
Color information
#7CB128 (or 0x7CB128) is known color: Lima. HEX triplet: 7C, B1 and 28. RGB value is (124,177,40). Sum of RGB (Red+Green+Blue) = 124+177+40=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 177 (69.53% from 255 or 51.91% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB128 is #834ED7. Grayscale: #929292. Windows color (decimal): -8605400 or 2666876. OLE color: 2666876.
HSL color Cylindrical-coordinate representation of color #7CB128: hue angle of 83.21º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7CB128 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 40 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.31 |
| HSL | 83.21º | 0.63% | 0.43% | - |
| HSV(B) | 83.21º | 0.77% | 0.69% | - |
| XYZ | 24.42 | 35.88 | 7.65 | - |
| YUV | 145.54 | 68.44 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 40 | 0.30 | 0 | 0.77 | 0.31 | 83.21 | 0.63 | 0.43 |
| Hex | 7C | B1 | 28 | 1E | 0 | 4D | 1F | 53 | 3F | 2B |
| Octal | 174 | 261 | 50 | 36 | 0 | 115 | 37 | 123 | 77 | 53 |
| Binary | 1111100 | 10110001 | 101000 | 11110 | 0 | 1001101 | 11111 | 1010011 | 111111 | 101011 |
Color Harmonies of #7CB128
Complementary color
Monochromatic Colors of #7CB128
Black with #7CB128
Text Example
Text Example
White with #7CB128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB128; }
p { color: rgb(124,177,40); }
H1.HeaderClassName
{
color: #7CB128;
}
.AnyTagClassName
{
color: #7CB128;
}
</style>
background-color css
<style>
a { background-color: #7CB128; }
a { background-color: rgb(124,177,40); }
div.DivClassName
{
background-color: #7CB128;
}
.BgClassName
{
background-color: #7CB128;
}
</style>
border-color css
<style>
span { border-color: #7CB128; }
span { border-color: rgb(124,177,40); }
td.TdClassName
{
border-color: #7CB128;
}
.TagClassName
{
border-color: #7CB128;
}
</style>