Shades of Lime Green #4DC649
Tints of Lime Green #4DC649
RGB
CMYK
RGB Variations
Color information
#4DC649 (or 0x4DC649) is known color: Lime Green. HEX triplet: 4D, C6 and 49. RGB value is (77,198,73). Sum of RGB (Red+Green+Blue) = 77+198+73=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #4DC649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC649 is #B239B6. Grayscale: #939393. Windows color (decimal): -11680183 or 4834893. OLE color: 4834893.
HSL color Cylindrical-coordinate representation of color #4DC649: hue angle of 118.08º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DC649 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 198 | 73 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.22 |
| HSL | 118.08º | 0.52% | 0.53% | - |
| HSV(B) | 118.08º | 0.63% | 0.78% | - |
| XYZ | 24.46 | 42.45 | 13.21 | - |
| YUV | 147.57 | 85.91 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 198 | 73 | 0.61 | 0 | 0.63 | 0.22 | 118.08 | 0.52 | 0.53 |
| Hex | 4D | C6 | 49 | 3D | 0 | 3F | 16 | 76 | 34 | 35 |
| Octal | 115 | 306 | 111 | 75 | 0 | 77 | 26 | 166 | 64 | 65 |
| Binary | 1001101 | 11000110 | 1001001 | 111101 | 0 | 111111 | 10110 | 1110110 | 110100 | 110101 |
Color Harmonies of #4DC649
Complementary color
Monochromatic Colors of #4DC649
Black with #4DC649
Text Example
Text Example
White with #4DC649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC649; }
p { color: rgb(77,198,73); }
H1.HeaderClassName
{
color: #4DC649;
}
.AnyTagClassName
{
color: #4DC649;
}
</style>
background-color css
<style>
a { background-color: #4DC649; }
a { background-color: rgb(77,198,73); }
div.DivClassName
{
background-color: #4DC649;
}
.BgClassName
{
background-color: #4DC649;
}
</style>
border-color css
<style>
span { border-color: #4DC649; }
span { border-color: rgb(77,198,73); }
td.TdClassName
{
border-color: #4DC649;
}
.TagClassName
{
border-color: #4DC649;
}
</style>