Shades of Lime Green #4DDC4F
Tints of Lime Green #4DDC4F
RGB
CMYK
RGB Variations
Color information
#4DDC4F (or 0x4DDC4F) is known color: Lime Green. HEX triplet: 4D, DC and 4F. RGB value is (77,220,79). Sum of RGB (Red+Green+Blue) = 77+220+79=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDC4F is #B223B0. Grayscale: #A1A1A1. Windows color (decimal): -11674545 or 5233741. OLE color: 5233741.
HSL color Cylindrical-coordinate representation of color #4DDC4F: hue angle of 120.84º 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 #4DDC4F is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 79 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.14 |
| HSL | 120.84º | 0.67% | 0.58% | - |
| HSV(B) | 120.84º | 0.65% | 0.86% | - |
| XYZ | 30.07 | 53.33 | 16.11 | - |
| YUV | 161.17 | 81.62 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 79 | 0.65 | 0 | 0.64 | 0.14 | 120.84 | 0.67 | 0.58 |
| Hex | 4D | DC | 4F | 41 | 0 | 40 | E | 79 | 43 | 3A |
| Octal | 115 | 334 | 117 | 101 | 0 | 100 | 16 | 171 | 103 | 72 |
| Binary | 1001101 | 11011100 | 1001111 | 1000001 | 0 | 1000000 | 1110 | 1111001 | 1000011 | 111010 |
Color Harmonies of #4DDC4F
Complementary color
Monochromatic Colors of #4DDC4F
Black with #4DDC4F
Text Example
Text Example
White with #4DDC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDC4F; }
p { color: rgb(77,220,79); }
H1.HeaderClassName
{
color: #4DDC4F;
}
.AnyTagClassName
{
color: #4DDC4F;
}
</style>
background-color css
<style>
a { background-color: #4DDC4F; }
a { background-color: rgb(77,220,79); }
div.DivClassName
{
background-color: #4DDC4F;
}
.BgClassName
{
background-color: #4DDC4F;
}
</style>
border-color css
<style>
span { border-color: #4DDC4F; }
span { border-color: rgb(77,220,79); }
td.TdClassName
{
border-color: #4DDC4F;
}
.TagClassName
{
border-color: #4DDC4F;
}
</style>