Shades of Lime Green #4DC53A
Tints of Lime Green #4DC53A
RGB
CMYK
RGB Variations
Color information
#4DC53A (or 0x4DC53A) is known color: Lime Green. HEX triplet: 4D, C5 and 3A. RGB value is (77,197,58). Sum of RGB (Red+Green+Blue) = 77+197+58=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC53A is #B23AC5. Grayscale: #919191. Windows color (decimal): -11680454 or 3851597. OLE color: 3851597.
HSL color Cylindrical-coordinate representation of color #4DC53A: hue angle of 111.8º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4DC53A is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 197 | 58 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.23 |
| HSL | 111.8º | 0.55% | 0.5% | - |
| HSV(B) | 111.8º | 0.71% | 0.77% | - |
| XYZ | 23.79 | 41.82 | 10.82 | - |
| YUV | 145.27 | 78.74 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 197 | 58 | 0.61 | 0 | 0.71 | 0.23 | 111.8 | 0.55 | 0.5 |
| Hex | 4D | C5 | 3A | 3D | 0 | 47 | 17 | 70 | 37 | 32 |
| Octal | 115 | 305 | 72 | 75 | 0 | 107 | 27 | 160 | 67 | 62 |
| Binary | 1001101 | 11000101 | 111010 | 111101 | 0 | 1000111 | 10111 | 1110000 | 110111 | 110010 |
Color Harmonies of #4DC53A
Complementary color
Monochromatic Colors of #4DC53A
Black with #4DC53A
Text Example
Text Example
White with #4DC53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC53A; }
p { color: rgb(77,197,58); }
H1.HeaderClassName
{
color: #4DC53A;
}
.AnyTagClassName
{
color: #4DC53A;
}
</style>
background-color css
<style>
a { background-color: #4DC53A; }
a { background-color: rgb(77,197,58); }
div.DivClassName
{
background-color: #4DC53A;
}
.BgClassName
{
background-color: #4DC53A;
}
</style>
border-color css
<style>
span { border-color: #4DC53A; }
span { border-color: rgb(77,197,58); }
td.TdClassName
{
border-color: #4DC53A;
}
.TagClassName
{
border-color: #4DC53A;
}
</style>