Shades of Lime Green #4DE127
Tints of Lime Green #4DE127
RGB
CMYK
RGB Variations
Color information
#4DE127 (or 0x4DE127) is known color: Lime Green. HEX triplet: 4D, E1 and 27. RGB value is (77,225,39). Sum of RGB (Red+Green+Blue) = 77+225+39=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 225 (88.28% from 255 or 65.98% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 225 - color contains mainly: green. Hex color #4DE127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE127 is #B21ED8. Grayscale: #A0A0A0. Windows color (decimal): -11673305 or 2613581. OLE color: 2613581.
HSL color Cylindrical-coordinate representation of color #4DE127: hue angle of 107.74º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4DE127 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 225 | 39 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.12 |
| HSL | 107.74º | 0.76% | 0.52% | - |
| HSV(B) | 107.74º | 0.83% | 0.88% | - |
| XYZ | 30.35 | 55.57 | 11.05 | - |
| YUV | 159.54 | 59.97 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 225 | 39 | 0.66 | 0 | 0.83 | 0.12 | 107.74 | 0.76 | 0.52 |
| Hex | 4D | E1 | 27 | 42 | 0 | 53 | C | 6C | 4C | 34 |
| Octal | 115 | 341 | 47 | 102 | 0 | 123 | 14 | 154 | 114 | 64 |
| Binary | 1001101 | 11100001 | 100111 | 1000010 | 0 | 1010011 | 1100 | 1101100 | 1001100 | 110100 |
Color Harmonies of #4DE127
Complementary color
Monochromatic Colors of #4DE127
Black with #4DE127
Text Example
Text Example
White with #4DE127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE127; }
p { color: rgb(77,225,39); }
H1.HeaderClassName
{
color: #4DE127;
}
.AnyTagClassName
{
color: #4DE127;
}
</style>
background-color css
<style>
a { background-color: #4DE127; }
a { background-color: rgb(77,225,39); }
div.DivClassName
{
background-color: #4DE127;
}
.BgClassName
{
background-color: #4DE127;
}
</style>
border-color css
<style>
span { border-color: #4DE127; }
span { border-color: rgb(77,225,39); }
td.TdClassName
{
border-color: #4DE127;
}
.TagClassName
{
border-color: #4DE127;
}
</style>