Shades of Lima #7CC517
Tints of Lima #7CC517
RGB
CMYK
RGB Variations
Color information
#7CC517 (or 0x7CC517) is known color: Lima. HEX triplet: 7C, C5 and 17. RGB value is (124,197,23). Sum of RGB (Red+Green+Blue) = 124+197+23=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 197 (77.34% from 255 or 57.27% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC517 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC517 is #833AE8. Grayscale: #9B9B9B. Windows color (decimal): -8600297 or 1557884. OLE color: 1557884.
HSL color Cylindrical-coordinate representation of color #7CC517: hue angle of 85.17º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7CC517 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 23 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.23 |
| HSL | 85.17º | 0.79% | 0.43% | - |
| HSV(B) | 85.17º | 0.88% | 0.77% | - |
| XYZ | 28.43 | 44.28 | 7.86 | - |
| YUV | 155.34 | 53.32 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 23 | 0.37 | 0 | 0.88 | 0.23 | 85.17 | 0.79 | 0.43 |
| Hex | 7C | C5 | 17 | 25 | 0 | 58 | 17 | 55 | 4F | 2B |
| Octal | 174 | 305 | 27 | 45 | 0 | 130 | 27 | 125 | 117 | 53 |
| Binary | 1111100 | 11000101 | 10111 | 100101 | 0 | 1011000 | 10111 | 1010101 | 1001111 | 101011 |
Color Harmonies of #7CC517
Complementary color
Monochromatic Colors of #7CC517
Black with #7CC517
Text Example
Text Example
White with #7CC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC517; }
p { color: rgb(124,197,23); }
H1.HeaderClassName
{
color: #7CC517;
}
.AnyTagClassName
{
color: #7CC517;
}
</style>
background-color css
<style>
a { background-color: #7CC517; }
a { background-color: rgb(124,197,23); }
div.DivClassName
{
background-color: #7CC517;
}
.BgClassName
{
background-color: #7CC517;
}
</style>
border-color css
<style>
span { border-color: #7CC517; }
span { border-color: rgb(124,197,23); }
td.TdClassName
{
border-color: #7CC517;
}
.TagClassName
{
border-color: #7CC517;
}
</style>