Shades of Lime Green #4DD94D
Tints of Lime Green #4DD94D
RGB
CMYK
RGB Variations
Color information
#4DD94D (or 0x4DD94D) is known color: Lime Green. HEX triplet: 4D, D9 and 4D. RGB value is (77,217,77). Sum of RGB (Red+Green+Blue) = 77+217+77=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD94D is #B226B2. Grayscale: #9F9F9F. Windows color (decimal): -11675315 or 5101901. OLE color: 5101901.
HSL color Cylindrical-coordinate representation of color #4DD94D: hue angle of 120º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DD94D is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 217 | 77 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.15 |
| HSL | 120º | 0.65% | 0.58% | - |
| HSV(B) | 120º | 0.65% | 0.85% | - |
| XYZ | 29.21 | 51.74 | 15.47 | - |
| YUV | 159.18 | 81.62 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 217 | 77 | 0.65 | 0 | 0.65 | 0.15 | 120 | 0.65 | 0.58 |
| Hex | 4D | D9 | 4D | 41 | 0 | 41 | F | 78 | 41 | 3A |
| Octal | 115 | 331 | 115 | 101 | 0 | 101 | 17 | 170 | 101 | 72 |
| Binary | 1001101 | 11011001 | 1001101 | 1000001 | 0 | 1000001 | 1111 | 1111000 | 1000001 | 111010 |
Color Harmonies of #4DD94D
Complementary color
Monochromatic Colors of #4DD94D
Black with #4DD94D
Text Example
Text Example
White with #4DD94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD94D; }
p { color: rgb(77,217,77); }
H1.HeaderClassName
{
color: #4DD94D;
}
.AnyTagClassName
{
color: #4DD94D;
}
</style>
background-color css
<style>
a { background-color: #4DD94D; }
a { background-color: rgb(77,217,77); }
div.DivClassName
{
background-color: #4DD94D;
}
.BgClassName
{
background-color: #4DD94D;
}
</style>
border-color css
<style>
span { border-color: #4DD94D; }
span { border-color: rgb(77,217,77); }
td.TdClassName
{
border-color: #4DD94D;
}
.TagClassName
{
border-color: #4DD94D;
}
</style>