Shades of Lima #7CC40F
Tints of Lima #7CC40F
RGB
CMYK
RGB Variations
Color information
#7CC40F (or 0x7CC40F) is known color: Lima. HEX triplet: 7C, C4 and 0F. RGB value is (124,196,15). Sum of RGB (Red+Green+Blue) = 124+196+15=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 196 (76.95% from 255 or 58.51% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC40F is #833BF0. Grayscale: #9A9A9A. Windows color (decimal): -8600561 or 1033340. OLE color: 1033340.
HSL color Cylindrical-coordinate representation of color #7CC40F: hue angle of 83.87º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CC40F is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 196 | 15 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.23 |
| HSL | 83.87º | 0.86% | 0.41% | - |
| HSV(B) | 83.87º | 0.92% | 0.77% | - |
| XYZ | 28.14 | 43.8 | 7.42 | - |
| YUV | 153.84 | 49.65 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 196 | 15 | 0.37 | 0 | 0.92 | 0.23 | 83.87 | 0.86 | 0.41 |
| Hex | 7C | C4 | F | 25 | 0 | 5C | 17 | 54 | 56 | 29 |
| Octal | 174 | 304 | 17 | 45 | 0 | 134 | 27 | 124 | 126 | 51 |
| Binary | 1111100 | 11000100 | 1111 | 100101 | 0 | 1011100 | 10111 | 1010100 | 1010110 | 101001 |
Color Harmonies of #7CC40F
Complementary color
Monochromatic Colors of #7CC40F
Black with #7CC40F
Text Example
Text Example
White with #7CC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC40F; }
p { color: rgb(124,196,15); }
H1.HeaderClassName
{
color: #7CC40F;
}
.AnyTagClassName
{
color: #7CC40F;
}
</style>
background-color css
<style>
a { background-color: #7CC40F; }
a { background-color: rgb(124,196,15); }
div.DivClassName
{
background-color: #7CC40F;
}
.BgClassName
{
background-color: #7CC40F;
}
</style>
border-color css
<style>
span { border-color: #7CC40F; }
span { border-color: rgb(124,196,15); }
td.TdClassName
{
border-color: #7CC40F;
}
.TagClassName
{
border-color: #7CC40F;
}
</style>