Shades of Lima #7ED008
Tints of Lima #7ED008
RGB
CMYK
RGB Variations
Color information
#7ED008 (or 0x7ED008) is known color: Lima. HEX triplet: 7E, D0 and 08. RGB value is (126,208,8). Sum of RGB (Red+Green+Blue) = 126+208+8=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 208 (81.64% from 255 or 60.82% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED008 is #812FF7. Grayscale: #A1A1A1. Windows color (decimal): -8466424 or 577662. OLE color: 577662.
HSL color Cylindrical-coordinate representation of color #7ED008: hue angle of 84.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7ED008 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 8 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.18 |
| HSL | 84.6º | 0.93% | 0.42% | - |
| HSV(B) | 84.6º | 0.96% | 0.82% | - |
| XYZ | 31.2 | 49.56 | 8.15 | - |
| YUV | 160.68 | 41.83 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 8 | 0.39 | 0 | 0.96 | 0.18 | 84.6 | 0.93 | 0.42 |
| Hex | 7E | D0 | 8 | 27 | 0 | 60 | 12 | 55 | 5D | 2A |
| Octal | 176 | 320 | 10 | 47 | 0 | 140 | 22 | 125 | 135 | 52 |
| Binary | 1111110 | 11010000 | 1000 | 100111 | 0 | 1100000 | 10010 | 1010101 | 1011101 | 101010 |
Color Harmonies of #7ED008
Complementary color
Monochromatic Colors of #7ED008
Black with #7ED008
Text Example
Text Example
White with #7ED008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED008; }
p { color: rgb(126,208,8); }
H1.HeaderClassName
{
color: #7ED008;
}
.AnyTagClassName
{
color: #7ED008;
}
</style>
background-color css
<style>
a { background-color: #7ED008; }
a { background-color: rgb(126,208,8); }
div.DivClassName
{
background-color: #7ED008;
}
.BgClassName
{
background-color: #7ED008;
}
</style>
border-color css
<style>
span { border-color: #7ED008; }
span { border-color: rgb(126,208,8); }
td.TdClassName
{
border-color: #7ED008;
}
.TagClassName
{
border-color: #7ED008;
}
</style>