Shades of Lime Green #47DD4D
Tints of Lime Green #47DD4D
RGB
CMYK
RGB Variations
Color information
#47DD4D (or 0x47DD4D) is known color: Lime Green. HEX triplet: 47, DD and 4D. RGB value is (71,221,77). Sum of RGB (Red+Green+Blue) = 71+221+77=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #47DD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DD4D is #B822B2. Grayscale: #A0A0A0. Windows color (decimal): -12067507 or 5102919. OLE color: 5102919.
HSL color Cylindrical-coordinate representation of color #47DD4D: hue angle of 122.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DD4D is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 221 | 77 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.13 |
| HSL | 122.4º | 0.69% | 0.57% | - |
| HSV(B) | 122.4º | 0.68% | 0.87% | - |
| XYZ | 29.79 | 53.59 | 15.79 | - |
| YUV | 159.73 | 81.31 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 221 | 77 | 0.68 | 0 | 0.65 | 0.13 | 122.4 | 0.69 | 0.57 |
| Hex | 47 | DD | 4D | 44 | 0 | 41 | D | 7A | 45 | 39 |
| Octal | 107 | 335 | 115 | 104 | 0 | 101 | 15 | 172 | 105 | 71 |
| Binary | 1000111 | 11011101 | 1001101 | 1000100 | 0 | 1000001 | 1101 | 1111010 | 1000101 | 111001 |
Color Harmonies of #47DD4D
Complementary color
Monochromatic Colors of #47DD4D
Black with #47DD4D
Text Example
Text Example
White with #47DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DD4D; }
p { color: rgb(71,221,77); }
H1.HeaderClassName
{
color: #47DD4D;
}
.AnyTagClassName
{
color: #47DD4D;
}
</style>
background-color css
<style>
a { background-color: #47DD4D; }
a { background-color: rgb(71,221,77); }
div.DivClassName
{
background-color: #47DD4D;
}
.BgClassName
{
background-color: #47DD4D;
}
</style>
border-color css
<style>
span { border-color: #47DD4D; }
span { border-color: rgb(71,221,77); }
td.TdClassName
{
border-color: #47DD4D;
}
.TagClassName
{
border-color: #47DD4D;
}
</style>