Shades of Lima #7EC81B
Tints of Lima #7EC81B
RGB
CMYK
RGB Variations
Color information
#7EC81B (or 0x7EC81B) is known color: Lima. HEX triplet: 7E, C8 and 1B. RGB value is (126,200,27). Sum of RGB (Red+Green+Blue) = 126+200+27=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC81B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC81B is #8137E4. Grayscale: #9E9E9E. Windows color (decimal): -8468453 or 1820798. OLE color: 1820798.
HSL color Cylindrical-coordinate representation of color #7EC81B: hue angle of 85.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7EC81B is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 200 | 27 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.22 |
| HSL | 85.66º | 0.76% | 0.45% | - |
| HSV(B) | 85.66º | 0.87% | 0.78% | - |
| XYZ | 29.46 | 45.82 | 8.33 | - |
| YUV | 158.15 | 53.98 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 27 | 0.37 | 0 | 0.86 | 0.22 | 85.66 | 0.76 | 0.45 |
| Hex | 7E | C8 | 1B | 25 | 0 | 56 | 16 | 56 | 4C | 2D |
| Octal | 176 | 310 | 33 | 45 | 0 | 126 | 26 | 126 | 114 | 55 |
| Binary | 1111110 | 11001000 | 11011 | 100101 | 0 | 1010110 | 10110 | 1010110 | 1001100 | 101101 |
Color Harmonies of #7EC81B
Complementary color
Monochromatic Colors of #7EC81B
Black with #7EC81B
Text Example
Text Example
White with #7EC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC81B; }
p { color: rgb(126,200,27); }
H1.HeaderClassName
{
color: #7EC81B;
}
.AnyTagClassName
{
color: #7EC81B;
}
</style>
background-color css
<style>
a { background-color: #7EC81B; }
a { background-color: rgb(126,200,27); }
div.DivClassName
{
background-color: #7EC81B;
}
.BgClassName
{
background-color: #7EC81B;
}
</style>
border-color css
<style>
span { border-color: #7EC81B; }
span { border-color: rgb(126,200,27); }
td.TdClassName
{
border-color: #7EC81B;
}
.TagClassName
{
border-color: #7EC81B;
}
</style>