Shades of Lime Green #4DDD32
Tints of Lime Green #4DDD32
RGB
CMYK
RGB Variations
Color information
#4DDD32 (or 0x4DDD32) is known color: Lime Green. HEX triplet: 4D, DD and 32. RGB value is (77,221,50). Sum of RGB (Red+Green+Blue) = 77+221+50=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 221 (86.72% from 255 or 63.51% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDD32 is #B222CD. Grayscale: #9E9E9E. Windows color (decimal): -11674318 or 3333453. OLE color: 3333453.
HSL color Cylindrical-coordinate representation of color #4DDD32: hue angle of 110.53º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DDD32 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 50 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.13 |
| HSL | 110.53º | 0.72% | 0.53% | - |
| HSV(B) | 110.53º | 0.77% | 0.87% | - |
| XYZ | 29.49 | 53.52 | 11.79 | - |
| YUV | 158.45 | 66.79 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 50 | 0.65 | 0 | 0.77 | 0.13 | 110.53 | 0.72 | 0.53 |
| Hex | 4D | DD | 32 | 41 | 0 | 4D | D | 6F | 48 | 35 |
| Octal | 115 | 335 | 62 | 101 | 0 | 115 | 15 | 157 | 110 | 65 |
| Binary | 1001101 | 11011101 | 110010 | 1000001 | 0 | 1001101 | 1101 | 1101111 | 1001000 | 110101 |
Color Harmonies of #4DDD32
Complementary color
Monochromatic Colors of #4DDD32
Black with #4DDD32
Text Example
Text Example
White with #4DDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDD32; }
p { color: rgb(77,221,50); }
H1.HeaderClassName
{
color: #4DDD32;
}
.AnyTagClassName
{
color: #4DDD32;
}
</style>
background-color css
<style>
a { background-color: #4DDD32; }
a { background-color: rgb(77,221,50); }
div.DivClassName
{
background-color: #4DDD32;
}
.BgClassName
{
background-color: #4DDD32;
}
</style>
border-color css
<style>
span { border-color: #4DDD32; }
span { border-color: rgb(77,221,50); }
td.TdClassName
{
border-color: #4DDD32;
}
.TagClassName
{
border-color: #4DDD32;
}
</style>