Shades of Lime Green #47DF55
Tints of Lime Green #47DF55
RGB
CMYK
RGB Variations
Color information
#47DF55 (or 0x47DF55) is known color: Lime Green. HEX triplet: 47, DF and 55. RGB value is (71,223,85). Sum of RGB (Red+Green+Blue) = 71+223+85=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 223 (87.5% from 255 or 58.84% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 223 - color contains mainly: green. Hex color #47DF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DF55 is #B820AA. Grayscale: #A2A2A2. Windows color (decimal): -12066987 or 5627719. OLE color: 5627719.
HSL color Cylindrical-coordinate representation of color #47DF55: hue angle of 125.53º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DF55 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 223 | 85 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.13 |
| HSL | 125.53º | 0.7% | 0.58% | - |
| HSV(B) | 125.53º | 0.68% | 0.87% | - |
| XYZ | 30.63 | 54.77 | 17.55 | - |
| YUV | 161.82 | 84.64 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 223 | 85 | 0.68 | 0 | 0.62 | 0.13 | 125.53 | 0.7 | 0.58 |
| Hex | 47 | DF | 55 | 44 | 0 | 3E | D | 7E | 46 | 3A |
| Octal | 107 | 337 | 125 | 104 | 0 | 76 | 15 | 176 | 106 | 72 |
| Binary | 1000111 | 11011111 | 1010101 | 1000100 | 0 | 111110 | 1101 | 1111110 | 1000110 | 111010 |
Color Harmonies of #47DF55
Complementary color
Monochromatic Colors of #47DF55
Black with #47DF55
Text Example
Text Example
White with #47DF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DF55; }
p { color: rgb(71,223,85); }
H1.HeaderClassName
{
color: #47DF55;
}
.AnyTagClassName
{
color: #47DF55;
}
</style>
background-color css
<style>
a { background-color: #47DF55; }
a { background-color: rgb(71,223,85); }
div.DivClassName
{
background-color: #47DF55;
}
.BgClassName
{
background-color: #47DF55;
}
</style>
border-color css
<style>
span { border-color: #47DF55; }
span { border-color: rgb(71,223,85); }
td.TdClassName
{
border-color: #47DF55;
}
.TagClassName
{
border-color: #47DF55;
}
</style>