Shades of Lime Green #47DF49
Tints of Lime Green #47DF49
RGB
CMYK
RGB Variations
Color information
#47DF49 (or 0x47DF49) is known color: Lime Green. HEX triplet: 47, DF and 49. RGB value is (71,223,73). Sum of RGB (Red+Green+Blue) = 71+223+73=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #47DF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DF49 is #B820B6. Grayscale: #A0A0A0. Windows color (decimal): -12066999 or 4841287. OLE color: 4841287.
HSL color Cylindrical-coordinate representation of color #47DF49: hue angle of 120.79º 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 #47DF49 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 223 | 73 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.13 |
| HSL | 120.79º | 0.7% | 0.58% | - |
| HSV(B) | 120.79º | 0.68% | 0.87% | - |
| XYZ | 30.19 | 54.6 | 15.25 | - |
| YUV | 160.45 | 78.64 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 223 | 73 | 0.68 | 0 | 0.67 | 0.13 | 120.79 | 0.7 | 0.58 |
| Hex | 47 | DF | 49 | 44 | 0 | 43 | D | 79 | 46 | 3A |
| Octal | 107 | 337 | 111 | 104 | 0 | 103 | 15 | 171 | 106 | 72 |
| Binary | 1000111 | 11011111 | 1001001 | 1000100 | 0 | 1000011 | 1101 | 1111001 | 1000110 | 111010 |
Color Harmonies of #47DF49
Complementary color
Monochromatic Colors of #47DF49
Black with #47DF49
Text Example
Text Example
White with #47DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DF49; }
p { color: rgb(71,223,73); }
H1.HeaderClassName
{
color: #47DF49;
}
.AnyTagClassName
{
color: #47DF49;
}
</style>
background-color css
<style>
a { background-color: #47DF49; }
a { background-color: rgb(71,223,73); }
div.DivClassName
{
background-color: #47DF49;
}
.BgClassName
{
background-color: #47DF49;
}
</style>
border-color css
<style>
span { border-color: #47DF49; }
span { border-color: rgb(71,223,73); }
td.TdClassName
{
border-color: #47DF49;
}
.TagClassName
{
border-color: #47DF49;
}
</style>