Shades of Lime Green #4DD34D
Tints of Lime Green #4DD34D
RGB
CMYK
RGB Variations
Color information
#4DD34D (or 0x4DD34D) is known color: Lime Green. HEX triplet: 4D, D3 and 4D. RGB value is (77,211,77). Sum of RGB (Red+Green+Blue) = 77+211+77=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 211 (82.81% from 255 or 57.81% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 211 - color contains mainly: green. Hex color #4DD34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD34D is #B22CB2. Grayscale: #9C9C9C. Windows color (decimal): -11676851 or 5100365. OLE color: 5100365.
HSL color Cylindrical-coordinate representation of color #4DD34D: hue angle of 120º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD34D is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 77 | 211 | 77 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.17 |
| HSL | 120º | 0.6% | 0.56% | - |
| HSV(B) | 120º | 0.64% | 0.83% | - |
| XYZ | 27.69 | 48.7 | 14.96 | - |
| YUV | 155.66 | 83.61 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 211 | 77 | 0.64 | 0 | 0.64 | 0.17 | 120 | 0.6 | 0.56 |
| Hex | 4D | D3 | 4D | 40 | 0 | 40 | 11 | 78 | 3C | 38 |
| Octal | 115 | 323 | 115 | 100 | 0 | 100 | 21 | 170 | 74 | 70 |
| Binary | 1001101 | 11010011 | 1001101 | 1000000 | 0 | 1000000 | 10001 | 1111000 | 111100 | 111000 |
Color Harmonies of #4DD34D
Complementary color
Monochromatic Colors of #4DD34D
Black with #4DD34D
Text Example
Text Example
White with #4DD34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD34D; }
p { color: rgb(77,211,77); }
H1.HeaderClassName
{
color: #4DD34D;
}
.AnyTagClassName
{
color: #4DD34D;
}
</style>
background-color css
<style>
a { background-color: #4DD34D; }
a { background-color: rgb(77,211,77); }
div.DivClassName
{
background-color: #4DD34D;
}
.BgClassName
{
background-color: #4DD34D;
}
</style>
border-color css
<style>
span { border-color: #4DD34D; }
span { border-color: rgb(77,211,77); }
td.TdClassName
{
border-color: #4DD34D;
}
.TagClassName
{
border-color: #4DD34D;
}
</style>