Shades of Lime Green #4EE046
Tints of Lime Green #4EE046
RGB
CMYK
RGB Variations
Color information
#4EE046 (or 0x4EE046) is known color: Lime Green. HEX triplet: 4E, E0 and 46. RGB value is (78,224,70). Sum of RGB (Red+Green+Blue) = 78+224+70=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 224 (87.89% from 255 or 60.22% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE046 is #B11FB9. Grayscale: #A3A3A3. Windows color (decimal): -11607994 or 4644942. OLE color: 4644942.
HSL color Cylindrical-coordinate representation of color #4EE046: hue angle of 116.88º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EE046 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 224 | 70 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.12 |
| HSL | 116.88º | 0.71% | 0.58% | - |
| HSV(B) | 116.88º | 0.69% | 0.88% | - |
| XYZ | 30.9 | 55.37 | 14.85 | - |
| YUV | 162.79 | 75.63 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 224 | 70 | 0.65 | 0 | 0.69 | 0.12 | 116.88 | 0.71 | 0.58 |
| Hex | 4E | E0 | 46 | 41 | 0 | 45 | C | 75 | 47 | 3A |
| Octal | 116 | 340 | 106 | 101 | 0 | 105 | 14 | 165 | 107 | 72 |
| Binary | 1001110 | 11100000 | 1000110 | 1000001 | 0 | 1000101 | 1100 | 1110101 | 1000111 | 111010 |
Color Harmonies of #4EE046
Complementary color
Monochromatic Colors of #4EE046
Black with #4EE046
Text Example
Text Example
White with #4EE046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE046; }
p { color: rgb(78,224,70); }
H1.HeaderClassName
{
color: #4EE046;
}
.AnyTagClassName
{
color: #4EE046;
}
</style>
background-color css
<style>
a { background-color: #4EE046; }
a { background-color: rgb(78,224,70); }
div.DivClassName
{
background-color: #4EE046;
}
.BgClassName
{
background-color: #4EE046;
}
</style>
border-color css
<style>
span { border-color: #4EE046; }
span { border-color: rgb(78,224,70); }
td.TdClassName
{
border-color: #4EE046;
}
.TagClassName
{
border-color: #4EE046;
}
</style>