Shades of Lime Green #47C540
Tints of Lime Green #47C540
RGB
CMYK
RGB Variations
Color information
#47C540 (or 0x47C540) is known color: Lime Green. HEX triplet: 47, C5 and 40. RGB value is (71,197,64). Sum of RGB (Red+Green+Blue) = 71+197+64=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #47C540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C540 is #B83ABF. Grayscale: #909090. Windows color (decimal): -12073664 or 4244807. OLE color: 4244807.
HSL color Cylindrical-coordinate representation of color #47C540: hue angle of 116.84º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47C540 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 197 | 64 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.23 |
| HSL | 116.84º | 0.53% | 0.51% | - |
| HSV(B) | 116.84º | 0.68% | 0.77% | - |
| XYZ | 23.49 | 41.64 | 11.65 | - |
| YUV | 144.16 | 82.76 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 197 | 64 | 0.64 | 0 | 0.68 | 0.23 | 116.84 | 0.53 | 0.51 |
| Hex | 47 | C5 | 40 | 40 | 0 | 44 | 17 | 75 | 35 | 33 |
| Octal | 107 | 305 | 100 | 100 | 0 | 104 | 27 | 165 | 65 | 63 |
| Binary | 1000111 | 11000101 | 1000000 | 1000000 | 0 | 1000100 | 10111 | 1110101 | 110101 | 110011 |
Color Harmonies of #47C540
Complementary color
Monochromatic Colors of #47C540
Black with #47C540
Text Example
Text Example
White with #47C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C540; }
p { color: rgb(71,197,64); }
H1.HeaderClassName
{
color: #47C540;
}
.AnyTagClassName
{
color: #47C540;
}
</style>
background-color css
<style>
a { background-color: #47C540; }
a { background-color: rgb(71,197,64); }
div.DivClassName
{
background-color: #47C540;
}
.BgClassName
{
background-color: #47C540;
}
</style>
border-color css
<style>
span { border-color: #47C540; }
span { border-color: rgb(71,197,64); }
td.TdClassName
{
border-color: #47C540;
}
.TagClassName
{
border-color: #47C540;
}
</style>