Shades of Lime Green #4EDD35
Tints of Lime Green #4EDD35
RGB
CMYK
RGB Variations
Color information
#4EDD35 (or 0x4EDD35) is known color: Lime Green. HEX triplet: 4E, DD and 35. RGB value is (78,221,53). Sum of RGB (Red+Green+Blue) = 78+221+53=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 221 (86.72% from 255 or 62.78% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDD35 is #B122CA. Grayscale: #9F9F9F. Windows color (decimal): -11608779 or 3530062. OLE color: 3530062.
HSL color Cylindrical-coordinate representation of color #4EDD35: hue angle of 111.07º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4EDD35 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 53 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.13 |
| HSL | 111.07º | 0.71% | 0.54% | - |
| HSV(B) | 111.07º | 0.76% | 0.87% | - |
| XYZ | 29.64 | 53.59 | 12.15 | - |
| YUV | 159.09 | 68.12 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 53 | 0.65 | 0 | 0.76 | 0.13 | 111.07 | 0.71 | 0.54 |
| Hex | 4E | DD | 35 | 41 | 0 | 4C | D | 6F | 47 | 36 |
| Octal | 116 | 335 | 65 | 101 | 0 | 114 | 15 | 157 | 107 | 66 |
| Binary | 1001110 | 11011101 | 110101 | 1000001 | 0 | 1001100 | 1101 | 1101111 | 1000111 | 110110 |
Color Harmonies of #4EDD35
Complementary color
Monochromatic Colors of #4EDD35
Black with #4EDD35
Text Example
Text Example
White with #4EDD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDD35; }
p { color: rgb(78,221,53); }
H1.HeaderClassName
{
color: #4EDD35;
}
.AnyTagClassName
{
color: #4EDD35;
}
</style>
background-color css
<style>
a { background-color: #4EDD35; }
a { background-color: rgb(78,221,53); }
div.DivClassName
{
background-color: #4EDD35;
}
.BgClassName
{
background-color: #4EDD35;
}
</style>
border-color css
<style>
span { border-color: #4EDD35; }
span { border-color: rgb(78,221,53); }
td.TdClassName
{
border-color: #4EDD35;
}
.TagClassName
{
border-color: #4EDD35;
}
</style>