Shades of Lime Green #4DC037
Tints of Lime Green #4DC037
RGB
CMYK
RGB Variations
Color information
#4DC037 (or 0x4DC037) is known color: Lime Green. HEX triplet: 4D, C0 and 37. RGB value is (77,192,55). Sum of RGB (Red+Green+Blue) = 77+192+55=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC037 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC037 is #B23FC8. Grayscale: #8E8E8E. Windows color (decimal): -11681737 or 3653709. OLE color: 3653709.
HSL color Cylindrical-coordinate representation of color #4DC037: hue angle of 110.36º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4DC037 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 55 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.25 |
| HSL | 110.37º | 0.55% | 0.48% | - |
| HSV(B) | 110.37º | 0.71% | 0.75% | - |
| XYZ | 22.6 | 39.55 | 10.06 | - |
| YUV | 142 | 78.9 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 55 | 0.60 | 0 | 0.71 | 0.25 | 110.37 | 0.55 | 0.48 |
| Hex | 4D | C0 | 37 | 3C | 0 | 47 | 19 | 6E | 37 | 30 |
| Octal | 115 | 300 | 67 | 74 | 0 | 107 | 31 | 156 | 67 | 60 |
| Binary | 1001101 | 11000000 | 110111 | 111100 | 0 | 1000111 | 11001 | 1101110 | 110111 | 110000 |
Color Harmonies of #4DC037
Complementary color
Monochromatic Colors of #4DC037
Black with #4DC037
Text Example
Text Example
White with #4DC037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC037; }
p { color: rgb(77,192,55); }
H1.HeaderClassName
{
color: #4DC037;
}
.AnyTagClassName
{
color: #4DC037;
}
</style>
background-color css
<style>
a { background-color: #4DC037; }
a { background-color: rgb(77,192,55); }
div.DivClassName
{
background-color: #4DC037;
}
.BgClassName
{
background-color: #4DC037;
}
</style>
border-color css
<style>
span { border-color: #4DC037; }
span { border-color: rgb(77,192,55); }
td.TdClassName
{
border-color: #4DC037;
}
.TagClassName
{
border-color: #4DC037;
}
</style>