Shades of Lime Green #4DC732
Tints of Lime Green #4DC732
RGB
CMYK
RGB Variations
Color information
#4DC732 (or 0x4DC732) is known color: Lime Green. HEX triplet: 4D, C7 and 32. RGB value is (77,199,50). Sum of RGB (Red+Green+Blue) = 77+199+50=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 199 (78.12% from 255 or 61.04% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 199 - color contains mainly: green. Hex color #4DC732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC732 is #B238CD. Grayscale: #929292. Windows color (decimal): -11679950 or 3327821. OLE color: 3327821.
HSL color Cylindrical-coordinate representation of color #4DC732: hue angle of 109.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4DC732 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 199 | 50 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.22 |
| HSL | 109.13º | 0.6% | 0.49% | - |
| HSV(B) | 109.13º | 0.75% | 0.78% | - |
| XYZ | 24.06 | 42.65 | 9.98 | - |
| YUV | 145.54 | 74.08 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 199 | 50 | 0.61 | 0 | 0.75 | 0.22 | 109.13 | 0.6 | 0.49 |
| Hex | 4D | C7 | 32 | 3D | 0 | 4B | 16 | 6D | 3C | 31 |
| Octal | 115 | 307 | 62 | 75 | 0 | 113 | 26 | 155 | 74 | 61 |
| Binary | 1001101 | 11000111 | 110010 | 111101 | 0 | 1001011 | 10110 | 1101101 | 111100 | 110001 |
Color Harmonies of #4DC732
Complementary color
Monochromatic Colors of #4DC732
Black with #4DC732
Text Example
Text Example
White with #4DC732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC732; }
p { color: rgb(77,199,50); }
H1.HeaderClassName
{
color: #4DC732;
}
.AnyTagClassName
{
color: #4DC732;
}
</style>
background-color css
<style>
a { background-color: #4DC732; }
a { background-color: rgb(77,199,50); }
div.DivClassName
{
background-color: #4DC732;
}
.BgClassName
{
background-color: #4DC732;
}
</style>
border-color css
<style>
span { border-color: #4DC732; }
span { border-color: rgb(77,199,50); }
td.TdClassName
{
border-color: #4DC732;
}
.TagClassName
{
border-color: #4DC732;
}
</style>