Shades of Lime Green #4DDD48
Tints of Lime Green #4DDD48
RGB
CMYK
RGB Variations
Color information
#4DDD48 (or 0x4DDD48) is known color: Lime Green. HEX triplet: 4D, DD and 48. RGB value is (77,221,72). Sum of RGB (Red+Green+Blue) = 77+221+72=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 221 (86.72% from 255 or 59.73% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDD48 is #B222B7. Grayscale: #A1A1A1. Windows color (decimal): -11674296 or 4775245. OLE color: 4775245.
HSL color Cylindrical-coordinate representation of color #4DDD48: hue angle of 117.99º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DDD48 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 72 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.13 |
| HSL | 117.99º | 0.69% | 0.57% | - |
| HSV(B) | 117.99º | 0.67% | 0.87% | - |
| XYZ | 30.09 | 53.76 | 14.92 | - |
| YUV | 160.96 | 77.79 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 72 | 0.65 | 0 | 0.67 | 0.13 | 117.99 | 0.69 | 0.57 |
| Hex | 4D | DD | 48 | 41 | 0 | 43 | D | 76 | 45 | 39 |
| Octal | 115 | 335 | 110 | 101 | 0 | 103 | 15 | 166 | 105 | 71 |
| Binary | 1001101 | 11011101 | 1001000 | 1000001 | 0 | 1000011 | 1101 | 1110110 | 1000101 | 111001 |
Color Harmonies of #4DDD48
Complementary color
Monochromatic Colors of #4DDD48
Black with #4DDD48
Text Example
Text Example
White with #4DDD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDD48; }
p { color: rgb(77,221,72); }
H1.HeaderClassName
{
color: #4DDD48;
}
.AnyTagClassName
{
color: #4DDD48;
}
</style>
background-color css
<style>
a { background-color: #4DDD48; }
a { background-color: rgb(77,221,72); }
div.DivClassName
{
background-color: #4DDD48;
}
.BgClassName
{
background-color: #4DDD48;
}
</style>
border-color css
<style>
span { border-color: #4DDD48; }
span { border-color: rgb(77,221,72); }
td.TdClassName
{
border-color: #4DDD48;
}
.TagClassName
{
border-color: #4DDD48;
}
</style>