Shades of Lime Green #4FDD2F
Tints of Lime Green #4FDD2F
RGB
CMYK
RGB Variations
Color information
#4FDD2F (or 0x4FDD2F) is known color: Lime Green. HEX triplet: 4F, DD and 2F. RGB value is (79,221,47). Sum of RGB (Red+Green+Blue) = 79+221+47=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 221 (86.72% from 255 or 63.69% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDD2F is #B022D0. Grayscale: #9F9F9F. Windows color (decimal): -11543249 or 3136847. OLE color: 3136847.
HSL color Cylindrical-coordinate representation of color #4FDD2F: hue angle of 108.97º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4FDD2F is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 47 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.13 |
| HSL | 108.97º | 0.72% | 0.53% | - |
| HSV(B) | 108.97º | 0.79% | 0.87% | - |
| XYZ | 29.59 | 53.58 | 11.47 | - |
| YUV | 158.71 | 64.96 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 47 | 0.64 | 0 | 0.79 | 0.13 | 108.97 | 0.72 | 0.53 |
| Hex | 4F | DD | 2F | 40 | 0 | 4F | D | 6D | 48 | 35 |
| Octal | 117 | 335 | 57 | 100 | 0 | 117 | 15 | 155 | 110 | 65 |
| Binary | 1001111 | 11011101 | 101111 | 1000000 | 0 | 1001111 | 1101 | 1101101 | 1001000 | 110101 |
Color Harmonies of #4FDD2F
Complementary color
Monochromatic Colors of #4FDD2F
Black with #4FDD2F
Text Example
Text Example
White with #4FDD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD2F; }
p { color: rgb(79,221,47); }
H1.HeaderClassName
{
color: #4FDD2F;
}
.AnyTagClassName
{
color: #4FDD2F;
}
</style>
background-color css
<style>
a { background-color: #4FDD2F; }
a { background-color: rgb(79,221,47); }
div.DivClassName
{
background-color: #4FDD2F;
}
.BgClassName
{
background-color: #4FDD2F;
}
</style>
border-color css
<style>
span { border-color: #4FDD2F; }
span { border-color: rgb(79,221,47); }
td.TdClassName
{
border-color: #4FDD2F;
}
.TagClassName
{
border-color: #4FDD2F;
}
</style>