Shades of Lime Green #4FDE4E
Tints of Lime Green #4FDE4E
RGB
CMYK
RGB Variations
Color information
#4FDE4E (or 0x4FDE4E) is known color: Lime Green. HEX triplet: 4F, DE and 4E. RGB value is (79,222,78). Sum of RGB (Red+Green+Blue) = 79+222+78=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 222 (87.11% from 255 or 58.58% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDE4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDE4E is #B021B1. Grayscale: #A3A3A3. Windows color (decimal): -11542962 or 5168719. OLE color: 5168719.
HSL color Cylindrical-coordinate representation of color #4FDE4E: hue angle of 119.58º 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 #4FDE4E is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 222 | 78 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.13 |
| HSL | 119.58º | 0.69% | 0.59% | - |
| HSV(B) | 119.58º | 0.65% | 0.87% | - |
| XYZ | 30.72 | 54.45 | 16.1 | - |
| YUV | 162.83 | 80.12 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 78 | 0.64 | 0 | 0.65 | 0.13 | 119.58 | 0.69 | 0.59 |
| Hex | 4F | DE | 4E | 40 | 0 | 41 | D | 78 | 45 | 3B |
| Octal | 117 | 336 | 116 | 100 | 0 | 101 | 15 | 170 | 105 | 73 |
| Binary | 1001111 | 11011110 | 1001110 | 1000000 | 0 | 1000001 | 1101 | 1111000 | 1000101 | 111011 |
Color Harmonies of #4FDE4E
Complementary color
Monochromatic Colors of #4FDE4E
Black with #4FDE4E
Text Example
Text Example
White with #4FDE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDE4E; }
p { color: rgb(79,222,78); }
H1.HeaderClassName
{
color: #4FDE4E;
}
.AnyTagClassName
{
color: #4FDE4E;
}
</style>
background-color css
<style>
a { background-color: #4FDE4E; }
a { background-color: rgb(79,222,78); }
div.DivClassName
{
background-color: #4FDE4E;
}
.BgClassName
{
background-color: #4FDE4E;
}
</style>
border-color css
<style>
span { border-color: #4FDE4E; }
span { border-color: rgb(79,222,78); }
td.TdClassName
{
border-color: #4FDE4E;
}
.TagClassName
{
border-color: #4FDE4E;
}
</style>