Shades of Lime Green #4DC849
Tints of Lime Green #4DC849
RGB
CMYK
RGB Variations
Color information
#4DC849 (or 0x4DC849) is known color: Lime Green. HEX triplet: 4D, C8 and 49. RGB value is (77,200,73). Sum of RGB (Red+Green+Blue) = 77+200+73=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC849 is #B237B6. Grayscale: #959595. Windows color (decimal): -11679671 or 4835405. OLE color: 4835405.
HSL color Cylindrical-coordinate representation of color #4DC849: hue angle of 118.11º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DC849 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 73 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.22 |
| HSL | 118.11º | 0.54% | 0.54% | - |
| HSV(B) | 118.11º | 0.64% | 0.78% | - |
| XYZ | 24.92 | 43.37 | 13.36 | - |
| YUV | 148.75 | 85.25 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 73 | 0.62 | 0 | 0.64 | 0.22 | 118.11 | 0.54 | 0.54 |
| Hex | 4D | C8 | 49 | 3E | 0 | 40 | 16 | 76 | 36 | 36 |
| Octal | 115 | 310 | 111 | 76 | 0 | 100 | 26 | 166 | 66 | 66 |
| Binary | 1001101 | 11001000 | 1001001 | 111110 | 0 | 1000000 | 10110 | 1110110 | 110110 | 110110 |
Color Harmonies of #4DC849
Complementary color
Monochromatic Colors of #4DC849
Black with #4DC849
Text Example
Text Example
White with #4DC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC849; }
p { color: rgb(77,200,73); }
H1.HeaderClassName
{
color: #4DC849;
}
.AnyTagClassName
{
color: #4DC849;
}
</style>
background-color css
<style>
a { background-color: #4DC849; }
a { background-color: rgb(77,200,73); }
div.DivClassName
{
background-color: #4DC849;
}
.BgClassName
{
background-color: #4DC849;
}
</style>
border-color css
<style>
span { border-color: #4DC849; }
span { border-color: rgb(77,200,73); }
td.TdClassName
{
border-color: #4DC849;
}
.TagClassName
{
border-color: #4DC849;
}
</style>