Shades of Lime Green #4DEC42
Tints of Lime Green #4DEC42
RGB
CMYK
RGB Variations
Color information
#4DEC42 (or 0x4DEC42) is known color: Lime Green. HEX triplet: 4D, EC and 42. RGB value is (77,236,66). Sum of RGB (Red+Green+Blue) = 77+236+66=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 236 (92.58% from 255 or 62.27% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEC42 is #B213BD. Grayscale: #A9A9A9. Windows color (decimal): -11670462 or 4385869. OLE color: 4385869.
HSL color Cylindrical-coordinate representation of color #4DEC42: hue angle of 116.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4DEC42 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 66 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.07 |
| HSL | 116.12º | 0.82% | 0.59% | - |
| HSV(B) | 116.12º | 0.72% | 0.93% | - |
| XYZ | 34.04 | 61.96 | 15.32 | - |
| YUV | 169.08 | 69.82 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 66 | 0.67 | 0 | 0.72 | 0.07 | 116.12 | 0.82 | 0.59 |
| Hex | 4D | EC | 42 | 43 | 0 | 48 | 7 | 74 | 52 | 3B |
| Octal | 115 | 354 | 102 | 103 | 0 | 110 | 7 | 164 | 122 | 73 |
| Binary | 1001101 | 11101100 | 1000010 | 1000011 | 0 | 1001000 | 111 | 1110100 | 1010010 | 111011 |
Color Harmonies of #4DEC42
Complementary color
Monochromatic Colors of #4DEC42
Black with #4DEC42
Text Example
Text Example
White with #4DEC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEC42; }
p { color: rgb(77,236,66); }
H1.HeaderClassName
{
color: #4DEC42;
}
.AnyTagClassName
{
color: #4DEC42;
}
</style>
background-color css
<style>
a { background-color: #4DEC42; }
a { background-color: rgb(77,236,66); }
div.DivClassName
{
background-color: #4DEC42;
}
.BgClassName
{
background-color: #4DEC42;
}
</style>
border-color css
<style>
span { border-color: #4DEC42; }
span { border-color: rgb(77,236,66); }
td.TdClassName
{
border-color: #4DEC42;
}
.TagClassName
{
border-color: #4DEC42;
}
</style>