Shades of Lime Green #4EC841
Tints of Lime Green #4EC841
RGB
CMYK
RGB Variations
Color information
#4EC841 (or 0x4EC841) is known color: Lime Green. HEX triplet: 4E, C8 and 41. RGB value is (78,200,65). Sum of RGB (Red+Green+Blue) = 78+200+65=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC841 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC841 is #B137BE. Grayscale: #949494. Windows color (decimal): -11614143 or 4311118. OLE color: 4311118.
HSL color Cylindrical-coordinate representation of color #4EC841: hue angle of 114.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EC841 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 200 | 65 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.22 |
| HSL | 114.22º | 0.55% | 0.52% | - |
| HSV(B) | 114.22º | 0.68% | 0.78% | - |
| XYZ | 24.75 | 43.31 | 12.06 | - |
| YUV | 148.13 | 81.08 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 65 | 0.61 | 0 | 0.68 | 0.22 | 114.22 | 0.55 | 0.52 |
| Hex | 4E | C8 | 41 | 3D | 0 | 44 | 16 | 72 | 37 | 34 |
| Octal | 116 | 310 | 101 | 75 | 0 | 104 | 26 | 162 | 67 | 64 |
| Binary | 1001110 | 11001000 | 1000001 | 111101 | 0 | 1000100 | 10110 | 1110010 | 110111 | 110100 |
Color Harmonies of #4EC841
Complementary color
Monochromatic Colors of #4EC841
Black with #4EC841
Text Example
Text Example
White with #4EC841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC841; }
p { color: rgb(78,200,65); }
H1.HeaderClassName
{
color: #4EC841;
}
.AnyTagClassName
{
color: #4EC841;
}
</style>
background-color css
<style>
a { background-color: #4EC841; }
a { background-color: rgb(78,200,65); }
div.DivClassName
{
background-color: #4EC841;
}
.BgClassName
{
background-color: #4EC841;
}
</style>
border-color css
<style>
span { border-color: #4EC841; }
span { border-color: rgb(78,200,65); }
td.TdClassName
{
border-color: #4EC841;
}
.TagClassName
{
border-color: #4EC841;
}
</style>