Shades of Lime Green #4DD147
Tints of Lime Green #4DD147
RGB
CMYK
RGB Variations
Color information
#4DD147 (or 0x4DD147) is known color: Lime Green. HEX triplet: 4D, D1 and 47. RGB value is (77,209,71). Sum of RGB (Red+Green+Blue) = 77+209+71=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #4DD147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD147 is #B22EB8. Grayscale: #9A9A9A. Windows color (decimal): -11677369 or 4706637. OLE color: 4706637.
HSL color Cylindrical-coordinate representation of color #4DD147: hue angle of 117.39º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DD147 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 209 | 71 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.18 |
| HSL | 117.39º | 0.6% | 0.55% | - |
| HSV(B) | 117.39º | 0.66% | 0.82% | - |
| XYZ | 27 | 47.63 | 13.73 | - |
| YUV | 153.8 | 81.27 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 209 | 71 | 0.63 | 0 | 0.66 | 0.18 | 117.39 | 0.6 | 0.55 |
| Hex | 4D | D1 | 47 | 3F | 0 | 42 | 12 | 75 | 3C | 37 |
| Octal | 115 | 321 | 107 | 77 | 0 | 102 | 22 | 165 | 74 | 67 |
| Binary | 1001101 | 11010001 | 1000111 | 111111 | 0 | 1000010 | 10010 | 1110101 | 111100 | 110111 |
Color Harmonies of #4DD147
Complementary color
Monochromatic Colors of #4DD147
Black with #4DD147
Text Example
Text Example
White with #4DD147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD147; }
p { color: rgb(77,209,71); }
H1.HeaderClassName
{
color: #4DD147;
}
.AnyTagClassName
{
color: #4DD147;
}
</style>
background-color css
<style>
a { background-color: #4DD147; }
a { background-color: rgb(77,209,71); }
div.DivClassName
{
background-color: #4DD147;
}
.BgClassName
{
background-color: #4DD147;
}
</style>
border-color css
<style>
span { border-color: #4DD147; }
span { border-color: rgb(77,209,71); }
td.TdClassName
{
border-color: #4DD147;
}
.TagClassName
{
border-color: #4DD147;
}
</style>