Shades of Lime Green #4FDE47
Tints of Lime Green #4FDE47
RGB
CMYK
RGB Variations
Color information
#4FDE47 (or 0x4FDE47) is known color: Lime Green. HEX triplet: 4F, DE and 47. RGB value is (79,222,71). Sum of RGB (Red+Green+Blue) = 79+222+71=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 222 (87.11% from 255 or 59.68% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDE47 is #B021B8. Grayscale: #A2A2A2. Windows color (decimal): -11542969 or 4709967. OLE color: 4709967.
HSL color Cylindrical-coordinate representation of color #4FDE47: hue angle of 116.82º degrees, saturation: 0.7, 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 #4FDE47 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 222 | 71 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.13 |
| HSL | 116.82º | 0.7% | 0.57% | - |
| HSV(B) | 116.82º | 0.68% | 0.87% | - |
| XYZ | 30.48 | 54.36 | 14.85 | - |
| YUV | 162.03 | 76.62 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 71 | 0.64 | 0 | 0.68 | 0.13 | 116.82 | 0.7 | 0.57 |
| Hex | 4F | DE | 47 | 40 | 0 | 44 | D | 75 | 46 | 39 |
| Octal | 117 | 336 | 107 | 100 | 0 | 104 | 15 | 165 | 106 | 71 |
| Binary | 1001111 | 11011110 | 1000111 | 1000000 | 0 | 1000100 | 1101 | 1110101 | 1000110 | 111001 |
Color Harmonies of #4FDE47
Complementary color
Monochromatic Colors of #4FDE47
Black with #4FDE47
Text Example
Text Example
White with #4FDE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDE47; }
p { color: rgb(79,222,71); }
H1.HeaderClassName
{
color: #4FDE47;
}
.AnyTagClassName
{
color: #4FDE47;
}
</style>
background-color css
<style>
a { background-color: #4FDE47; }
a { background-color: rgb(79,222,71); }
div.DivClassName
{
background-color: #4FDE47;
}
.BgClassName
{
background-color: #4FDE47;
}
</style>
border-color css
<style>
span { border-color: #4FDE47; }
span { border-color: rgb(79,222,71); }
td.TdClassName
{
border-color: #4FDE47;
}
.TagClassName
{
border-color: #4FDE47;
}
</style>