Shades of Lime Green #47D353
Tints of Lime Green #47D353
RGB
CMYK
RGB Variations
Color information
#47D353 (or 0x47D353) is known color: Lime Green. HEX triplet: 47, D3 and 53. RGB value is (71,211,83). Sum of RGB (Red+Green+Blue) = 71+211+83=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 211 (82.81% from 255 or 57.81% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 211 - color contains mainly: green. Hex color #47D353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D353 is #B82CAC. Grayscale: #9A9A9A. Windows color (decimal): -12070061 or 5493575. OLE color: 5493575.
HSL color Cylindrical-coordinate representation of color #47D353: hue angle of 125.14º 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 #47D353 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 211 | 83 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.17 |
| HSL | 125.14º | 0.61% | 0.55% | - |
| HSV(B) | 125.14º | 0.66% | 0.83% | - |
| XYZ | 27.45 | 48.55 | 16.11 | - |
| YUV | 154.55 | 87.62 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 211 | 83 | 0.66 | 0 | 0.61 | 0.17 | 125.14 | 0.61 | 0.55 |
| Hex | 47 | D3 | 53 | 42 | 0 | 3D | 11 | 7D | 3D | 37 |
| Octal | 107 | 323 | 123 | 102 | 0 | 75 | 21 | 175 | 75 | 67 |
| Binary | 1000111 | 11010011 | 1010011 | 1000010 | 0 | 111101 | 10001 | 1111101 | 111101 | 110111 |
Color Harmonies of #47D353
Complementary color
Monochromatic Colors of #47D353
Black with #47D353
Text Example
Text Example
White with #47D353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D353; }
p { color: rgb(71,211,83); }
H1.HeaderClassName
{
color: #47D353;
}
.AnyTagClassName
{
color: #47D353;
}
</style>
background-color css
<style>
a { background-color: #47D353; }
a { background-color: rgb(71,211,83); }
div.DivClassName
{
background-color: #47D353;
}
.BgClassName
{
background-color: #47D353;
}
</style>
border-color css
<style>
span { border-color: #47D353; }
span { border-color: rgb(71,211,83); }
td.TdClassName
{
border-color: #47D353;
}
.TagClassName
{
border-color: #47D353;
}
</style>