Shades of Lime Green #4DC540
Tints of Lime Green #4DC540
RGB
CMYK
RGB Variations
Color information
#4DC540 (or 0x4DC540) is known color: Lime Green. HEX triplet: 4D, C5 and 40. RGB value is (77,197,64). Sum of RGB (Red+Green+Blue) = 77+197+64=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC540 is #B23ABF. Grayscale: #929292. Windows color (decimal): -11680448 or 4244813. OLE color: 4244813.
HSL color Cylindrical-coordinate representation of color #4DC540: hue angle of 114.14º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DC540 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 197 | 64 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.23 |
| HSL | 114.14º | 0.53% | 0.51% | - |
| HSV(B) | 114.14º | 0.68% | 0.77% | - |
| XYZ | 23.95 | 41.88 | 11.67 | - |
| YUV | 145.96 | 81.74 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 197 | 64 | 0.61 | 0 | 0.68 | 0.23 | 114.14 | 0.53 | 0.51 |
| Hex | 4D | C5 | 40 | 3D | 0 | 44 | 17 | 72 | 35 | 33 |
| Octal | 115 | 305 | 100 | 75 | 0 | 104 | 27 | 162 | 65 | 63 |
| Binary | 1001101 | 11000101 | 1000000 | 111101 | 0 | 1000100 | 10111 | 1110010 | 110101 | 110011 |
Color Harmonies of #4DC540
Complementary color
Monochromatic Colors of #4DC540
Black with #4DC540
Text Example
Text Example
White with #4DC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC540; }
p { color: rgb(77,197,64); }
H1.HeaderClassName
{
color: #4DC540;
}
.AnyTagClassName
{
color: #4DC540;
}
</style>
background-color css
<style>
a { background-color: #4DC540; }
a { background-color: rgb(77,197,64); }
div.DivClassName
{
background-color: #4DC540;
}
.BgClassName
{
background-color: #4DC540;
}
</style>
border-color css
<style>
span { border-color: #4DC540; }
span { border-color: rgb(77,197,64); }
td.TdClassName
{
border-color: #4DC540;
}
.TagClassName
{
border-color: #4DC540;
}
</style>