Shades of Lime Green #4DC738
Tints of Lime Green #4DC738
RGB
CMYK
RGB Variations
Color information
#4DC738 (or 0x4DC738) is known color: Lime Green. HEX triplet: 4D, C7 and 38. RGB value is (77,199,56). Sum of RGB (Red+Green+Blue) = 77+199+56=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 199 (78.12% from 255 or 59.94% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 199 - color contains mainly: green. Hex color #4DC738 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC738 is #B238C7. Grayscale: #929292. Windows color (decimal): -11679944 or 3721037. OLE color: 3721037.
HSL color Cylindrical-coordinate representation of color #4DC738: hue angle of 111.19º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4DC738 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 199 | 56 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.22 |
| HSL | 111.19º | 0.56% | 0.5% | - |
| HSV(B) | 111.19º | 0.72% | 0.78% | - |
| XYZ | 24.2 | 42.71 | 10.71 | - |
| YUV | 146.22 | 77.08 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 199 | 56 | 0.61 | 0 | 0.72 | 0.22 | 111.19 | 0.56 | 0.5 |
| Hex | 4D | C7 | 38 | 3D | 0 | 48 | 16 | 6F | 38 | 32 |
| Octal | 115 | 307 | 70 | 75 | 0 | 110 | 26 | 157 | 70 | 62 |
| Binary | 1001101 | 11000111 | 111000 | 111101 | 0 | 1001000 | 10110 | 1101111 | 111000 | 110010 |
Color Harmonies of #4DC738
Complementary color
Monochromatic Colors of #4DC738
Black with #4DC738
Text Example
Text Example
White with #4DC738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC738; }
p { color: rgb(77,199,56); }
H1.HeaderClassName
{
color: #4DC738;
}
.AnyTagClassName
{
color: #4DC738;
}
</style>
background-color css
<style>
a { background-color: #4DC738; }
a { background-color: rgb(77,199,56); }
div.DivClassName
{
background-color: #4DC738;
}
.BgClassName
{
background-color: #4DC738;
}
</style>
border-color css
<style>
span { border-color: #4DC738; }
span { border-color: rgb(77,199,56); }
td.TdClassName
{
border-color: #4DC738;
}
.TagClassName
{
border-color: #4DC738;
}
</style>