Shades of Lima #7CB11E
Tints of Lima #7CB11E
RGB
CMYK
RGB Variations
Color information
#7CB11E (or 0x7CB11E) is known color: Lima. HEX triplet: 7C, B1 and 1E. RGB value is (124,177,30). Sum of RGB (Red+Green+Blue) = 124+177+30=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB11E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB11E is #834EE1. Grayscale: #909090. Windows color (decimal): -8605410 or 2011516. OLE color: 2011516.
HSL color Cylindrical-coordinate representation of color #7CB11E: hue angle of 81.63º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7CB11E is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 30 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.31 |
| HSL | 81.63º | 0.71% | 0.41% | - |
| HSV(B) | 81.63º | 0.83% | 0.69% | - |
| XYZ | 24.27 | 35.82 | 6.86 | - |
| YUV | 144.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 30 | 0.30 | 0 | 0.83 | 0.31 | 81.63 | 0.71 | 0.41 |
| Hex | 7C | B1 | 1E | 1E | 0 | 53 | 1F | 52 | 47 | 29 |
| Octal | 174 | 261 | 36 | 36 | 0 | 123 | 37 | 122 | 107 | 51 |
| Binary | 1111100 | 10110001 | 11110 | 11110 | 0 | 1010011 | 11111 | 1010010 | 1000111 | 101001 |
Color Harmonies of #7CB11E
Complementary color
Monochromatic Colors of #7CB11E
Black with #7CB11E
Text Example
Text Example
White with #7CB11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB11E; }
p { color: rgb(124,177,30); }
H1.HeaderClassName
{
color: #7CB11E;
}
.AnyTagClassName
{
color: #7CB11E;
}
</style>
background-color css
<style>
a { background-color: #7CB11E; }
a { background-color: rgb(124,177,30); }
div.DivClassName
{
background-color: #7CB11E;
}
.BgClassName
{
background-color: #7CB11E;
}
</style>
border-color css
<style>
span { border-color: #7CB11E; }
span { border-color: rgb(124,177,30); }
td.TdClassName
{
border-color: #7CB11E;
}
.TagClassName
{
border-color: #7CB11E;
}
</style>