Shades of Lima #7CC916
Tints of Lima #7CC916
RGB
CMYK
RGB Variations
Color information
#7CC916 (or 0x7CC916) is known color: Lima. HEX triplet: 7C, C9 and 16. RGB value is (124,201,22). Sum of RGB (Red+Green+Blue) = 124+201+22=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 201 (78.91% from 255 or 57.93% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC916 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC916 is #8336E9. Grayscale: #9E9E9E. Windows color (decimal): -8599274 or 1493372. OLE color: 1493372.
HSL color Cylindrical-coordinate representation of color #7CC916: hue angle of 85.81º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CC916 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 22 | - |
| CMYK | 0.38 | 0 | 0.89 | 0.21 |
| HSL | 85.81º | 0.8% | 0.44% | - |
| HSV(B) | 85.81º | 0.89% | 0.79% | - |
| XYZ | 29.34 | 46.12 | 8.11 | - |
| YUV | 157.57 | 51.49 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 22 | 0.38 | 0 | 0.89 | 0.21 | 85.81 | 0.8 | 0.44 |
| Hex | 7C | C9 | 16 | 26 | 0 | 59 | 15 | 56 | 50 | 2C |
| Octal | 174 | 311 | 26 | 46 | 0 | 131 | 25 | 126 | 120 | 54 |
| Binary | 1111100 | 11001001 | 10110 | 100110 | 0 | 1011001 | 10101 | 1010110 | 1010000 | 101100 |
Color Harmonies of #7CC916
Complementary color
Monochromatic Colors of #7CC916
Black with #7CC916
Text Example
Text Example
White with #7CC916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC916; }
p { color: rgb(124,201,22); }
H1.HeaderClassName
{
color: #7CC916;
}
.AnyTagClassName
{
color: #7CC916;
}
</style>
background-color css
<style>
a { background-color: #7CC916; }
a { background-color: rgb(124,201,22); }
div.DivClassName
{
background-color: #7CC916;
}
.BgClassName
{
background-color: #7CC916;
}
</style>
border-color css
<style>
span { border-color: #7CC916; }
span { border-color: rgb(124,201,22); }
td.TdClassName
{
border-color: #7CC916;
}
.TagClassName
{
border-color: #7CC916;
}
</style>