Shades of Lime Green #4DEC41
Tints of Lime Green #4DEC41
RGB
CMYK
RGB Variations
Color information
#4DEC41 (or 0x4DEC41) is known color: Lime Green. HEX triplet: 4D, EC and 41. RGB value is (77,236,65). Sum of RGB (Red+Green+Blue) = 77+236+65=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 236 (92.58% from 255 or 62.43% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEC41 is #B213BE. Grayscale: #A9A9A9. Windows color (decimal): -11670463 or 4320333. OLE color: 4320333.
HSL color Cylindrical-coordinate representation of color #4DEC41: hue angle of 115.79º 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 #4DEC41 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 65 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.07 |
| HSL | 115.79º | 0.82% | 0.59% | - |
| HSV(B) | 115.79º | 0.72% | 0.93% | - |
| XYZ | 34.01 | 61.95 | 15.17 | - |
| YUV | 168.97 | 69.32 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 65 | 0.67 | 0 | 0.72 | 0.07 | 115.79 | 0.82 | 0.59 |
| Hex | 4D | EC | 41 | 43 | 0 | 48 | 7 | 74 | 52 | 3B |
| Octal | 115 | 354 | 101 | 103 | 0 | 110 | 7 | 164 | 122 | 73 |
| Binary | 1001101 | 11101100 | 1000001 | 1000011 | 0 | 1001000 | 111 | 1110100 | 1010010 | 111011 |
Color Harmonies of #4DEC41
Complementary color
Monochromatic Colors of #4DEC41
Black with #4DEC41
Text Example
Text Example
White with #4DEC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEC41; }
p { color: rgb(77,236,65); }
H1.HeaderClassName
{
color: #4DEC41;
}
.AnyTagClassName
{
color: #4DEC41;
}
</style>
background-color css
<style>
a { background-color: #4DEC41; }
a { background-color: rgb(77,236,65); }
div.DivClassName
{
background-color: #4DEC41;
}
.BgClassName
{
background-color: #4DEC41;
}
</style>
border-color css
<style>
span { border-color: #4DEC41; }
span { border-color: rgb(77,236,65); }
td.TdClassName
{
border-color: #4DEC41;
}
.TagClassName
{
border-color: #4DEC41;
}
</style>