Shades of Lime Green #4DDA41
Tints of Lime Green #4DDA41
RGB
CMYK
RGB Variations
Color information
#4DDA41 (or 0x4DDA41) is known color: Lime Green. HEX triplet: 4D, DA and 41. RGB value is (77,218,65). Sum of RGB (Red+Green+Blue) = 77+218+65=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 218 (85.55% from 255 or 60.56% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDA41 is #B225BE. Grayscale: #9E9E9E. Windows color (decimal): -11675071 or 4315725. OLE color: 4315725.
HSL color Cylindrical-coordinate representation of color #4DDA41: hue angle of 115.29º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DDA41 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 65 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.15 |
| HSL | 115.29º | 0.67% | 0.55% | - |
| HSV(B) | 115.29º | 0.7% | 0.85% | - |
| XYZ | 29.09 | 52.1 | 13.52 | - |
| YUV | 158.4 | 75.29 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 65 | 0.65 | 0 | 0.70 | 0.15 | 115.29 | 0.67 | 0.55 |
| Hex | 4D | DA | 41 | 41 | 0 | 46 | F | 73 | 43 | 37 |
| Octal | 115 | 332 | 101 | 101 | 0 | 106 | 17 | 163 | 103 | 67 |
| Binary | 1001101 | 11011010 | 1000001 | 1000001 | 0 | 1000110 | 1111 | 1110011 | 1000011 | 110111 |
Color Harmonies of #4DDA41
Complementary color
Monochromatic Colors of #4DDA41
Black with #4DDA41
Text Example
Text Example
White with #4DDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA41; }
p { color: rgb(77,218,65); }
H1.HeaderClassName
{
color: #4DDA41;
}
.AnyTagClassName
{
color: #4DDA41;
}
</style>
background-color css
<style>
a { background-color: #4DDA41; }
a { background-color: rgb(77,218,65); }
div.DivClassName
{
background-color: #4DDA41;
}
.BgClassName
{
background-color: #4DDA41;
}
</style>
border-color css
<style>
span { border-color: #4DDA41; }
span { border-color: rgb(77,218,65); }
td.TdClassName
{
border-color: #4DDA41;
}
.TagClassName
{
border-color: #4DDA41;
}
</style>