Shades of Lime Green #4DDA36
Tints of Lime Green #4DDA36
RGB
CMYK
RGB Variations
Color information
#4DDA36 (or 0x4DDA36) is known color: Lime Green. HEX triplet: 4D, DA and 36. RGB value is (77,218,54). Sum of RGB (Red+Green+Blue) = 77+218+54=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 218 (85.55% from 255 or 62.46% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDA36 is #B225C9. Grayscale: #9D9D9D. Windows color (decimal): -11675082 or 3594829. OLE color: 3594829.
HSL color Cylindrical-coordinate representation of color #4DDA36: hue angle of 111.59º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4DDA36 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 54 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.15 |
| HSL | 111.59º | 0.69% | 0.53% | - |
| HSV(B) | 111.59º | 0.75% | 0.85% | - |
| XYZ | 28.8 | 51.99 | 12.01 | - |
| YUV | 157.15 | 69.79 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 54 | 0.65 | 0 | 0.75 | 0.15 | 111.59 | 0.69 | 0.53 |
| Hex | 4D | DA | 36 | 41 | 0 | 4B | F | 70 | 45 | 35 |
| Octal | 115 | 332 | 66 | 101 | 0 | 113 | 17 | 160 | 105 | 65 |
| Binary | 1001101 | 11011010 | 110110 | 1000001 | 0 | 1001011 | 1111 | 1110000 | 1000101 | 110101 |
Color Harmonies of #4DDA36
Complementary color
Monochromatic Colors of #4DDA36
Black with #4DDA36
Text Example
Text Example
White with #4DDA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA36; }
p { color: rgb(77,218,54); }
H1.HeaderClassName
{
color: #4DDA36;
}
.AnyTagClassName
{
color: #4DDA36;
}
</style>
background-color css
<style>
a { background-color: #4DDA36; }
a { background-color: rgb(77,218,54); }
div.DivClassName
{
background-color: #4DDA36;
}
.BgClassName
{
background-color: #4DDA36;
}
</style>
border-color css
<style>
span { border-color: #4DDA36; }
span { border-color: rgb(77,218,54); }
td.TdClassName
{
border-color: #4DDA36;
}
.TagClassName
{
border-color: #4DDA36;
}
</style>