Shades of Lime Green #4DDF47
Tints of Lime Green #4DDF47
RGB
CMYK
RGB Variations
Color information
#4DDF47 (or 0x4DDF47) is known color: Lime Green. HEX triplet: 4D, DF and 47. RGB value is (77,223,71). Sum of RGB (Red+Green+Blue) = 77+223+71=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 223 (87.5% from 255 or 60.11% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDF47 is #B220B8. Grayscale: #A2A2A2. Windows color (decimal): -11673785 or 4710221. OLE color: 4710221.
HSL color Cylindrical-coordinate representation of color #4DDF47: hue angle of 117.63º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DDF47 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 71 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.13 |
| HSL | 117.63º | 0.7% | 0.58% | - |
| HSV(B) | 117.63º | 0.68% | 0.87% | - |
| XYZ | 30.59 | 54.81 | 14.93 | - |
| YUV | 162.02 | 76.63 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 71 | 0.65 | 0 | 0.68 | 0.13 | 117.63 | 0.7 | 0.58 |
| Hex | 4D | DF | 47 | 41 | 0 | 44 | D | 76 | 46 | 3A |
| Octal | 115 | 337 | 107 | 101 | 0 | 104 | 15 | 166 | 106 | 72 |
| Binary | 1001101 | 11011111 | 1000111 | 1000001 | 0 | 1000100 | 1101 | 1110110 | 1000110 | 111010 |
Color Harmonies of #4DDF47
Complementary color
Monochromatic Colors of #4DDF47
Black with #4DDF47
Text Example
Text Example
White with #4DDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDF47; }
p { color: rgb(77,223,71); }
H1.HeaderClassName
{
color: #4DDF47;
}
.AnyTagClassName
{
color: #4DDF47;
}
</style>
background-color css
<style>
a { background-color: #4DDF47; }
a { background-color: rgb(77,223,71); }
div.DivClassName
{
background-color: #4DDF47;
}
.BgClassName
{
background-color: #4DDF47;
}
</style>
border-color css
<style>
span { border-color: #4DDF47; }
span { border-color: rgb(77,223,71); }
td.TdClassName
{
border-color: #4DDF47;
}
.TagClassName
{
border-color: #4DDF47;
}
</style>