Shades of Lime Green #47D350
Tints of Lime Green #47D350
RGB
CMYK
RGB Variations
Color information
#47D350 (or 0x47D350) is known color: Lime Green. HEX triplet: 47, D3 and 50. RGB value is (71,211,80). Sum of RGB (Red+Green+Blue) = 71+211+80=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 211 (82.81% from 255 or 58.29% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 211 - color contains mainly: green. Hex color #47D350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D350 is #B82CAF. Grayscale: #9A9A9A. Windows color (decimal): -12070064 or 5296967. OLE color: 5296967.
HSL color Cylindrical-coordinate representation of color #47D350: hue angle of 123.86º 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 #47D350 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 211 | 80 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.17 |
| HSL | 123.86º | 0.61% | 0.55% | - |
| HSV(B) | 123.86º | 0.66% | 0.83% | - |
| XYZ | 27.34 | 48.51 | 15.51 | - |
| YUV | 154.21 | 86.12 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 211 | 80 | 0.66 | 0 | 0.62 | 0.17 | 123.86 | 0.61 | 0.55 |
| Hex | 47 | D3 | 50 | 42 | 0 | 3E | 11 | 7C | 3D | 37 |
| Octal | 107 | 323 | 120 | 102 | 0 | 76 | 21 | 174 | 75 | 67 |
| Binary | 1000111 | 11010011 | 1010000 | 1000010 | 0 | 111110 | 10001 | 1111100 | 111101 | 110111 |
Color Harmonies of #47D350
Complementary color
Monochromatic Colors of #47D350
Black with #47D350
Text Example
Text Example
White with #47D350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D350; }
p { color: rgb(71,211,80); }
H1.HeaderClassName
{
color: #47D350;
}
.AnyTagClassName
{
color: #47D350;
}
</style>
background-color css
<style>
a { background-color: #47D350; }
a { background-color: rgb(71,211,80); }
div.DivClassName
{
background-color: #47D350;
}
.BgClassName
{
background-color: #47D350;
}
</style>
border-color css
<style>
span { border-color: #47D350; }
span { border-color: rgb(71,211,80); }
td.TdClassName
{
border-color: #47D350;
}
.TagClassName
{
border-color: #47D350;
}
</style>