Shades of Lime Green #4DC73F
Tints of Lime Green #4DC73F
RGB
CMYK
RGB Variations
Color information
#4DC73F (or 0x4DC73F) is known color: Lime Green. HEX triplet: 4D, C7 and 3F. RGB value is (77,199,63). Sum of RGB (Red+Green+Blue) = 77+199+63=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 199 (78.12% from 255 or 58.70% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 199 - color contains mainly: green. Hex color #4DC73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC73F is #B238C0. Grayscale: #939393. Windows color (decimal): -11679937 or 4179789. OLE color: 4179789.
HSL color Cylindrical-coordinate representation of color #4DC73F: hue angle of 113.82º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DC73F is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 199 | 63 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.22 |
| HSL | 113.82º | 0.55% | 0.51% | - |
| HSV(B) | 113.82º | 0.68% | 0.78% | - |
| XYZ | 24.38 | 42.78 | 11.68 | - |
| YUV | 147.02 | 80.58 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 199 | 63 | 0.61 | 0 | 0.68 | 0.22 | 113.82 | 0.55 | 0.51 |
| Hex | 4D | C7 | 3F | 3D | 0 | 44 | 16 | 72 | 37 | 33 |
| Octal | 115 | 307 | 77 | 75 | 0 | 104 | 26 | 162 | 67 | 63 |
| Binary | 1001101 | 11000111 | 111111 | 111101 | 0 | 1000100 | 10110 | 1110010 | 110111 | 110011 |
Color Harmonies of #4DC73F
Complementary color
Monochromatic Colors of #4DC73F
Black with #4DC73F
Text Example
Text Example
White with #4DC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC73F; }
p { color: rgb(77,199,63); }
H1.HeaderClassName
{
color: #4DC73F;
}
.AnyTagClassName
{
color: #4DC73F;
}
</style>
background-color css
<style>
a { background-color: #4DC73F; }
a { background-color: rgb(77,199,63); }
div.DivClassName
{
background-color: #4DC73F;
}
.BgClassName
{
background-color: #4DC73F;
}
</style>
border-color css
<style>
span { border-color: #4DC73F; }
span { border-color: rgb(77,199,63); }
td.TdClassName
{
border-color: #4DC73F;
}
.TagClassName
{
border-color: #4DC73F;
}
</style>