Shades of Lime Green #4ED752
Tints of Lime Green #4ED752
RGB
CMYK
RGB Variations
Color information
#4ED752 (or 0x4ED752) is known color: Lime Green. HEX triplet: 4E, D7 and 52. RGB value is (78,215,82). Sum of RGB (Red+Green+Blue) = 78+215+82=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 215 (84.38% from 255 or 57.33% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 215 - color contains mainly: green. Hex color #4ED752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED752 is #B128AD. Grayscale: #9F9F9F. Windows color (decimal): -11610286 or 5429070. OLE color: 5429070.
HSL color Cylindrical-coordinate representation of color #4ED752: hue angle of 121.75º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED752 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 215 | 82 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.16 |
| HSL | 121.75º | 0.63% | 0.57% | - |
| HSV(B) | 121.75º | 0.64% | 0.84% | - |
| XYZ | 28.97 | 50.83 | 16.27 | - |
| YUV | 158.88 | 84.61 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 215 | 82 | 0.64 | 0 | 0.62 | 0.16 | 121.75 | 0.63 | 0.57 |
| Hex | 4E | D7 | 52 | 40 | 0 | 3E | 10 | 7A | 3F | 39 |
| Octal | 116 | 327 | 122 | 100 | 0 | 76 | 20 | 172 | 77 | 71 |
| Binary | 1001110 | 11010111 | 1010010 | 1000000 | 0 | 111110 | 10000 | 1111010 | 111111 | 111001 |
Color Harmonies of #4ED752
Complementary color
Monochromatic Colors of #4ED752
Black with #4ED752
Text Example
Text Example
White with #4ED752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED752; }
p { color: rgb(78,215,82); }
H1.HeaderClassName
{
color: #4ED752;
}
.AnyTagClassName
{
color: #4ED752;
}
</style>
background-color css
<style>
a { background-color: #4ED752; }
a { background-color: rgb(78,215,82); }
div.DivClassName
{
background-color: #4ED752;
}
.BgClassName
{
background-color: #4ED752;
}
</style>
border-color css
<style>
span { border-color: #4ED752; }
span { border-color: rgb(78,215,82); }
td.TdClassName
{
border-color: #4ED752;
}
.TagClassName
{
border-color: #4ED752;
}
</style>