Shades of Lime Green #4DDA42
Tints of Lime Green #4DDA42
RGB
CMYK
RGB Variations
Color information
#4DDA42 (or 0x4DDA42) is known color: Lime Green. HEX triplet: 4D, DA and 42. RGB value is (77,218,66). Sum of RGB (Red+Green+Blue) = 77+218+66=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 218 (85.55% from 255 or 60.39% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDA42 is #B225BD. Grayscale: #9E9E9E. Windows color (decimal): -11675070 or 4381261. OLE color: 4381261.
HSL color Cylindrical-coordinate representation of color #4DDA42: hue angle of 115.66º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DDA42 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 66 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.15 |
| HSL | 115.66º | 0.67% | 0.56% | - |
| HSV(B) | 115.66º | 0.7% | 0.85% | - |
| XYZ | 29.12 | 52.11 | 13.68 | - |
| YUV | 158.51 | 75.79 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 66 | 0.65 | 0 | 0.70 | 0.15 | 115.66 | 0.67 | 0.56 |
| Hex | 4D | DA | 42 | 41 | 0 | 46 | F | 74 | 43 | 38 |
| Octal | 115 | 332 | 102 | 101 | 0 | 106 | 17 | 164 | 103 | 70 |
| Binary | 1001101 | 11011010 | 1000010 | 1000001 | 0 | 1000110 | 1111 | 1110100 | 1000011 | 111000 |
Color Harmonies of #4DDA42
Complementary color
Monochromatic Colors of #4DDA42
Black with #4DDA42
Text Example
Text Example
White with #4DDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA42; }
p { color: rgb(77,218,66); }
H1.HeaderClassName
{
color: #4DDA42;
}
.AnyTagClassName
{
color: #4DDA42;
}
</style>
background-color css
<style>
a { background-color: #4DDA42; }
a { background-color: rgb(77,218,66); }
div.DivClassName
{
background-color: #4DDA42;
}
.BgClassName
{
background-color: #4DDA42;
}
</style>
border-color css
<style>
span { border-color: #4DDA42; }
span { border-color: rgb(77,218,66); }
td.TdClassName
{
border-color: #4DDA42;
}
.TagClassName
{
border-color: #4DDA42;
}
</style>