Shades of Lima #7DC10E
Tints of Lima #7DC10E
RGB
CMYK
RGB Variations
Color information
#7DC10E (or 0x7DC10E) is known color: Lima. HEX triplet: 7D, C1 and 0E. RGB value is (125,193,14). Sum of RGB (Red+Green+Blue) = 125+193+14=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC10E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC10E is #823EF1. Grayscale: #989898. Windows color (decimal): -8535794 or 967037. OLE color: 967037.
HSL color Cylindrical-coordinate representation of color #7DC10E: hue angle of 82.79º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DC10E is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 14 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.24 |
| HSL | 82.79º | 0.86% | 0.41% | - |
| HSV(B) | 82.79º | 0.93% | 0.76% | - |
| XYZ | 27.61 | 42.53 | 7.17 | - |
| YUV | 152.26 | 49.97 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 14 | 0.35 | 0 | 0.93 | 0.24 | 82.79 | 0.86 | 0.41 |
| Hex | 7D | C1 | E | 23 | 0 | 5D | 18 | 53 | 56 | 29 |
| Octal | 175 | 301 | 16 | 43 | 0 | 135 | 30 | 123 | 126 | 51 |
| Binary | 1111101 | 11000001 | 1110 | 100011 | 0 | 1011101 | 11000 | 1010011 | 1010110 | 101001 |
Color Harmonies of #7DC10E
Complementary color
Monochromatic Colors of #7DC10E
Black with #7DC10E
Text Example
Text Example
White with #7DC10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC10E; }
p { color: rgb(125,193,14); }
H1.HeaderClassName
{
color: #7DC10E;
}
.AnyTagClassName
{
color: #7DC10E;
}
</style>
background-color css
<style>
a { background-color: #7DC10E; }
a { background-color: rgb(125,193,14); }
div.DivClassName
{
background-color: #7DC10E;
}
.BgClassName
{
background-color: #7DC10E;
}
</style>
border-color css
<style>
span { border-color: #7DC10E; }
span { border-color: rgb(125,193,14); }
td.TdClassName
{
border-color: #7DC10E;
}
.TagClassName
{
border-color: #7DC10E;
}
</style>