Shades of Lime Green #4DDB2C
Tints of Lime Green #4DDB2C
RGB
CMYK
RGB Variations
Color information
#4DDB2C (or 0x4DDB2C) is known color: Lime Green. HEX triplet: 4D, DB and 2C. RGB value is (77,219,44). Sum of RGB (Red+Green+Blue) = 77+219+44=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 219 (85.94% from 255 or 64.41% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDB2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDB2C is #B224D3. Grayscale: #9D9D9D. Windows color (decimal): -11674836 or 2939725. OLE color: 2939725.
HSL color Cylindrical-coordinate representation of color #4DDB2C: hue angle of 108.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DDB2C is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 219 | 44 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.14 |
| HSL | 108.69º | 0.71% | 0.52% | - |
| HSV(B) | 108.69º | 0.8% | 0.86% | - |
| XYZ | 28.85 | 52.42 | 10.98 | - |
| YUV | 156.59 | 64.46 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 219 | 44 | 0.65 | 0 | 0.80 | 0.14 | 108.69 | 0.71 | 0.52 |
| Hex | 4D | DB | 2C | 41 | 0 | 50 | E | 6D | 47 | 34 |
| Octal | 115 | 333 | 54 | 101 | 0 | 120 | 16 | 155 | 107 | 64 |
| Binary | 1001101 | 11011011 | 101100 | 1000001 | 0 | 1010000 | 1110 | 1101101 | 1000111 | 110100 |
Color Harmonies of #4DDB2C
Complementary color
Monochromatic Colors of #4DDB2C
Black with #4DDB2C
Text Example
Text Example
White with #4DDB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDB2C; }
p { color: rgb(77,219,44); }
H1.HeaderClassName
{
color: #4DDB2C;
}
.AnyTagClassName
{
color: #4DDB2C;
}
</style>
background-color css
<style>
a { background-color: #4DDB2C; }
a { background-color: rgb(77,219,44); }
div.DivClassName
{
background-color: #4DDB2C;
}
.BgClassName
{
background-color: #4DDB2C;
}
</style>
border-color css
<style>
span { border-color: #4DDB2C; }
span { border-color: rgb(77,219,44); }
td.TdClassName
{
border-color: #4DDB2C;
}
.TagClassName
{
border-color: #4DDB2C;
}
</style>