Shades of Lime Green #4DD945
Tints of Lime Green #4DD945
RGB
CMYK
RGB Variations
Color information
#4DD945 (or 0x4DD945) is known color: Lime Green. HEX triplet: 4D, D9 and 45. RGB value is (77,217,69). Sum of RGB (Red+Green+Blue) = 77+217+69=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 217 (85.16% from 255 or 59.78% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD945 is #B226BA. Grayscale: #9E9E9E. Windows color (decimal): -11675323 or 4577613. OLE color: 4577613.
HSL color Cylindrical-coordinate representation of color #4DD945: hue angle of 116.76º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DD945 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 217 | 69 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.15 |
| HSL | 116.76º | 0.66% | 0.56% | - |
| HSV(B) | 116.76º | 0.68% | 0.85% | - |
| XYZ | 28.95 | 51.63 | 14.07 | - |
| YUV | 158.27 | 77.62 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 217 | 69 | 0.65 | 0 | 0.68 | 0.15 | 116.76 | 0.66 | 0.56 |
| Hex | 4D | D9 | 45 | 41 | 0 | 44 | F | 75 | 42 | 38 |
| Octal | 115 | 331 | 105 | 101 | 0 | 104 | 17 | 165 | 102 | 70 |
| Binary | 1001101 | 11011001 | 1000101 | 1000001 | 0 | 1000100 | 1111 | 1110101 | 1000010 | 111000 |
Color Harmonies of #4DD945
Complementary color
Monochromatic Colors of #4DD945
Black with #4DD945
Text Example
Text Example
White with #4DD945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD945; }
p { color: rgb(77,217,69); }
H1.HeaderClassName
{
color: #4DD945;
}
.AnyTagClassName
{
color: #4DD945;
}
</style>
background-color css
<style>
a { background-color: #4DD945; }
a { background-color: rgb(77,217,69); }
div.DivClassName
{
background-color: #4DD945;
}
.BgClassName
{
background-color: #4DD945;
}
</style>
border-color css
<style>
span { border-color: #4DD945; }
span { border-color: rgb(77,217,69); }
td.TdClassName
{
border-color: #4DD945;
}
.TagClassName
{
border-color: #4DD945;
}
</style>