Shades of Lime Green #47C950
Tints of Lime Green #47C950
RGB
CMYK
RGB Variations
Color information
#47C950 (or 0x47C950) is known color: Lime Green. HEX triplet: 47, C9 and 50. RGB value is (71,201,80). Sum of RGB (Red+Green+Blue) = 71+201+80=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #47C950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C950 is #B836AF. Grayscale: #949494. Windows color (decimal): -12072624 or 5294407. OLE color: 5294407.
HSL color Cylindrical-coordinate representation of color #47C950: hue angle of 124.15º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47C950 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 201 | 80 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.21 |
| HSL | 124.15º | 0.55% | 0.53% | - |
| HSV(B) | 124.15º | 0.65% | 0.79% | - |
| XYZ | 24.93 | 43.69 | 14.71 | - |
| YUV | 148.34 | 89.43 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 201 | 80 | 0.65 | 0 | 0.60 | 0.21 | 124.15 | 0.55 | 0.53 |
| Hex | 47 | C9 | 50 | 41 | 0 | 3C | 15 | 7C | 37 | 35 |
| Octal | 107 | 311 | 120 | 101 | 0 | 74 | 25 | 174 | 67 | 65 |
| Binary | 1000111 | 11001001 | 1010000 | 1000001 | 0 | 111100 | 10101 | 1111100 | 110111 | 110101 |
Color Harmonies of #47C950
Complementary color
Monochromatic Colors of #47C950
Black with #47C950
Text Example
Text Example
White with #47C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C950; }
p { color: rgb(71,201,80); }
H1.HeaderClassName
{
color: #47C950;
}
.AnyTagClassName
{
color: #47C950;
}
</style>
background-color css
<style>
a { background-color: #47C950; }
a { background-color: rgb(71,201,80); }
div.DivClassName
{
background-color: #47C950;
}
.BgClassName
{
background-color: #47C950;
}
</style>
border-color css
<style>
span { border-color: #47C950; }
span { border-color: rgb(71,201,80); }
td.TdClassName
{
border-color: #47C950;
}
.TagClassName
{
border-color: #47C950;
}
</style>