Shades of Lime Green #4EE135
Tints of Lime Green #4EE135
RGB
CMYK
RGB Variations
Color information
#4EE135 (or 0x4EE135) is known color: Lime Green. HEX triplet: 4E, E1 and 35. RGB value is (78,225,53). Sum of RGB (Red+Green+Blue) = 78+225+53=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 225 (88.28% from 255 or 63.20% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 225 - color contains mainly: green. Hex color #4EE135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE135 is #B11ECA. Grayscale: #A1A1A1. Windows color (decimal): -11607755 or 3531086. OLE color: 3531086.
HSL color Cylindrical-coordinate representation of color #4EE135: hue angle of 111.28º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4EE135 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 225 | 53 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.12 |
| HSL | 111.28º | 0.74% | 0.55% | - |
| HSV(B) | 111.28º | 0.76% | 0.88% | - |
| XYZ | 30.71 | 55.73 | 12.51 | - |
| YUV | 161.44 | 66.8 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 225 | 53 | 0.65 | 0 | 0.76 | 0.12 | 111.28 | 0.74 | 0.55 |
| Hex | 4E | E1 | 35 | 41 | 0 | 4C | C | 6F | 4A | 37 |
| Octal | 116 | 341 | 65 | 101 | 0 | 114 | 14 | 157 | 112 | 67 |
| Binary | 1001110 | 11100001 | 110101 | 1000001 | 0 | 1001100 | 1100 | 1101111 | 1001010 | 110111 |
Color Harmonies of #4EE135
Complementary color
Monochromatic Colors of #4EE135
Black with #4EE135
Text Example
Text Example
White with #4EE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE135; }
p { color: rgb(78,225,53); }
H1.HeaderClassName
{
color: #4EE135;
}
.AnyTagClassName
{
color: #4EE135;
}
</style>
background-color css
<style>
a { background-color: #4EE135; }
a { background-color: rgb(78,225,53); }
div.DivClassName
{
background-color: #4EE135;
}
.BgClassName
{
background-color: #4EE135;
}
</style>
border-color css
<style>
span { border-color: #4EE135; }
span { border-color: rgb(78,225,53); }
td.TdClassName
{
border-color: #4EE135;
}
.TagClassName
{
border-color: #4EE135;
}
</style>