Shades of Lima #7CC210
Tints of Lima #7CC210
RGB
CMYK
RGB Variations
Color information
#7CC210 (or 0x7CC210) is known color: Lima. HEX triplet: 7C, C2 and 10. RGB value is (124,194,16). Sum of RGB (Red+Green+Blue) = 124+194+16=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC210 is #833DEF. Grayscale: #999999. Windows color (decimal): -8601072 or 1098364. OLE color: 1098364.
HSL color Cylindrical-coordinate representation of color #7CC210: hue angle of 83.6º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CC210 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 16 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.24 |
| HSL | 83.6º | 0.85% | 0.41% | - |
| HSV(B) | 83.6º | 0.92% | 0.76% | - |
| XYZ | 27.7 | 42.91 | 7.31 | - |
| YUV | 152.78 | 50.81 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 16 | 0.36 | 0 | 0.92 | 0.24 | 83.6 | 0.85 | 0.41 |
| Hex | 7C | C2 | 10 | 24 | 0 | 5C | 18 | 54 | 55 | 29 |
| Octal | 174 | 302 | 20 | 44 | 0 | 134 | 30 | 124 | 125 | 51 |
| Binary | 1111100 | 11000010 | 10000 | 100100 | 0 | 1011100 | 11000 | 1010100 | 1010101 | 101001 |
Color Harmonies of #7CC210
Complementary color
Monochromatic Colors of #7CC210
Black with #7CC210
Text Example
Text Example
White with #7CC210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC210; }
p { color: rgb(124,194,16); }
H1.HeaderClassName
{
color: #7CC210;
}
.AnyTagClassName
{
color: #7CC210;
}
</style>
background-color css
<style>
a { background-color: #7CC210; }
a { background-color: rgb(124,194,16); }
div.DivClassName
{
background-color: #7CC210;
}
.BgClassName
{
background-color: #7CC210;
}
</style>
border-color css
<style>
span { border-color: #7CC210; }
span { border-color: rgb(124,194,16); }
td.TdClassName
{
border-color: #7CC210;
}
.TagClassName
{
border-color: #7CC210;
}
</style>