Shades of Lime Green #4FDE4D
Tints of Lime Green #4FDE4D
RGB
CMYK
RGB Variations
Color information
#4FDE4D (or 0x4FDE4D) is known color: Lime Green. HEX triplet: 4F, DE and 4D. RGB value is (79,222,77). Sum of RGB (Red+Green+Blue) = 79+222+77=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 222 (87.11% from 255 or 58.73% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDE4D is #B021B2. Grayscale: #A3A3A3. Windows color (decimal): -11542963 or 5103183. OLE color: 5103183.
HSL color Cylindrical-coordinate representation of color #4FDE4D: hue angle of 119.17º degrees, saturation: 0.69, 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 #4FDE4D is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 222 | 77 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.13 |
| HSL | 119.17º | 0.69% | 0.59% | - |
| HSV(B) | 119.17º | 0.65% | 0.87% | - |
| XYZ | 30.69 | 54.44 | 15.91 | - |
| YUV | 162.71 | 79.62 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 77 | 0.64 | 0 | 0.65 | 0.13 | 119.17 | 0.69 | 0.59 |
| Hex | 4F | DE | 4D | 40 | 0 | 41 | D | 77 | 45 | 3B |
| Octal | 117 | 336 | 115 | 100 | 0 | 101 | 15 | 167 | 105 | 73 |
| Binary | 1001111 | 11011110 | 1001101 | 1000000 | 0 | 1000001 | 1101 | 1110111 | 1000101 | 111011 |
Color Harmonies of #4FDE4D
Complementary color
Monochromatic Colors of #4FDE4D
Black with #4FDE4D
Text Example
Text Example
White with #4FDE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDE4D; }
p { color: rgb(79,222,77); }
H1.HeaderClassName
{
color: #4FDE4D;
}
.AnyTagClassName
{
color: #4FDE4D;
}
</style>
background-color css
<style>
a { background-color: #4FDE4D; }
a { background-color: rgb(79,222,77); }
div.DivClassName
{
background-color: #4FDE4D;
}
.BgClassName
{
background-color: #4FDE4D;
}
</style>
border-color css
<style>
span { border-color: #4FDE4D; }
span { border-color: rgb(79,222,77); }
td.TdClassName
{
border-color: #4FDE4D;
}
.TagClassName
{
border-color: #4FDE4D;
}
</style>