Shades of Lime Green #4DDA39
Tints of Lime Green #4DDA39
RGB
CMYK
RGB Variations
Color information
#4DDA39 (or 0x4DDA39) is known color: Lime Green. HEX triplet: 4D, DA and 39. RGB value is (77,218,57). Sum of RGB (Red+Green+Blue) = 77+218+57=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 218 (85.55% from 255 or 61.93% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDA39 is #B225C6. Grayscale: #9D9D9D. Windows color (decimal): -11675079 or 3791437. OLE color: 3791437.
HSL color Cylindrical-coordinate representation of color #4DDA39: hue angle of 112.55º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4DDA39 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 57 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.15 |
| HSL | 112.55º | 0.69% | 0.54% | - |
| HSV(B) | 112.55º | 0.74% | 0.85% | - |
| XYZ | 28.87 | 52.02 | 12.39 | - |
| YUV | 157.49 | 71.29 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 57 | 0.65 | 0 | 0.74 | 0.15 | 112.55 | 0.69 | 0.54 |
| Hex | 4D | DA | 39 | 41 | 0 | 4A | F | 71 | 45 | 36 |
| Octal | 115 | 332 | 71 | 101 | 0 | 112 | 17 | 161 | 105 | 66 |
| Binary | 1001101 | 11011010 | 111001 | 1000001 | 0 | 1001010 | 1111 | 1110001 | 1000101 | 110110 |
Color Harmonies of #4DDA39
Complementary color
Monochromatic Colors of #4DDA39
Black with #4DDA39
Text Example
Text Example
White with #4DDA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA39; }
p { color: rgb(77,218,57); }
H1.HeaderClassName
{
color: #4DDA39;
}
.AnyTagClassName
{
color: #4DDA39;
}
</style>
background-color css
<style>
a { background-color: #4DDA39; }
a { background-color: rgb(77,218,57); }
div.DivClassName
{
background-color: #4DDA39;
}
.BgClassName
{
background-color: #4DDA39;
}
</style>
border-color css
<style>
span { border-color: #4DDA39; }
span { border-color: rgb(77,218,57); }
td.TdClassName
{
border-color: #4DDA39;
}
.TagClassName
{
border-color: #4DDA39;
}
</style>