Shades of Lime Green #47D34D
Tints of Lime Green #47D34D
RGB
CMYK
RGB Variations
Color information
#47D34D (or 0x47D34D) is known color: Lime Green. HEX triplet: 47, D3 and 4D. RGB value is (71,211,77). Sum of RGB (Red+Green+Blue) = 71+211+77=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 211 (82.81% from 255 or 58.77% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 211 - color contains mainly: green. Hex color #47D34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D34D is #B82CB2. Grayscale: #9A9A9A. Windows color (decimal): -12070067 or 5100359. OLE color: 5100359.
HSL color Cylindrical-coordinate representation of color #47D34D: hue angle of 122.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D34D is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 211 | 77 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.17 |
| HSL | 122.57º | 0.61% | 0.55% | - |
| HSV(B) | 122.57º | 0.66% | 0.83% | - |
| XYZ | 27.23 | 48.46 | 14.94 | - |
| YUV | 153.86 | 84.62 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 211 | 77 | 0.66 | 0 | 0.64 | 0.17 | 122.57 | 0.61 | 0.55 |
| Hex | 47 | D3 | 4D | 42 | 0 | 40 | 11 | 7B | 3D | 37 |
| Octal | 107 | 323 | 115 | 102 | 0 | 100 | 21 | 173 | 75 | 67 |
| Binary | 1000111 | 11010011 | 1001101 | 1000010 | 0 | 1000000 | 10001 | 1111011 | 111101 | 110111 |
Color Harmonies of #47D34D
Complementary color
Monochromatic Colors of #47D34D
Black with #47D34D
Text Example
Text Example
White with #47D34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D34D; }
p { color: rgb(71,211,77); }
H1.HeaderClassName
{
color: #47D34D;
}
.AnyTagClassName
{
color: #47D34D;
}
</style>
background-color css
<style>
a { background-color: #47D34D; }
a { background-color: rgb(71,211,77); }
div.DivClassName
{
background-color: #47D34D;
}
.BgClassName
{
background-color: #47D34D;
}
</style>
border-color css
<style>
span { border-color: #47D34D; }
span { border-color: rgb(71,211,77); }
td.TdClassName
{
border-color: #47D34D;
}
.TagClassName
{
border-color: #47D34D;
}
</style>