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