Shades of Lime Green #47D14D
Tints of Lime Green #47D14D
RGB
CMYK
RGB Variations
Color information
#47D14D (or 0x47D14D) is known color: Lime Green. HEX triplet: 47, D1 and 4D. RGB value is (71,209,77). Sum of RGB (Red+Green+Blue) = 71+209+77=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #47D14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D14D is #B82EB2. Grayscale: #999999. Windows color (decimal): -12070579 or 5099847. OLE color: 5099847.
HSL color Cylindrical-coordinate representation of color #47D14D: hue angle of 122.61º 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 #47D14D is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 209 | 77 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.18 |
| HSL | 122.61º | 0.6% | 0.55% | - |
| HSV(B) | 122.61º | 0.66% | 0.82% | - |
| XYZ | 26.74 | 47.48 | 14.78 | - |
| YUV | 152.69 | 85.28 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 209 | 77 | 0.66 | 0 | 0.63 | 0.18 | 122.61 | 0.6 | 0.55 |
| Hex | 47 | D1 | 4D | 42 | 0 | 3F | 12 | 7B | 3C | 37 |
| Octal | 107 | 321 | 115 | 102 | 0 | 77 | 22 | 173 | 74 | 67 |
| Binary | 1000111 | 11010001 | 1001101 | 1000010 | 0 | 111111 | 10010 | 1111011 | 111100 | 110111 |
Color Harmonies of #47D14D
Complementary color
Monochromatic Colors of #47D14D
Black with #47D14D
Text Example
Text Example
White with #47D14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D14D; }
p { color: rgb(71,209,77); }
H1.HeaderClassName
{
color: #47D14D;
}
.AnyTagClassName
{
color: #47D14D;
}
</style>
background-color css
<style>
a { background-color: #47D14D; }
a { background-color: rgb(71,209,77); }
div.DivClassName
{
background-color: #47D14D;
}
.BgClassName
{
background-color: #47D14D;
}
</style>
border-color css
<style>
span { border-color: #47D14D; }
span { border-color: rgb(71,209,77); }
td.TdClassName
{
border-color: #47D14D;
}
.TagClassName
{
border-color: #47D14D;
}
</style>