Shades of Lime Green #4ED852
Tints of Lime Green #4ED852
RGB
CMYK
RGB Variations
Color information
#4ED852 (or 0x4ED852) is known color: Lime Green. HEX triplet: 4E, D8 and 52. RGB value is (78,216,82). Sum of RGB (Red+Green+Blue) = 78+216+82=376 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.74% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED852 is #B127AD. Grayscale: #9F9F9F. Windows color (decimal): -11610030 or 5429326. OLE color: 5429326.
HSL color Cylindrical-coordinate representation of color #4ED852: hue angle of 121.74º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED852 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 216 | 82 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.15 |
| HSL | 121.74º | 0.64% | 0.58% | - |
| HSV(B) | 121.74º | 0.64% | 0.85% | - |
| XYZ | 29.22 | 51.34 | 16.35 | - |
| YUV | 159.46 | 84.28 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 82 | 0.64 | 0 | 0.62 | 0.15 | 121.74 | 0.64 | 0.58 |
| Hex | 4E | D8 | 52 | 40 | 0 | 3E | F | 7A | 40 | 3A |
| Octal | 116 | 330 | 122 | 100 | 0 | 76 | 17 | 172 | 100 | 72 |
| Binary | 1001110 | 11011000 | 1010010 | 1000000 | 0 | 111110 | 1111 | 1111010 | 1000000 | 111010 |
Color Harmonies of #4ED852
Complementary color
Monochromatic Colors of #4ED852
Black with #4ED852
Text Example
Text Example
White with #4ED852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED852; }
p { color: rgb(78,216,82); }
H1.HeaderClassName
{
color: #4ED852;
}
.AnyTagClassName
{
color: #4ED852;
}
</style>
background-color css
<style>
a { background-color: #4ED852; }
a { background-color: rgb(78,216,82); }
div.DivClassName
{
background-color: #4ED852;
}
.BgClassName
{
background-color: #4ED852;
}
</style>
border-color css
<style>
span { border-color: #4ED852; }
span { border-color: rgb(78,216,82); }
td.TdClassName
{
border-color: #4ED852;
}
.TagClassName
{
border-color: #4ED852;
}
</style>