Shades of Lima #7CD211
Tints of Lima #7CD211
RGB
CMYK
RGB Variations
Color information
#7CD211 (or 0x7CD211) is known color: Lima. HEX triplet: 7C, D2 and 11. RGB value is (124,210,17). Sum of RGB (Red+Green+Blue) = 124+210+17=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #7CD211 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CD211 is #832DEE. Grayscale: #A2A2A2. Windows color (decimal): -8596975 or 1167996. OLE color: 1167996.
HSL color Cylindrical-coordinate representation of color #7CD211: hue angle of 86.74º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CD211 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 210 | 17 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.18 |
| HSL | 86.74º | 0.85% | 0.45% | - |
| HSV(B) | 86.74º | 0.92% | 0.82% | - |
| XYZ | 31.46 | 50.42 | 8.6 | - |
| YUV | 162.28 | 46.01 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 210 | 17 | 0.41 | 0 | 0.92 | 0.18 | 86.74 | 0.85 | 0.45 |
| Hex | 7C | D2 | 11 | 29 | 0 | 5C | 12 | 57 | 55 | 2D |
| Octal | 174 | 322 | 21 | 51 | 0 | 134 | 22 | 127 | 125 | 55 |
| Binary | 1111100 | 11010010 | 10001 | 101001 | 0 | 1011100 | 10010 | 1010111 | 1010101 | 101101 |
Color Harmonies of #7CD211
Complementary color
Monochromatic Colors of #7CD211
Black with #7CD211
Text Example
Text Example
White with #7CD211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD211; }
p { color: rgb(124,210,17); }
H1.HeaderClassName
{
color: #7CD211;
}
.AnyTagClassName
{
color: #7CD211;
}
</style>
background-color css
<style>
a { background-color: #7CD211; }
a { background-color: rgb(124,210,17); }
div.DivClassName
{
background-color: #7CD211;
}
.BgClassName
{
background-color: #7CD211;
}
</style>
border-color css
<style>
span { border-color: #7CD211; }
span { border-color: rgb(124,210,17); }
td.TdClassName
{
border-color: #7CD211;
}
.TagClassName
{
border-color: #7CD211;
}
</style>