Shades of Lima #7CC017
Tints of Lima #7CC017
RGB
CMYK
RGB Variations
Color information
#7CC017 (or 0x7CC017) is known color: Lima. HEX triplet: 7C, C0 and 17. RGB value is (124,192,23). Sum of RGB (Red+Green+Blue) = 124+192+23=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC017 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC017 is #833FE8. Grayscale: #999999. Windows color (decimal): -8601577 or 1556604. OLE color: 1556604.
HSL color Cylindrical-coordinate representation of color #7CC017: hue angle of 84.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7CC017 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 23 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.25 |
| HSL | 84.14º | 0.79% | 0.42% | - |
| HSV(B) | 84.14º | 0.88% | 0.75% | - |
| XYZ | 27.32 | 42.05 | 7.49 | - |
| YUV | 152.4 | 54.97 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 23 | 0.35 | 0 | 0.88 | 0.25 | 84.14 | 0.79 | 0.42 |
| Hex | 7C | C0 | 17 | 23 | 0 | 58 | 19 | 54 | 4F | 2A |
| Octal | 174 | 300 | 27 | 43 | 0 | 130 | 31 | 124 | 117 | 52 |
| Binary | 1111100 | 11000000 | 10111 | 100011 | 0 | 1011000 | 11001 | 1010100 | 1001111 | 101010 |
Color Harmonies of #7CC017
Complementary color
Monochromatic Colors of #7CC017
Black with #7CC017
Text Example
Text Example
White with #7CC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC017; }
p { color: rgb(124,192,23); }
H1.HeaderClassName
{
color: #7CC017;
}
.AnyTagClassName
{
color: #7CC017;
}
</style>
background-color css
<style>
a { background-color: #7CC017; }
a { background-color: rgb(124,192,23); }
div.DivClassName
{
background-color: #7CC017;
}
.BgClassName
{
background-color: #7CC017;
}
</style>
border-color css
<style>
span { border-color: #7CC017; }
span { border-color: rgb(124,192,23); }
td.TdClassName
{
border-color: #7CC017;
}
.TagClassName
{
border-color: #7CC017;
}
</style>