Shades of Lime Green #4FDC4E
Tints of Lime Green #4FDC4E
RGB
CMYK
RGB Variations
Color information
#4FDC4E (or 0x4FDC4E) is known color: Lime Green. HEX triplet: 4F, DC and 4E. RGB value is (79,220,78). Sum of RGB (Red+Green+Blue) = 79+220+78=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDC4E is #B023B1. Grayscale: #A2A2A2. Windows color (decimal): -11543474 or 5168207. OLE color: 5168207.
HSL color Cylindrical-coordinate representation of color #4FDC4E: hue angle of 119.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FDC4E is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 78 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.14 |
| HSL | 119.58º | 0.67% | 0.58% | - |
| HSV(B) | 119.58º | 0.65% | 0.86% | - |
| XYZ | 30.19 | 53.4 | 15.92 | - |
| YUV | 161.65 | 80.79 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 78 | 0.64 | 0 | 0.65 | 0.14 | 119.58 | 0.67 | 0.58 |
| Hex | 4F | DC | 4E | 40 | 0 | 41 | E | 78 | 43 | 3A |
| Octal | 117 | 334 | 116 | 100 | 0 | 101 | 16 | 170 | 103 | 72 |
| Binary | 1001111 | 11011100 | 1001110 | 1000000 | 0 | 1000001 | 1110 | 1111000 | 1000011 | 111010 |
Color Harmonies of #4FDC4E
Complementary color
Monochromatic Colors of #4FDC4E
Black with #4FDC4E
Text Example
Text Example
White with #4FDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDC4E; }
p { color: rgb(79,220,78); }
H1.HeaderClassName
{
color: #4FDC4E;
}
.AnyTagClassName
{
color: #4FDC4E;
}
</style>
background-color css
<style>
a { background-color: #4FDC4E; }
a { background-color: rgb(79,220,78); }
div.DivClassName
{
background-color: #4FDC4E;
}
.BgClassName
{
background-color: #4FDC4E;
}
</style>
border-color css
<style>
span { border-color: #4FDC4E; }
span { border-color: rgb(79,220,78); }
td.TdClassName
{
border-color: #4FDC4E;
}
.TagClassName
{
border-color: #4FDC4E;
}
</style>