Shades of Lime Green #4DD340
Tints of Lime Green #4DD340
RGB
CMYK
RGB Variations
Color information
#4DD340 (or 0x4DD340) is known color: Lime Green. HEX triplet: 4D, D3 and 40. RGB value is (77,211,64). Sum of RGB (Red+Green+Blue) = 77+211+64=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #4DD340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD340 is #B22CBF. Grayscale: #9A9A9A. Windows color (decimal): -11676864 or 4248397. OLE color: 4248397.
HSL color Cylindrical-coordinate representation of color #4DD340: hue angle of 114.69º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DD340 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 77 | 211 | 64 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.17 |
| HSL | 114.69º | 0.63% | 0.54% | - |
| HSV(B) | 114.69º | 0.7% | 0.83% | - |
| XYZ | 27.28 | 48.54 | 12.78 | - |
| YUV | 154.18 | 77.11 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 211 | 64 | 0.64 | 0 | 0.70 | 0.17 | 114.69 | 0.63 | 0.54 |
| Hex | 4D | D3 | 40 | 40 | 0 | 46 | 11 | 73 | 3F | 36 |
| Octal | 115 | 323 | 100 | 100 | 0 | 106 | 21 | 163 | 77 | 66 |
| Binary | 1001101 | 11010011 | 1000000 | 1000000 | 0 | 1000110 | 10001 | 1110011 | 111111 | 110110 |
Color Harmonies of #4DD340
Complementary color
Monochromatic Colors of #4DD340
Black with #4DD340
Text Example
Text Example
White with #4DD340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD340; }
p { color: rgb(77,211,64); }
H1.HeaderClassName
{
color: #4DD340;
}
.AnyTagClassName
{
color: #4DD340;
}
</style>
background-color css
<style>
a { background-color: #4DD340; }
a { background-color: rgb(77,211,64); }
div.DivClassName
{
background-color: #4DD340;
}
.BgClassName
{
background-color: #4DD340;
}
</style>
border-color css
<style>
span { border-color: #4DD340; }
span { border-color: rgb(77,211,64); }
td.TdClassName
{
border-color: #4DD340;
}
.TagClassName
{
border-color: #4DD340;
}
</style>