Shades of Lime Green #47D355
Tints of Lime Green #47D355
RGB
CMYK
RGB Variations
Color information
#47D355 (or 0x47D355) is known color: Lime Green. HEX triplet: 47, D3 and 55. RGB value is (71,211,85). Sum of RGB (Red+Green+Blue) = 71+211+85=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 211 (82.81% from 255 or 57.49% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 211 - color contains mainly: green. Hex color #47D355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D355 is #B82CAA. Grayscale: #9B9B9B. Windows color (decimal): -12070059 or 5624647. OLE color: 5624647.
HSL color Cylindrical-coordinate representation of color #47D355: hue angle of 126º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D355 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 211 | 85 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.17 |
| HSL | 126º | 0.61% | 0.55% | - |
| HSV(B) | 126º | 0.66% | 0.83% | - |
| XYZ | 27.53 | 48.58 | 16.52 | - |
| YUV | 154.78 | 88.62 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 211 | 85 | 0.66 | 0 | 0.60 | 0.17 | 126 | 0.61 | 0.55 |
| Hex | 47 | D3 | 55 | 42 | 0 | 3C | 11 | 7E | 3D | 37 |
| Octal | 107 | 323 | 125 | 102 | 0 | 74 | 21 | 176 | 75 | 67 |
| Binary | 1000111 | 11010011 | 1010101 | 1000010 | 0 | 111100 | 10001 | 1111110 | 111101 | 110111 |
Color Harmonies of #47D355
Complementary color
Monochromatic Colors of #47D355
Black with #47D355
Text Example
Text Example
White with #47D355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D355; }
p { color: rgb(71,211,85); }
H1.HeaderClassName
{
color: #47D355;
}
.AnyTagClassName
{
color: #47D355;
}
</style>
background-color css
<style>
a { background-color: #47D355; }
a { background-color: rgb(71,211,85); }
div.DivClassName
{
background-color: #47D355;
}
.BgClassName
{
background-color: #47D355;
}
</style>
border-color css
<style>
span { border-color: #47D355; }
span { border-color: rgb(71,211,85); }
td.TdClassName
{
border-color: #47D355;
}
.TagClassName
{
border-color: #47D355;
}
</style>