Shades of Lime Green #4DEA41
Tints of Lime Green #4DEA41
RGB
CMYK
RGB Variations
Color information
#4DEA41 (or 0x4DEA41) is known color: Lime Green. HEX triplet: 4D, EA and 41. RGB value is (77,234,65). Sum of RGB (Red+Green+Blue) = 77+234+65=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 234 (91.80% from 255 or 62.23% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 234 - color contains mainly: green. Hex color #4DEA41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEA41 is #B215BE. Grayscale: #A8A8A8. Windows color (decimal): -11670975 or 4319821. OLE color: 4319821.
HSL color Cylindrical-coordinate representation of color #4DEA41: hue angle of 115.74º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4DEA41 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 234 | 65 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.08 |
| HSL | 115.74º | 0.8% | 0.59% | - |
| HSV(B) | 115.74º | 0.72% | 0.92% | - |
| XYZ | 33.44 | 60.81 | 14.98 | - |
| YUV | 167.79 | 69.99 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 234 | 65 | 0.67 | 0 | 0.72 | 0.08 | 115.74 | 0.8 | 0.59 |
| Hex | 4D | EA | 41 | 43 | 0 | 48 | 8 | 74 | 50 | 3B |
| Octal | 115 | 352 | 101 | 103 | 0 | 110 | 10 | 164 | 120 | 73 |
| Binary | 1001101 | 11101010 | 1000001 | 1000011 | 0 | 1001000 | 1000 | 1110100 | 1010000 | 111011 |
Color Harmonies of #4DEA41
Complementary color
Monochromatic Colors of #4DEA41
Black with #4DEA41
Text Example
Text Example
White with #4DEA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEA41; }
p { color: rgb(77,234,65); }
H1.HeaderClassName
{
color: #4DEA41;
}
.AnyTagClassName
{
color: #4DEA41;
}
</style>
background-color css
<style>
a { background-color: #4DEA41; }
a { background-color: rgb(77,234,65); }
div.DivClassName
{
background-color: #4DEA41;
}
.BgClassName
{
background-color: #4DEA41;
}
</style>
border-color css
<style>
span { border-color: #4DEA41; }
span { border-color: rgb(77,234,65); }
td.TdClassName
{
border-color: #4DEA41;
}
.TagClassName
{
border-color: #4DEA41;
}
</style>