Shades of Lime Green #4EC540
Tints of Lime Green #4EC540
RGB
CMYK
RGB Variations
Color information
#4EC540 (or 0x4EC540) is known color: Lime Green. HEX triplet: 4E, C5 and 40. RGB value is (78,197,64). Sum of RGB (Red+Green+Blue) = 78+197+64=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 197 (77.34% from 255 or 58.11% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 197 - color contains mainly: green. Hex color #4EC540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC540 is #B13ABF. Grayscale: #929292. Windows color (decimal): -11614912 or 4244814. OLE color: 4244814.
HSL color Cylindrical-coordinate representation of color #4EC540: hue angle of 113.68º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EC540 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 197 | 64 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.23 |
| HSL | 113.68º | 0.53% | 0.51% | - |
| HSV(B) | 113.68º | 0.68% | 0.77% | - |
| XYZ | 24.03 | 41.92 | 11.68 | - |
| YUV | 146.26 | 81.58 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 197 | 64 | 0.60 | 0 | 0.68 | 0.23 | 113.68 | 0.53 | 0.51 |
| Hex | 4E | C5 | 40 | 3C | 0 | 44 | 17 | 72 | 35 | 33 |
| Octal | 116 | 305 | 100 | 74 | 0 | 104 | 27 | 162 | 65 | 63 |
| Binary | 1001110 | 11000101 | 1000000 | 111100 | 0 | 1000100 | 10111 | 1110010 | 110101 | 110011 |
Color Harmonies of #4EC540
Complementary color
Monochromatic Colors of #4EC540
Black with #4EC540
Text Example
Text Example
White with #4EC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC540; }
p { color: rgb(78,197,64); }
H1.HeaderClassName
{
color: #4EC540;
}
.AnyTagClassName
{
color: #4EC540;
}
</style>
background-color css
<style>
a { background-color: #4EC540; }
a { background-color: rgb(78,197,64); }
div.DivClassName
{
background-color: #4EC540;
}
.BgClassName
{
background-color: #4EC540;
}
</style>
border-color css
<style>
span { border-color: #4EC540; }
span { border-color: rgb(78,197,64); }
td.TdClassName
{
border-color: #4EC540;
}
.TagClassName
{
border-color: #4EC540;
}
</style>