Shades of Lime Green #4DDB3F
Tints of Lime Green #4DDB3F
RGB
CMYK
RGB Variations
Color information
#4DDB3F (or 0x4DDB3F) is known color: Lime Green. HEX triplet: 4D, DB and 3F. RGB value is (77,219,63). Sum of RGB (Red+Green+Blue) = 77+219+63=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 219 (85.94% from 255 or 61.00% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDB3F is #B224C0. Grayscale: #9F9F9F. Windows color (decimal): -11674817 or 4184909. OLE color: 4184909.
HSL color Cylindrical-coordinate representation of color #4DDB3F: hue angle of 114.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4DDB3F is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 219 | 63 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.14 |
| HSL | 114.62º | 0.68% | 0.55% | - |
| HSV(B) | 114.62º | 0.71% | 0.86% | - |
| XYZ | 29.29 | 52.6 | 13.31 | - |
| YUV | 158.76 | 73.96 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 219 | 63 | 0.65 | 0 | 0.71 | 0.14 | 114.62 | 0.68 | 0.55 |
| Hex | 4D | DB | 3F | 41 | 0 | 47 | E | 73 | 44 | 37 |
| Octal | 115 | 333 | 77 | 101 | 0 | 107 | 16 | 163 | 104 | 67 |
| Binary | 1001101 | 11011011 | 111111 | 1000001 | 0 | 1000111 | 1110 | 1110011 | 1000100 | 110111 |
Color Harmonies of #4DDB3F
Complementary color
Monochromatic Colors of #4DDB3F
Black with #4DDB3F
Text Example
Text Example
White with #4DDB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDB3F; }
p { color: rgb(77,219,63); }
H1.HeaderClassName
{
color: #4DDB3F;
}
.AnyTagClassName
{
color: #4DDB3F;
}
</style>
background-color css
<style>
a { background-color: #4DDB3F; }
a { background-color: rgb(77,219,63); }
div.DivClassName
{
background-color: #4DDB3F;
}
.BgClassName
{
background-color: #4DDB3F;
}
</style>
border-color css
<style>
span { border-color: #4DDB3F; }
span { border-color: rgb(77,219,63); }
td.TdClassName
{
border-color: #4DDB3F;
}
.TagClassName
{
border-color: #4DDB3F;
}
</style>