Shades of Lime Green #4DD954
Tints of Lime Green #4DD954
RGB
CMYK
RGB Variations
Color information
#4DD954 (or 0x4DD954) is known color: Lime Green. HEX triplet: 4D, D9 and 54. RGB value is (77,217,84). Sum of RGB (Red+Green+Blue) = 77+217+84=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 217 (85.16% from 255 or 57.41% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD954 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD954 is #B226AB. Grayscale: #A0A0A0. Windows color (decimal): -11675308 or 5560653. OLE color: 5560653.
HSL color Cylindrical-coordinate representation of color #4DD954: hue angle of 123º 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 #4DD954 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 217 | 84 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.15 |
| HSL | 123º | 0.65% | 0.58% | - |
| HSV(B) | 123º | 0.65% | 0.85% | - |
| XYZ | 29.47 | 51.84 | 16.84 | - |
| YUV | 159.98 | 85.12 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 217 | 84 | 0.65 | 0 | 0.61 | 0.15 | 123 | 0.65 | 0.58 |
| Hex | 4D | D9 | 54 | 41 | 0 | 3D | F | 7B | 41 | 3A |
| Octal | 115 | 331 | 124 | 101 | 0 | 75 | 17 | 173 | 101 | 72 |
| Binary | 1001101 | 11011001 | 1010100 | 1000001 | 0 | 111101 | 1111 | 1111011 | 1000001 | 111010 |
Color Harmonies of #4DD954
Complementary color
Monochromatic Colors of #4DD954
Black with #4DD954
Text Example
Text Example
White with #4DD954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD954; }
p { color: rgb(77,217,84); }
H1.HeaderClassName
{
color: #4DD954;
}
.AnyTagClassName
{
color: #4DD954;
}
</style>
background-color css
<style>
a { background-color: #4DD954; }
a { background-color: rgb(77,217,84); }
div.DivClassName
{
background-color: #4DD954;
}
.BgClassName
{
background-color: #4DD954;
}
</style>
border-color css
<style>
span { border-color: #4DD954; }
span { border-color: rgb(77,217,84); }
td.TdClassName
{
border-color: #4DD954;
}
.TagClassName
{
border-color: #4DD954;
}
</style>