Shades of Lima #7CC107
Tints of Lima #7CC107
RGB
CMYK
RGB Variations
Color information
#7CC107 (or 0x7CC107) is known color: Lima. HEX triplet: 7C, C1 and 07. RGB value is (124,193,7). Sum of RGB (Red+Green+Blue) = 124+193+7=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC107 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC107 is #833EF8. Grayscale: #979797. Windows color (decimal): -8601337 or 508284. OLE color: 508284.
HSL color Cylindrical-coordinate representation of color #7CC107: hue angle of 82.26º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7CC107 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 7 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.24 |
| HSL | 82.26º | 0.93% | 0.39% | - |
| HSV(B) | 82.26º | 0.96% | 0.76% | - |
| XYZ | 27.42 | 42.44 | 6.95 | - |
| YUV | 151.17 | 46.64 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 7 | 0.36 | 0 | 0.96 | 0.24 | 82.26 | 0.93 | 0.39 |
| Hex | 7C | C1 | 7 | 24 | 0 | 60 | 18 | 52 | 5D | 27 |
| Octal | 174 | 301 | 7 | 44 | 0 | 140 | 30 | 122 | 135 | 47 |
| Binary | 1111100 | 11000001 | 111 | 100100 | 0 | 1100000 | 11000 | 1010010 | 1011101 | 100111 |
Color Harmonies of #7CC107
Complementary color
Monochromatic Colors of #7CC107
Black with #7CC107
Text Example
Text Example
White with #7CC107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC107; }
p { color: rgb(124,193,7); }
H1.HeaderClassName
{
color: #7CC107;
}
.AnyTagClassName
{
color: #7CC107;
}
</style>
background-color css
<style>
a { background-color: #7CC107; }
a { background-color: rgb(124,193,7); }
div.DivClassName
{
background-color: #7CC107;
}
.BgClassName
{
background-color: #7CC107;
}
</style>
border-color css
<style>
span { border-color: #7CC107; }
span { border-color: rgb(124,193,7); }
td.TdClassName
{
border-color: #7CC107;
}
.TagClassName
{
border-color: #7CC107;
}
</style>