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