Shades of Lime Green #4DC138
Tints of Lime Green #4DC138
RGB
CMYK
RGB Variations
Color information
#4DC138 (or 0x4DC138) is known color: Lime Green. HEX triplet: 4D, C1 and 38. RGB value is (77,193,56). Sum of RGB (Red+Green+Blue) = 77+193+56=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC138 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC138 is #B23EC7. Grayscale: #8F8F8F. Windows color (decimal): -11681480 or 3719501. OLE color: 3719501.
HSL color Cylindrical-coordinate representation of color #4DC138: hue angle of 110.8º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4DC138 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 56 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.24 |
| HSL | 110.8º | 0.55% | 0.49% | - |
| HSV(B) | 110.8º | 0.71% | 0.76% | - |
| XYZ | 22.84 | 40 | 10.26 | - |
| YUV | 142.7 | 79.07 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 56 | 0.60 | 0 | 0.71 | 0.24 | 110.8 | 0.55 | 0.49 |
| Hex | 4D | C1 | 38 | 3C | 0 | 47 | 18 | 6F | 37 | 31 |
| Octal | 115 | 301 | 70 | 74 | 0 | 107 | 30 | 157 | 67 | 61 |
| Binary | 1001101 | 11000001 | 111000 | 111100 | 0 | 1000111 | 11000 | 1101111 | 110111 | 110001 |
Color Harmonies of #4DC138
Complementary color
Monochromatic Colors of #4DC138
Black with #4DC138
Text Example
Text Example
White with #4DC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC138; }
p { color: rgb(77,193,56); }
H1.HeaderClassName
{
color: #4DC138;
}
.AnyTagClassName
{
color: #4DC138;
}
</style>
background-color css
<style>
a { background-color: #4DC138; }
a { background-color: rgb(77,193,56); }
div.DivClassName
{
background-color: #4DC138;
}
.BgClassName
{
background-color: #4DC138;
}
</style>
border-color css
<style>
span { border-color: #4DC138; }
span { border-color: rgb(77,193,56); }
td.TdClassName
{
border-color: #4DC138;
}
.TagClassName
{
border-color: #4DC138;
}
</style>