Shades of Lime Green #4DCC42
Tints of Lime Green #4DCC42
RGB
CMYK
RGB Variations
Color information
#4DCC42 (or 0x4DCC42) is known color: Lime Green. HEX triplet: 4D, CC and 42. RGB value is (77,204,66). Sum of RGB (Red+Green+Blue) = 77+204+66=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCC42 is #B233BD. Grayscale: #969696. Windows color (decimal): -11678654 or 4377677. OLE color: 4377677.
HSL color Cylindrical-coordinate representation of color #4DCC42: hue angle of 115.22º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DCC42 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 66 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.2 |
| HSL | 115.22º | 0.58% | 0.53% | - |
| HSV(B) | 115.22º | 0.68% | 0.8% | - |
| XYZ | 25.64 | 45.16 | 12.52 | - |
| YUV | 150.3 | 80.42 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 66 | 0.62 | 0 | 0.68 | 0.2 | 115.22 | 0.58 | 0.53 |
| Hex | 4D | CC | 42 | 3E | 0 | 44 | 14 | 73 | 3A | 35 |
| Octal | 115 | 314 | 102 | 76 | 0 | 104 | 24 | 163 | 72 | 65 |
| Binary | 1001101 | 11001100 | 1000010 | 111110 | 0 | 1000100 | 10100 | 1110011 | 111010 | 110101 |
Color Harmonies of #4DCC42
Complementary color
Monochromatic Colors of #4DCC42
Black with #4DCC42
Text Example
Text Example
White with #4DCC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCC42; }
p { color: rgb(77,204,66); }
H1.HeaderClassName
{
color: #4DCC42;
}
.AnyTagClassName
{
color: #4DCC42;
}
</style>
background-color css
<style>
a { background-color: #4DCC42; }
a { background-color: rgb(77,204,66); }
div.DivClassName
{
background-color: #4DCC42;
}
.BgClassName
{
background-color: #4DCC42;
}
</style>
border-color css
<style>
span { border-color: #4DCC42; }
span { border-color: rgb(77,204,66); }
td.TdClassName
{
border-color: #4DCC42;
}
.TagClassName
{
border-color: #4DCC42;
}
</style>