Shades of Lima #7CC311
Tints of Lima #7CC311
RGB
CMYK
RGB Variations
Color information
#7CC311 (or 0x7CC311) is known color: Lima. HEX triplet: 7C, C3 and 11. RGB value is (124,195,17). Sum of RGB (Red+Green+Blue) = 124+195+17=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC311 is #833CEE. Grayscale: #9A9A9A. Windows color (decimal): -8600815 or 1164156. OLE color: 1164156.
HSL color Cylindrical-coordinate representation of color #7CC311: hue angle of 83.93º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CC311 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 195 | 17 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.24 |
| HSL | 83.93º | 0.84% | 0.42% | - |
| HSV(B) | 83.93º | 0.91% | 0.76% | - |
| XYZ | 27.93 | 43.36 | 7.43 | - |
| YUV | 153.48 | 50.98 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 195 | 17 | 0.36 | 0 | 0.91 | 0.24 | 83.93 | 0.84 | 0.42 |
| Hex | 7C | C3 | 11 | 24 | 0 | 5B | 18 | 54 | 54 | 2A |
| Octal | 174 | 303 | 21 | 44 | 0 | 133 | 30 | 124 | 124 | 52 |
| Binary | 1111100 | 11000011 | 10001 | 100100 | 0 | 1011011 | 11000 | 1010100 | 1010100 | 101010 |
Color Harmonies of #7CC311
Complementary color
Monochromatic Colors of #7CC311
Black with #7CC311
Text Example
Text Example
White with #7CC311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC311; }
p { color: rgb(124,195,17); }
H1.HeaderClassName
{
color: #7CC311;
}
.AnyTagClassName
{
color: #7CC311;
}
</style>
background-color css
<style>
a { background-color: #7CC311; }
a { background-color: rgb(124,195,17); }
div.DivClassName
{
background-color: #7CC311;
}
.BgClassName
{
background-color: #7CC311;
}
</style>
border-color css
<style>
span { border-color: #7CC311; }
span { border-color: rgb(124,195,17); }
td.TdClassName
{
border-color: #7CC311;
}
.TagClassName
{
border-color: #7CC311;
}
</style>