Shades of Lima #7ED00B
Tints of Lima #7ED00B
RGB
CMYK
RGB Variations
Color information
#7ED00B (or 0x7ED00B) is known color: Lima. HEX triplet: 7E, D0 and 0B. RGB value is (126,208,11). Sum of RGB (Red+Green+Blue) = 126+208+11=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED00B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED00B is #812FF4. Grayscale: #A1A1A1. Windows color (decimal): -8466421 or 774270. OLE color: 774270.
HSL color Cylindrical-coordinate representation of color #7ED00B: hue angle of 84.97º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7ED00B is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 11 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.18 |
| HSL | 84.97º | 0.9% | 0.43% | - |
| HSV(B) | 84.97º | 0.95% | 0.82% | - |
| XYZ | 31.22 | 49.57 | 8.24 | - |
| YUV | 161.02 | 43.33 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 11 | 0.39 | 0 | 0.95 | 0.18 | 84.97 | 0.9 | 0.43 |
| Hex | 7E | D0 | B | 27 | 0 | 5F | 12 | 55 | 5A | 2B |
| Octal | 176 | 320 | 13 | 47 | 0 | 137 | 22 | 125 | 132 | 53 |
| Binary | 1111110 | 11010000 | 1011 | 100111 | 0 | 1011111 | 10010 | 1010101 | 1011010 | 101011 |
Color Harmonies of #7ED00B
Complementary color
Monochromatic Colors of #7ED00B
Black with #7ED00B
Text Example
Text Example
White with #7ED00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED00B; }
p { color: rgb(126,208,11); }
H1.HeaderClassName
{
color: #7ED00B;
}
.AnyTagClassName
{
color: #7ED00B;
}
</style>
background-color css
<style>
a { background-color: #7ED00B; }
a { background-color: rgb(126,208,11); }
div.DivClassName
{
background-color: #7ED00B;
}
.BgClassName
{
background-color: #7ED00B;
}
</style>
border-color css
<style>
span { border-color: #7ED00B; }
span { border-color: rgb(126,208,11); }
td.TdClassName
{
border-color: #7ED00B;
}
.TagClassName
{
border-color: #7ED00B;
}
</style>