Shades of Lime Green #4EE035
Tints of Lime Green #4EE035
RGB
CMYK
RGB Variations
Color information
#4EE035 (or 0x4EE035) is known color: Lime Green. HEX triplet: 4E, E0 and 35. RGB value is (78,224,53). Sum of RGB (Red+Green+Blue) = 78+224+53=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 224 (87.89% from 255 or 63.10% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE035 is #B11FCA. Grayscale: #A1A1A1. Windows color (decimal): -11608011 or 3530830. OLE color: 3530830.
HSL color Cylindrical-coordinate representation of color #4EE035: hue angle of 111.23º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4EE035 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 224 | 53 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.12 |
| HSL | 111.23º | 0.73% | 0.54% | - |
| HSV(B) | 111.23º | 0.76% | 0.88% | - |
| XYZ | 30.44 | 55.19 | 12.42 | - |
| YUV | 160.85 | 67.13 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 224 | 53 | 0.65 | 0 | 0.76 | 0.12 | 111.23 | 0.73 | 0.54 |
| Hex | 4E | E0 | 35 | 41 | 0 | 4C | C | 6F | 49 | 36 |
| Octal | 116 | 340 | 65 | 101 | 0 | 114 | 14 | 157 | 111 | 66 |
| Binary | 1001110 | 11100000 | 110101 | 1000001 | 0 | 1001100 | 1100 | 1101111 | 1001001 | 110110 |
Color Harmonies of #4EE035
Complementary color
Monochromatic Colors of #4EE035
Black with #4EE035
Text Example
Text Example
White with #4EE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE035; }
p { color: rgb(78,224,53); }
H1.HeaderClassName
{
color: #4EE035;
}
.AnyTagClassName
{
color: #4EE035;
}
</style>
background-color css
<style>
a { background-color: #4EE035; }
a { background-color: rgb(78,224,53); }
div.DivClassName
{
background-color: #4EE035;
}
.BgClassName
{
background-color: #4EE035;
}
</style>
border-color css
<style>
span { border-color: #4EE035; }
span { border-color: rgb(78,224,53); }
td.TdClassName
{
border-color: #4EE035;
}
.TagClassName
{
border-color: #4EE035;
}
</style>