Shades of Lime Green #4DC53B
Tints of Lime Green #4DC53B
RGB
CMYK
RGB Variations
Color information
#4DC53B (or 0x4DC53B) is known color: Lime Green. HEX triplet: 4D, C5 and 3B. RGB value is (77,197,59). Sum of RGB (Red+Green+Blue) = 77+197+59=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC53B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC53B is #B23AC4. Grayscale: #919191. Windows color (decimal): -11680453 or 3917133. OLE color: 3917133.
HSL color Cylindrical-coordinate representation of color #4DC53B: hue angle of 112.17º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DC53B is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 197 | 59 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.23 |
| HSL | 112.17º | 0.54% | 0.5% | - |
| HSV(B) | 112.17º | 0.7% | 0.77% | - |
| XYZ | 23.82 | 41.83 | 10.96 | - |
| YUV | 145.39 | 79.24 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 197 | 59 | 0.61 | 0 | 0.70 | 0.23 | 112.17 | 0.54 | 0.5 |
| Hex | 4D | C5 | 3B | 3D | 0 | 46 | 17 | 70 | 36 | 32 |
| Octal | 115 | 305 | 73 | 75 | 0 | 106 | 27 | 160 | 66 | 62 |
| Binary | 1001101 | 11000101 | 111011 | 111101 | 0 | 1000110 | 10111 | 1110000 | 110110 | 110010 |
Color Harmonies of #4DC53B
Complementary color
Monochromatic Colors of #4DC53B
Black with #4DC53B
Text Example
Text Example
White with #4DC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC53B; }
p { color: rgb(77,197,59); }
H1.HeaderClassName
{
color: #4DC53B;
}
.AnyTagClassName
{
color: #4DC53B;
}
</style>
background-color css
<style>
a { background-color: #4DC53B; }
a { background-color: rgb(77,197,59); }
div.DivClassName
{
background-color: #4DC53B;
}
.BgClassName
{
background-color: #4DC53B;
}
</style>
border-color css
<style>
span { border-color: #4DC53B; }
span { border-color: rgb(77,197,59); }
td.TdClassName
{
border-color: #4DC53B;
}
.TagClassName
{
border-color: #4DC53B;
}
</style>