Shades of Lime Green #4DCD38
Tints of Lime Green #4DCD38
RGB
CMYK
RGB Variations
Color information
#4DCD38 (or 0x4DCD38) is known color: Lime Green. HEX triplet: 4D, CD and 38. RGB value is (77,205,56). Sum of RGB (Red+Green+Blue) = 77+205+56=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 205 (80.47% from 255 or 60.65% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCD38 is #B232C7. Grayscale: #969696. Windows color (decimal): -11678408 or 3722573. OLE color: 3722573.
HSL color Cylindrical-coordinate representation of color #4DCD38: hue angle of 111.54º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4DCD38 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 56 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.20 |
| HSL | 111.54º | 0.6% | 0.51% | - |
| HSV(B) | 111.54º | 0.73% | 0.8% | - |
| XYZ | 25.61 | 45.53 | 11.18 | - |
| YUV | 149.74 | 75.09 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 56 | 0.62 | 0 | 0.73 | 0.20 | 111.54 | 0.6 | 0.51 |
| Hex | 4D | CD | 38 | 3E | 0 | 49 | 14 | 70 | 3C | 33 |
| Octal | 115 | 315 | 70 | 76 | 0 | 111 | 24 | 160 | 74 | 63 |
| Binary | 1001101 | 11001101 | 111000 | 111110 | 0 | 1001001 | 10100 | 1110000 | 111100 | 110011 |
Color Harmonies of #4DCD38
Complementary color
Monochromatic Colors of #4DCD38
Black with #4DCD38
Text Example
Text Example
White with #4DCD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD38; }
p { color: rgb(77,205,56); }
H1.HeaderClassName
{
color: #4DCD38;
}
.AnyTagClassName
{
color: #4DCD38;
}
</style>
background-color css
<style>
a { background-color: #4DCD38; }
a { background-color: rgb(77,205,56); }
div.DivClassName
{
background-color: #4DCD38;
}
.BgClassName
{
background-color: #4DCD38;
}
</style>
border-color css
<style>
span { border-color: #4DCD38; }
span { border-color: rgb(77,205,56); }
td.TdClassName
{
border-color: #4DCD38;
}
.TagClassName
{
border-color: #4DCD38;
}
</style>