Shades of Lime Green #47D550
Tints of Lime Green #47D550
RGB
CMYK
RGB Variations
Color information
#47D550 (or 0x47D550) is known color: Lime Green. HEX triplet: 47, D5 and 50. RGB value is (71,213,80). Sum of RGB (Red+Green+Blue) = 71+213+80=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 213 (83.59% from 255 or 58.52% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 213 - color contains mainly: green. Hex color #47D550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D550 is #B82AAF. Grayscale: #9B9B9B. Windows color (decimal): -12069552 or 5297479. OLE color: 5297479.
HSL color Cylindrical-coordinate representation of color #47D550: hue angle of 123.8º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D550 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 213 | 80 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.16 |
| HSL | 123.8º | 0.63% | 0.56% | - |
| HSV(B) | 123.8º | 0.67% | 0.84% | - |
| XYZ | 27.84 | 49.51 | 15.68 | - |
| YUV | 155.38 | 85.46 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 213 | 80 | 0.67 | 0 | 0.62 | 0.16 | 123.8 | 0.63 | 0.56 |
| Hex | 47 | D5 | 50 | 43 | 0 | 3E | 10 | 7C | 3F | 38 |
| Octal | 107 | 325 | 120 | 103 | 0 | 76 | 20 | 174 | 77 | 70 |
| Binary | 1000111 | 11010101 | 1010000 | 1000011 | 0 | 111110 | 10000 | 1111100 | 111111 | 111000 |
Color Harmonies of #47D550
Complementary color
Monochromatic Colors of #47D550
Black with #47D550
Text Example
Text Example
White with #47D550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D550; }
p { color: rgb(71,213,80); }
H1.HeaderClassName
{
color: #47D550;
}
.AnyTagClassName
{
color: #47D550;
}
</style>
background-color css
<style>
a { background-color: #47D550; }
a { background-color: rgb(71,213,80); }
div.DivClassName
{
background-color: #47D550;
}
.BgClassName
{
background-color: #47D550;
}
</style>
border-color css
<style>
span { border-color: #47D550; }
span { border-color: rgb(71,213,80); }
td.TdClassName
{
border-color: #47D550;
}
.TagClassName
{
border-color: #47D550;
}
</style>