Shades of Lime Green #4DC544
Tints of Lime Green #4DC544
RGB
CMYK
RGB Variations
Color information
#4DC544 (or 0x4DC544) is known color: Lime Green. HEX triplet: 4D, C5 and 44. RGB value is (77,197,68). Sum of RGB (Red+Green+Blue) = 77+197+68=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC544 is #B23ABB. Grayscale: #929292. Windows color (decimal): -11680444 or 4506957. OLE color: 4506957.
HSL color Cylindrical-coordinate representation of color #4DC544: hue angle of 115.81º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DC544 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 197 | 68 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.23 |
| HSL | 115.81º | 0.53% | 0.52% | - |
| HSV(B) | 115.81º | 0.65% | 0.77% | - |
| XYZ | 24.07 | 41.93 | 12.29 | - |
| YUV | 146.41 | 83.74 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 197 | 68 | 0.61 | 0 | 0.65 | 0.23 | 115.81 | 0.53 | 0.52 |
| Hex | 4D | C5 | 44 | 3D | 0 | 41 | 17 | 74 | 35 | 34 |
| Octal | 115 | 305 | 104 | 75 | 0 | 101 | 27 | 164 | 65 | 64 |
| Binary | 1001101 | 11000101 | 1000100 | 111101 | 0 | 1000001 | 10111 | 1110100 | 110101 | 110100 |
Color Harmonies of #4DC544
Complementary color
Monochromatic Colors of #4DC544
Black with #4DC544
Text Example
Text Example
White with #4DC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC544; }
p { color: rgb(77,197,68); }
H1.HeaderClassName
{
color: #4DC544;
}
.AnyTagClassName
{
color: #4DC544;
}
</style>
background-color css
<style>
a { background-color: #4DC544; }
a { background-color: rgb(77,197,68); }
div.DivClassName
{
background-color: #4DC544;
}
.BgClassName
{
background-color: #4DC544;
}
</style>
border-color css
<style>
span { border-color: #4DC544; }
span { border-color: rgb(77,197,68); }
td.TdClassName
{
border-color: #4DC544;
}
.TagClassName
{
border-color: #4DC544;
}
</style>