Shades of Lime Green #4DE124
Tints of Lime Green #4DE124
RGB
CMYK
RGB Variations
Color information
#4DE124 (or 0x4DE124) is known color: Lime Green. HEX triplet: 4D, E1 and 24. RGB value is (77,225,36). Sum of RGB (Red+Green+Blue) = 77+225+36=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 225 (88.28% from 255 or 66.57% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 225 - color contains mainly: green. Hex color #4DE124 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE124 is #B21EDB. Grayscale: #9F9F9F. Windows color (decimal): -11673308 or 2416973. OLE color: 2416973.
HSL color Cylindrical-coordinate representation of color #4DE124: hue angle of 106.98º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4DE124 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 225 | 36 | - |
| CMYK | 0.66 | 0 | 0.84 | 0.12 |
| HSL | 106.98º | 0.76% | 0.51% | - |
| HSV(B) | 106.98º | 0.84% | 0.88% | - |
| XYZ | 30.3 | 55.56 | 10.8 | - |
| YUV | 159.2 | 58.47 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 225 | 36 | 0.66 | 0 | 0.84 | 0.12 | 106.98 | 0.76 | 0.51 |
| Hex | 4D | E1 | 24 | 42 | 0 | 54 | C | 6B | 4C | 33 |
| Octal | 115 | 341 | 44 | 102 | 0 | 124 | 14 | 153 | 114 | 63 |
| Binary | 1001101 | 11100001 | 100100 | 1000010 | 0 | 1010100 | 1100 | 1101011 | 1001100 | 110011 |
Color Harmonies of #4DE124
Complementary color
Monochromatic Colors of #4DE124
Black with #4DE124
Text Example
Text Example
White with #4DE124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE124; }
p { color: rgb(77,225,36); }
H1.HeaderClassName
{
color: #4DE124;
}
.AnyTagClassName
{
color: #4DE124;
}
</style>
background-color css
<style>
a { background-color: #4DE124; }
a { background-color: rgb(77,225,36); }
div.DivClassName
{
background-color: #4DE124;
}
.BgClassName
{
background-color: #4DE124;
}
</style>
border-color css
<style>
span { border-color: #4DE124; }
span { border-color: rgb(77,225,36); }
td.TdClassName
{
border-color: #4DE124;
}
.TagClassName
{
border-color: #4DE124;
}
</style>