Shades of Lime Green #4ED133
Tints of Lime Green #4ED133
RGB
CMYK
RGB Variations
Color information
#4ED133 (or 0x4ED133) is known color: Lime Green. HEX triplet: 4E, D1 and 33. RGB value is (78,209,51). Sum of RGB (Red+Green+Blue) = 78+209+51=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 209 (82.03% from 255 or 61.83% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 209 - color contains mainly: green. Hex color #4ED133 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED133 is #B12ECC. Grayscale: #989898. Windows color (decimal): -11611853 or 3395918. OLE color: 3395918.
HSL color Cylindrical-coordinate representation of color #4ED133: hue angle of 109.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4ED133 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 209 | 51 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.18 |
| HSL | 109.75º | 0.63% | 0.51% | - |
| HSV(B) | 109.75º | 0.76% | 0.82% | - |
| XYZ | 26.54 | 47.46 | 10.89 | - |
| YUV | 151.82 | 71.1 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 209 | 51 | 0.63 | 0 | 0.76 | 0.18 | 109.75 | 0.63 | 0.51 |
| Hex | 4E | D1 | 33 | 3F | 0 | 4C | 12 | 6E | 3F | 33 |
| Octal | 116 | 321 | 63 | 77 | 0 | 114 | 22 | 156 | 77 | 63 |
| Binary | 1001110 | 11010001 | 110011 | 111111 | 0 | 1001100 | 10010 | 1101110 | 111111 | 110011 |
Color Harmonies of #4ED133
Complementary color
Monochromatic Colors of #4ED133
Black with #4ED133
Text Example
Text Example
White with #4ED133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED133; }
p { color: rgb(78,209,51); }
H1.HeaderClassName
{
color: #4ED133;
}
.AnyTagClassName
{
color: #4ED133;
}
</style>
background-color css
<style>
a { background-color: #4ED133; }
a { background-color: rgb(78,209,51); }
div.DivClassName
{
background-color: #4ED133;
}
.BgClassName
{
background-color: #4ED133;
}
</style>
border-color css
<style>
span { border-color: #4ED133; }
span { border-color: rgb(78,209,51); }
td.TdClassName
{
border-color: #4ED133;
}
.TagClassName
{
border-color: #4ED133;
}
</style>