Shades of Lime Green #4DC43B
Tints of Lime Green #4DC43B
RGB
CMYK
RGB Variations
Color information
#4DC43B (or 0x4DC43B) is known color: Lime Green. HEX triplet: 4D, C4 and 3B. RGB value is (77,196,59). Sum of RGB (Red+Green+Blue) = 77+196+59=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 196 (76.95% from 255 or 59.04% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC43B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC43B is #B23BC4. Grayscale: #919191. Windows color (decimal): -11680709 or 3916877. OLE color: 3916877.
HSL color Cylindrical-coordinate representation of color #4DC43B: hue angle of 112.12º 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 #4DC43B is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 59 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.23 |
| HSL | 112.12º | 0.54% | 0.5% | - |
| HSV(B) | 112.12º | 0.7% | 0.77% | - |
| XYZ | 23.59 | 41.37 | 10.88 | - |
| YUV | 144.8 | 79.58 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 59 | 0.61 | 0 | 0.70 | 0.23 | 112.12 | 0.54 | 0.5 |
| Hex | 4D | C4 | 3B | 3D | 0 | 46 | 17 | 70 | 36 | 32 |
| Octal | 115 | 304 | 73 | 75 | 0 | 106 | 27 | 160 | 66 | 62 |
| Binary | 1001101 | 11000100 | 111011 | 111101 | 0 | 1000110 | 10111 | 1110000 | 110110 | 110010 |
Color Harmonies of #4DC43B
Complementary color
Monochromatic Colors of #4DC43B
Black with #4DC43B
Text Example
Text Example
White with #4DC43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC43B; }
p { color: rgb(77,196,59); }
H1.HeaderClassName
{
color: #4DC43B;
}
.AnyTagClassName
{
color: #4DC43B;
}
</style>
background-color css
<style>
a { background-color: #4DC43B; }
a { background-color: rgb(77,196,59); }
div.DivClassName
{
background-color: #4DC43B;
}
.BgClassName
{
background-color: #4DC43B;
}
</style>
border-color css
<style>
span { border-color: #4DC43B; }
span { border-color: rgb(77,196,59); }
td.TdClassName
{
border-color: #4DC43B;
}
.TagClassName
{
border-color: #4DC43B;
}
</style>