Shades of Lime Green #47C747
Tints of Lime Green #47C747
RGB
CMYK
RGB Variations
Color information
#47C747 (or 0x47C747) is known color: Lime Green. HEX triplet: 47, C7 and 47. RGB value is (71,199,71). Sum of RGB (Red+Green+Blue) = 71+199+71=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 199 (78.12% from 255 or 58.36% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 199 - color contains mainly: green. Hex color #47C747 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C747 is #B838B8. Grayscale: #929292. Windows color (decimal): -12073145 or 4704071. OLE color: 4704071.
HSL color Cylindrical-coordinate representation of color #47C747: hue angle of 120º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C747 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 199 | 71 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.22 |
| HSL | 120º | 0.53% | 0.53% | - |
| HSV(B) | 120º | 0.64% | 0.78% | - |
| XYZ | 24.16 | 42.64 | 12.92 | - |
| YUV | 146.14 | 85.59 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 199 | 71 | 0.64 | 0 | 0.64 | 0.22 | 120 | 0.53 | 0.53 |
| Hex | 47 | C7 | 47 | 40 | 0 | 40 | 16 | 78 | 35 | 35 |
| Octal | 107 | 307 | 107 | 100 | 0 | 100 | 26 | 170 | 65 | 65 |
| Binary | 1000111 | 11000111 | 1000111 | 1000000 | 0 | 1000000 | 10110 | 1111000 | 110101 | 110101 |
Color Harmonies of #47C747
Complementary color
Monochromatic Colors of #47C747
Black with #47C747
Text Example
Text Example
White with #47C747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C747; }
p { color: rgb(71,199,71); }
H1.HeaderClassName
{
color: #47C747;
}
.AnyTagClassName
{
color: #47C747;
}
</style>
background-color css
<style>
a { background-color: #47C747; }
a { background-color: rgb(71,199,71); }
div.DivClassName
{
background-color: #47C747;
}
.BgClassName
{
background-color: #47C747;
}
</style>
border-color css
<style>
span { border-color: #47C747; }
span { border-color: rgb(71,199,71); }
td.TdClassName
{
border-color: #47C747;
}
.TagClassName
{
border-color: #47C747;
}
</style>