Shades of Lime Green #4DD94C
Tints of Lime Green #4DD94C
RGB
CMYK
RGB Variations
Color information
#4DD94C (or 0x4DD94C) is known color: Lime Green. HEX triplet: 4D, D9 and 4C. RGB value is (77,217,76). Sum of RGB (Red+Green+Blue) = 77+217+76=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 217 (85.16% from 255 or 58.65% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD94C is #B226B3. Grayscale: #9F9F9F. Windows color (decimal): -11675316 or 5036365. OLE color: 5036365.
HSL color Cylindrical-coordinate representation of color #4DD94C: hue angle of 119.57º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DD94C is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 217 | 76 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.15 |
| HSL | 119.57º | 0.65% | 0.57% | - |
| HSV(B) | 119.57º | 0.65% | 0.85% | - |
| XYZ | 29.18 | 51.73 | 15.28 | - |
| YUV | 159.07 | 81.12 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 217 | 76 | 0.65 | 0 | 0.65 | 0.15 | 119.57 | 0.65 | 0.57 |
| Hex | 4D | D9 | 4C | 41 | 0 | 41 | F | 78 | 41 | 39 |
| Octal | 115 | 331 | 114 | 101 | 0 | 101 | 17 | 170 | 101 | 71 |
| Binary | 1001101 | 11011001 | 1001100 | 1000001 | 0 | 1000001 | 1111 | 1111000 | 1000001 | 111001 |
Color Harmonies of #4DD94C
Complementary color
Monochromatic Colors of #4DD94C
Black with #4DD94C
Text Example
Text Example
White with #4DD94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD94C; }
p { color: rgb(77,217,76); }
H1.HeaderClassName
{
color: #4DD94C;
}
.AnyTagClassName
{
color: #4DD94C;
}
</style>
background-color css
<style>
a { background-color: #4DD94C; }
a { background-color: rgb(77,217,76); }
div.DivClassName
{
background-color: #4DD94C;
}
.BgClassName
{
background-color: #4DD94C;
}
</style>
border-color css
<style>
span { border-color: #4DD94C; }
span { border-color: rgb(77,217,76); }
td.TdClassName
{
border-color: #4DD94C;
}
.TagClassName
{
border-color: #4DD94C;
}
</style>