Shades of Lima #7ED10D
Tints of Lima #7ED10D
RGB
CMYK
RGB Variations
Color information
#7ED10D (or 0x7ED10D) is known color: Lima. HEX triplet: 7E, D1 and 0D. RGB value is (126,209,13). Sum of RGB (Red+Green+Blue) = 126+209+13=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 209 (82.03% from 255 or 60.06% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED10D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED10D is #812EF2. Grayscale: #A2A2A2. Windows color (decimal): -8466163 or 905598. OLE color: 905598.
HSL color Cylindrical-coordinate representation of color #7ED10D: hue angle of 85.41º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7ED10D is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 13 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.18 |
| HSL | 85.41º | 0.88% | 0.44% | - |
| HSV(B) | 85.41º | 0.94% | 0.82% | - |
| XYZ | 31.48 | 50.07 | 8.39 | - |
| YUV | 161.84 | 44 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 13 | 0.40 | 0 | 0.94 | 0.18 | 85.41 | 0.88 | 0.44 |
| Hex | 7E | D1 | D | 28 | 0 | 5E | 12 | 55 | 58 | 2C |
| Octal | 176 | 321 | 15 | 50 | 0 | 136 | 22 | 125 | 130 | 54 |
| Binary | 1111110 | 11010001 | 1101 | 101000 | 0 | 1011110 | 10010 | 1010101 | 1011000 | 101100 |
Color Harmonies of #7ED10D
Complementary color
Monochromatic Colors of #7ED10D
Black with #7ED10D
Text Example
Text Example
White with #7ED10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED10D; }
p { color: rgb(126,209,13); }
H1.HeaderClassName
{
color: #7ED10D;
}
.AnyTagClassName
{
color: #7ED10D;
}
</style>
background-color css
<style>
a { background-color: #7ED10D; }
a { background-color: rgb(126,209,13); }
div.DivClassName
{
background-color: #7ED10D;
}
.BgClassName
{
background-color: #7ED10D;
}
</style>
border-color css
<style>
span { border-color: #7ED10D; }
span { border-color: rgb(126,209,13); }
td.TdClassName
{
border-color: #7ED10D;
}
.TagClassName
{
border-color: #7ED10D;
}
</style>