Shades of Lime Green #4DCC49
Tints of Lime Green #4DCC49
RGB
CMYK
RGB Variations
Color information
#4DCC49 (or 0x4DCC49) is known color: Lime Green. HEX triplet: 4D, CC and 49. RGB value is (77,204,73). Sum of RGB (Red+Green+Blue) = 77+204+73=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCC49 is #B233B6. Grayscale: #979797. Windows color (decimal): -11678647 or 4836429. OLE color: 4836429.
HSL color Cylindrical-coordinate representation of color #4DCC49: hue angle of 118.17º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DCC49 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 73 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.2 |
| HSL | 118.17º | 0.56% | 0.54% | - |
| HSV(B) | 118.17º | 0.64% | 0.8% | - |
| XYZ | 25.86 | 45.24 | 13.67 | - |
| YUV | 151.09 | 83.92 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 73 | 0.62 | 0 | 0.64 | 0.2 | 118.17 | 0.56 | 0.54 |
| Hex | 4D | CC | 49 | 3E | 0 | 40 | 14 | 76 | 38 | 36 |
| Octal | 115 | 314 | 111 | 76 | 0 | 100 | 24 | 166 | 70 | 66 |
| Binary | 1001101 | 11001100 | 1001001 | 111110 | 0 | 1000000 | 10100 | 1110110 | 111000 | 110110 |
Color Harmonies of #4DCC49
Complementary color
Monochromatic Colors of #4DCC49
Black with #4DCC49
Text Example
Text Example
White with #4DCC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCC49; }
p { color: rgb(77,204,73); }
H1.HeaderClassName
{
color: #4DCC49;
}
.AnyTagClassName
{
color: #4DCC49;
}
</style>
background-color css
<style>
a { background-color: #4DCC49; }
a { background-color: rgb(77,204,73); }
div.DivClassName
{
background-color: #4DCC49;
}
.BgClassName
{
background-color: #4DCC49;
}
</style>
border-color css
<style>
span { border-color: #4DCC49; }
span { border-color: rgb(77,204,73); }
td.TdClassName
{
border-color: #4DCC49;
}
.TagClassName
{
border-color: #4DCC49;
}
</style>