Shades of Lima #7CC136
Tints of Lima #7CC136
RGB
CMYK
RGB Variations
Color information
#7CC136 (or 0x7CC136) is known color: Lima. HEX triplet: 7C, C1 and 36. RGB value is (124,193,54). Sum of RGB (Red+Green+Blue) = 124+193+54=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC136 is #833EC9. Grayscale: #9D9D9D. Windows color (decimal): -8601290 or 3588476. OLE color: 3588476.
HSL color Cylindrical-coordinate representation of color #7CC136: hue angle of 89.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CC136 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 54 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.24 |
| HSL | 89.78º | 0.56% | 0.48% | - |
| HSV(B) | 89.78º | 0.72% | 0.76% | - |
| XYZ | 28.05 | 42.69 | 10.25 | - |
| YUV | 156.52 | 70.14 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 54 | 0.36 | 0 | 0.72 | 0.24 | 89.78 | 0.56 | 0.48 |
| Hex | 7C | C1 | 36 | 24 | 0 | 48 | 18 | 5A | 38 | 30 |
| Octal | 174 | 301 | 66 | 44 | 0 | 110 | 30 | 132 | 70 | 60 |
| Binary | 1111100 | 11000001 | 110110 | 100100 | 0 | 1001000 | 11000 | 1011010 | 111000 | 110000 |
Color Harmonies of #7CC136
Complementary color
Monochromatic Colors of #7CC136
Black with #7CC136
Text Example
Text Example
White with #7CC136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC136; }
p { color: rgb(124,193,54); }
H1.HeaderClassName
{
color: #7CC136;
}
.AnyTagClassName
{
color: #7CC136;
}
</style>
background-color css
<style>
a { background-color: #7CC136; }
a { background-color: rgb(124,193,54); }
div.DivClassName
{
background-color: #7CC136;
}
.BgClassName
{
background-color: #7CC136;
}
</style>
border-color css
<style>
span { border-color: #7CC136; }
span { border-color: rgb(124,193,54); }
td.TdClassName
{
border-color: #7CC136;
}
.TagClassName
{
border-color: #7CC136;
}
</style>