Shades of Lime Green #4DDB4E
Tints of Lime Green #4DDB4E
RGB
CMYK
RGB Variations
Color information
#4DDB4E (or 0x4DDB4E) is known color: Lime Green. HEX triplet: 4D, DB and 4E. RGB value is (77,219,78). Sum of RGB (Red+Green+Blue) = 77+219+78=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDB4E is #B224B1. Grayscale: #A0A0A0. Windows color (decimal): -11674802 or 5167949. OLE color: 5167949.
HSL color Cylindrical-coordinate representation of color #4DDB4E: hue angle of 120.42º degrees, saturation: 0.66, 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 #4DDB4E is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
RGB | 77 | 219 | 78 | - |
CMYK | 0.65 | 0 | 0.64 | 0.14 |
HSL | 120.42º | 0.66% | 0.58% | - |
HSV(B) | 120.42º | 0.65% | 0.86% | - |
XYZ | 29.77 | 52.79 | 15.83 | - |
YUV | 160.47 | 81.46 | 68.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 219 | 78 | 0.65 | 0 | 0.64 | 0.14 | 120.42 | 0.66 | 0.58 |
Hex | 4D | DB | 4E | 41 | 0 | 40 | E | 78 | 42 | 3A |
Octal | 115 | 333 | 116 | 101 | 0 | 100 | 16 | 170 | 102 | 72 |
Binary | 1001101 | 11011011 | 1001110 | 1000001 | 0 | 1000000 | 1110 | 1111000 | 1000010 | 111010 |
Color Harmonies of #4DDB4E
Complementary color
Monochromatic Colors of #4DDB4E
Black with #4DDB4E
Text Example
Text Example
White with #4DDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDB4E; }
p { color: rgb(77,219,78); }
H1.HeaderClassName
{
color: #4DDB4E;
}
.AnyTagClassName
{
color: #4DDB4E;
}
</style>
background-color css
<style>
a { background-color: #4DDB4E; }
a { background-color: rgb(77,219,78); }
div.DivClassName
{
background-color: #4DDB4E;
}
.BgClassName
{
background-color: #4DDB4E;
}
</style>
border-color css
<style>
span { border-color: #4DDB4E; }
span { border-color: rgb(77,219,78); }
td.TdClassName
{
border-color: #4DDB4E;
}
.TagClassName
{
border-color: #4DDB4E;
}
</style>