Shades of Lima #7CC111
Tints of Lima #7CC111
RGB
CMYK
RGB Variations
Color information
#7CC111 (or 0x7CC111) is known color: Lima. HEX triplet: 7C, C1 and 11. RGB value is (124,193,17). Sum of RGB (Red+Green+Blue) = 124+193+17=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC111 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC111 is #833EEE. Grayscale: #989898. Windows color (decimal): -8601327 or 1163644. OLE color: 1163644.
HSL color Cylindrical-coordinate representation of color #7CC111: hue angle of 83.52º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CC111 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 17 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.24 |
| HSL | 83.52º | 0.84% | 0.41% | - |
| HSV(B) | 83.52º | 0.91% | 0.76% | - |
| XYZ | 27.48 | 42.47 | 7.28 | - |
| YUV | 152.31 | 51.64 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 17 | 0.36 | 0 | 0.91 | 0.24 | 83.52 | 0.84 | 0.41 |
| Hex | 7C | C1 | 11 | 24 | 0 | 5B | 18 | 54 | 54 | 29 |
| Octal | 174 | 301 | 21 | 44 | 0 | 133 | 30 | 124 | 124 | 51 |
| Binary | 1111100 | 11000001 | 10001 | 100100 | 0 | 1011011 | 11000 | 1010100 | 1010100 | 101001 |
Color Harmonies of #7CC111
Complementary color
Monochromatic Colors of #7CC111
Black with #7CC111
Text Example
Text Example
White with #7CC111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC111; }
p { color: rgb(124,193,17); }
H1.HeaderClassName
{
color: #7CC111;
}
.AnyTagClassName
{
color: #7CC111;
}
</style>
background-color css
<style>
a { background-color: #7CC111; }
a { background-color: rgb(124,193,17); }
div.DivClassName
{
background-color: #7CC111;
}
.BgClassName
{
background-color: #7CC111;
}
</style>
border-color css
<style>
span { border-color: #7CC111; }
span { border-color: rgb(124,193,17); }
td.TdClassName
{
border-color: #7CC111;
}
.TagClassName
{
border-color: #7CC111;
}
</style>