Shades of Lime Green #4DE136
Tints of Lime Green #4DE136
RGB
CMYK
RGB Variations
Color information
#4DE136 (or 0x4DE136) is known color: Lime Green. HEX triplet: 4D, E1 and 36. RGB value is (77,225,54). Sum of RGB (Red+Green+Blue) = 77+225+54=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 225 (88.28% from 255 or 63.20% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 225 - color contains mainly: green. Hex color #4DE136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE136 is #B21EC9. Grayscale: #A1A1A1. Windows color (decimal): -11673290 or 3596621. OLE color: 3596621.
HSL color Cylindrical-coordinate representation of color #4DE136: hue angle of 111.93º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4DE136 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 225 | 54 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.12 |
| HSL | 111.93º | 0.74% | 0.55% | - |
| HSV(B) | 111.93º | 0.76% | 0.88% | - |
| XYZ | 30.65 | 55.69 | 12.62 | - |
| YUV | 161.25 | 67.47 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 225 | 54 | 0.66 | 0 | 0.76 | 0.12 | 111.93 | 0.74 | 0.55 |
| Hex | 4D | E1 | 36 | 42 | 0 | 4C | C | 70 | 4A | 37 |
| Octal | 115 | 341 | 66 | 102 | 0 | 114 | 14 | 160 | 112 | 67 |
| Binary | 1001101 | 11100001 | 110110 | 1000010 | 0 | 1001100 | 1100 | 1110000 | 1001010 | 110111 |
Color Harmonies of #4DE136
Complementary color
Monochromatic Colors of #4DE136
Black with #4DE136
Text Example
Text Example
White with #4DE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE136; }
p { color: rgb(77,225,54); }
H1.HeaderClassName
{
color: #4DE136;
}
.AnyTagClassName
{
color: #4DE136;
}
</style>
background-color css
<style>
a { background-color: #4DE136; }
a { background-color: rgb(77,225,54); }
div.DivClassName
{
background-color: #4DE136;
}
.BgClassName
{
background-color: #4DE136;
}
</style>
border-color css
<style>
span { border-color: #4DE136; }
span { border-color: rgb(77,225,54); }
td.TdClassName
{
border-color: #4DE136;
}
.TagClassName
{
border-color: #4DE136;
}
</style>