Shades of Lime Green #4FDD47
Tints of Lime Green #4FDD47
RGB
CMYK
RGB Variations
Color information
#4FDD47 (or 0x4FDD47) is known color: Lime Green. HEX triplet: 4F, DD and 47. RGB value is (79,221,71). Sum of RGB (Red+Green+Blue) = 79+221+71=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDD47 is #B022B8. Grayscale: #A1A1A1. Windows color (decimal): -11543225 or 4709711. OLE color: 4709711.
HSL color Cylindrical-coordinate representation of color #4FDD47: hue angle of 116.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FDD47 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 71 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.13 |
| HSL | 116.8º | 0.69% | 0.57% | - |
| HSV(B) | 116.8º | 0.68% | 0.87% | - |
| XYZ | 30.22 | 53.83 | 14.76 | - |
| YUV | 161.44 | 76.96 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 71 | 0.64 | 0 | 0.68 | 0.13 | 116.8 | 0.69 | 0.57 |
| Hex | 4F | DD | 47 | 40 | 0 | 44 | D | 75 | 45 | 39 |
| Octal | 117 | 335 | 107 | 100 | 0 | 104 | 15 | 165 | 105 | 71 |
| Binary | 1001111 | 11011101 | 1000111 | 1000000 | 0 | 1000100 | 1101 | 1110101 | 1000101 | 111001 |
Color Harmonies of #4FDD47
Complementary color
Monochromatic Colors of #4FDD47
Black with #4FDD47
Text Example
Text Example
White with #4FDD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD47; }
p { color: rgb(79,221,71); }
H1.HeaderClassName
{
color: #4FDD47;
}
.AnyTagClassName
{
color: #4FDD47;
}
</style>
background-color css
<style>
a { background-color: #4FDD47; }
a { background-color: rgb(79,221,71); }
div.DivClassName
{
background-color: #4FDD47;
}
.BgClassName
{
background-color: #4FDD47;
}
</style>
border-color css
<style>
span { border-color: #4FDD47; }
span { border-color: rgb(79,221,71); }
td.TdClassName
{
border-color: #4FDD47;
}
.TagClassName
{
border-color: #4FDD47;
}
</style>