Shades of Lime Green #4EC638
Tints of Lime Green #4EC638
RGB
CMYK
RGB Variations
Color information
#4EC638 (or 0x4EC638) is known color: Lime Green. HEX triplet: 4E, C6 and 38. RGB value is (78,198,56). Sum of RGB (Red+Green+Blue) = 78+198+56=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 198 (77.73% from 255 or 59.64% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 198 - color contains mainly: green. Hex color #4EC638 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC638 is #B139C7. Grayscale: #929292. Windows color (decimal): -11614664 or 3720782. OLE color: 3720782.
HSL color Cylindrical-coordinate representation of color #4EC638: hue angle of 110.7º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4EC638 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 198 | 56 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.22 |
| HSL | 110.7º | 0.56% | 0.5% | - |
| HSV(B) | 110.7º | 0.72% | 0.78% | - |
| XYZ | 24.05 | 42.29 | 10.64 | - |
| YUV | 145.93 | 77.24 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 198 | 56 | 0.61 | 0 | 0.72 | 0.22 | 110.7 | 0.56 | 0.5 |
| Hex | 4E | C6 | 38 | 3D | 0 | 48 | 16 | 6F | 38 | 32 |
| Octal | 116 | 306 | 70 | 75 | 0 | 110 | 26 | 157 | 70 | 62 |
| Binary | 1001110 | 11000110 | 111000 | 111101 | 0 | 1001000 | 10110 | 1101111 | 111000 | 110010 |
Color Harmonies of #4EC638
Complementary color
Monochromatic Colors of #4EC638
Black with #4EC638
Text Example
Text Example
White with #4EC638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC638; }
p { color: rgb(78,198,56); }
H1.HeaderClassName
{
color: #4EC638;
}
.AnyTagClassName
{
color: #4EC638;
}
</style>
background-color css
<style>
a { background-color: #4EC638; }
a { background-color: rgb(78,198,56); }
div.DivClassName
{
background-color: #4EC638;
}
.BgClassName
{
background-color: #4EC638;
}
</style>
border-color css
<style>
span { border-color: #4EC638; }
span { border-color: rgb(78,198,56); }
td.TdClassName
{
border-color: #4EC638;
}
.TagClassName
{
border-color: #4EC638;
}
</style>