Shades of Lima #7CC50D
Tints of Lima #7CC50D
RGB
CMYK
RGB Variations
Color information
#7CC50D (or 0x7CC50D) is known color: Lima. HEX triplet: 7C, C5 and 0D. RGB value is (124,197,13). Sum of RGB (Red+Green+Blue) = 124+197+13=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC50D is #833AF2. Grayscale: #9A9A9A. Windows color (decimal): -8600307 or 902524. OLE color: 902524.
HSL color Cylindrical-coordinate representation of color #7CC50D: hue angle of 83.8º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CC50D is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 13 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.23 |
| HSL | 83.8º | 0.88% | 0.41% | - |
| HSV(B) | 83.8º | 0.93% | 0.77% | - |
| XYZ | 28.35 | 44.25 | 7.43 | - |
| YUV | 154.2 | 48.32 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 13 | 0.37 | 0 | 0.93 | 0.23 | 83.8 | 0.88 | 0.41 |
| Hex | 7C | C5 | D | 25 | 0 | 5D | 17 | 54 | 58 | 29 |
| Octal | 174 | 305 | 15 | 45 | 0 | 135 | 27 | 124 | 130 | 51 |
| Binary | 1111100 | 11000101 | 1101 | 100101 | 0 | 1011101 | 10111 | 1010100 | 1011000 | 101001 |
Color Harmonies of #7CC50D
Complementary color
Monochromatic Colors of #7CC50D
Black with #7CC50D
Text Example
Text Example
White with #7CC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC50D; }
p { color: rgb(124,197,13); }
H1.HeaderClassName
{
color: #7CC50D;
}
.AnyTagClassName
{
color: #7CC50D;
}
</style>
background-color css
<style>
a { background-color: #7CC50D; }
a { background-color: rgb(124,197,13); }
div.DivClassName
{
background-color: #7CC50D;
}
.BgClassName
{
background-color: #7CC50D;
}
</style>
border-color css
<style>
span { border-color: #7CC50D; }
span { border-color: rgb(124,197,13); }
td.TdClassName
{
border-color: #7CC50D;
}
.TagClassName
{
border-color: #7CC50D;
}
</style>