Shades of Lime Green #4FDD4F
Tints of Lime Green #4FDD4F
RGB
CMYK
RGB Variations
Color information
#4FDD4F (or 0x4FDD4F) is known color: Lime Green. HEX triplet: 4F, DD and 4F. RGB value is (79,221,79). Sum of RGB (Red+Green+Blue) = 79+221+79=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDD4F is #B022B0. Grayscale: #A2A2A2. Windows color (decimal): -11543217 or 5233999. OLE color: 5233999.
HSL color Cylindrical-coordinate representation of color #4FDD4F: hue angle of 120º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDD4F is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 79 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.13 |
| HSL | 120º | 0.68% | 0.59% | - |
| HSV(B) | 120º | 0.64% | 0.87% | - |
| XYZ | 30.49 | 53.94 | 16.2 | - |
| YUV | 162.35 | 80.96 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 79 | 0.64 | 0 | 0.64 | 0.13 | 120 | 0.68 | 0.59 |
| Hex | 4F | DD | 4F | 40 | 0 | 40 | D | 78 | 44 | 3B |
| Octal | 117 | 335 | 117 | 100 | 0 | 100 | 15 | 170 | 104 | 73 |
| Binary | 1001111 | 11011101 | 1001111 | 1000000 | 0 | 1000000 | 1101 | 1111000 | 1000100 | 111011 |
Color Harmonies of #4FDD4F
Complementary color
Monochromatic Colors of #4FDD4F
Black with #4FDD4F
Text Example
Text Example
White with #4FDD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD4F; }
p { color: rgb(79,221,79); }
H1.HeaderClassName
{
color: #4FDD4F;
}
.AnyTagClassName
{
color: #4FDD4F;
}
</style>
background-color css
<style>
a { background-color: #4FDD4F; }
a { background-color: rgb(79,221,79); }
div.DivClassName
{
background-color: #4FDD4F;
}
.BgClassName
{
background-color: #4FDD4F;
}
</style>
border-color css
<style>
span { border-color: #4FDD4F; }
span { border-color: rgb(79,221,79); }
td.TdClassName
{
border-color: #4FDD4F;
}
.TagClassName
{
border-color: #4FDD4F;
}
</style>