Shades of Lime Green #47C64D
Tints of Lime Green #47C64D
RGB
CMYK
RGB Variations
Color information
#47C64D (or 0x47C64D) is known color: Lime Green. HEX triplet: 47, C6 and 4D. RGB value is (71,198,77). Sum of RGB (Red+Green+Blue) = 71+198+77=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 198 (77.73% from 255 or 57.23% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 198 - color contains mainly: green. Hex color #47C64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C64D is #B839B2. Grayscale: #929292. Windows color (decimal): -12073395 or 5097031. OLE color: 5097031.
HSL color Cylindrical-coordinate representation of color #47C64D: hue angle of 122.83º 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 #47C64D is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 198 | 77 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.22 |
| HSL | 122.83º | 0.53% | 0.53% | - |
| HSV(B) | 122.83º | 0.64% | 0.78% | - |
| XYZ | 24.13 | 42.26 | 13.91 | - |
| YUV | 146.23 | 88.92 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 198 | 77 | 0.64 | 0 | 0.61 | 0.22 | 122.83 | 0.53 | 0.53 |
| Hex | 47 | C6 | 4D | 40 | 0 | 3D | 16 | 7B | 35 | 35 |
| Octal | 107 | 306 | 115 | 100 | 0 | 75 | 26 | 173 | 65 | 65 |
| Binary | 1000111 | 11000110 | 1001101 | 1000000 | 0 | 111101 | 10110 | 1111011 | 110101 | 110101 |
Color Harmonies of #47C64D
Complementary color
Monochromatic Colors of #47C64D
Black with #47C64D
Text Example
Text Example
White with #47C64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C64D; }
p { color: rgb(71,198,77); }
H1.HeaderClassName
{
color: #47C64D;
}
.AnyTagClassName
{
color: #47C64D;
}
</style>
background-color css
<style>
a { background-color: #47C64D; }
a { background-color: rgb(71,198,77); }
div.DivClassName
{
background-color: #47C64D;
}
.BgClassName
{
background-color: #47C64D;
}
</style>
border-color css
<style>
span { border-color: #47C64D; }
span { border-color: rgb(71,198,77); }
td.TdClassName
{
border-color: #47C64D;
}
.TagClassName
{
border-color: #47C64D;
}
</style>