Shades of Lima #7EB800
Tints of Lima #7EB800
RGB
CMYK
RGB Variations
Color information
#7EB800 (or 0x7EB800) is known color: Lima. HEX triplet: 7E, B8 and 00. RGB value is (126,184,0). Sum of RGB (Red+Green+Blue) = 126+184+0=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #7EB800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB800 is #8147FF. Grayscale: #929292. Windows color (decimal): -8472576 or 47230. OLE color: 47230.
HSL color Cylindrical-coordinate representation of color #7EB800: hue angle of 78.91º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7EB800 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 126 | 184 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.28 |
| HSL | 78.91º | 1% | 0.36% | - |
| HSV(B) | 78.91º | 1% | 0.72% | - |
| XYZ | 25.74 | 38.72 | 6.12 | - |
| YUV | 145.68 | 45.78 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 184 | 0 | 0.32 | 0 | 1 | 0.28 | 78.91 | 1 | 0.36 |
| Hex | 7E | B8 | 0 | 20 | 0 | 64 | 1C | 4F | 64 | 24 |
| Octal | 176 | 270 | 0 | 40 | 0 | 144 | 34 | 117 | 144 | 44 |
| Binary | 1111110 | 10111000 | 0 | 100000 | 0 | 1100100 | 11100 | 1001111 | 1100100 | 100100 |
Color Harmonies of #7EB800
Complementary color
Monochromatic Colors of #7EB800
Black with #7EB800
Text Example
Text Example
White with #7EB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB800; }
p { color: rgb(126,184,0); }
H1.HeaderClassName
{
color: #7EB800;
}
.AnyTagClassName
{
color: #7EB800;
}
</style>
background-color css
<style>
a { background-color: #7EB800; }
a { background-color: rgb(126,184,0); }
div.DivClassName
{
background-color: #7EB800;
}
.BgClassName
{
background-color: #7EB800;
}
</style>
border-color css
<style>
span { border-color: #7EB800; }
span { border-color: rgb(126,184,0); }
td.TdClassName
{
border-color: #7EB800;
}
.TagClassName
{
border-color: #7EB800;
}
</style>