Shades of Lime Green #4DE42A
Tints of Lime Green #4DE42A
RGB
CMYK
RGB Variations
Color information
#4DE42A (or 0x4DE42A) is known color: Lime Green. HEX triplet: 4D, E4 and 2A. RGB value is (77,228,42). Sum of RGB (Red+Green+Blue) = 77+228+42=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 228 (89.45% from 255 or 65.71% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 228 - color contains mainly: green. Hex color #4DE42A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE42A is #B21BD5. Grayscale: #A2A2A2. Windows color (decimal): -11672534 or 2810957. OLE color: 2810957.
HSL color Cylindrical-coordinate representation of color #4DE42A: hue angle of 108.71º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4DE42A is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 228 | 42 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.11 |
| HSL | 108.71º | 0.78% | 0.53% | - |
| HSV(B) | 108.71º | 0.82% | 0.89% | - |
| XYZ | 31.22 | 57.23 | 11.59 | - |
| YUV | 161.65 | 60.47 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 228 | 42 | 0.66 | 0 | 0.82 | 0.11 | 108.71 | 0.78 | 0.53 |
| Hex | 4D | E4 | 2A | 42 | 0 | 52 | B | 6D | 4E | 35 |
| Octal | 115 | 344 | 52 | 102 | 0 | 122 | 13 | 155 | 116 | 65 |
| Binary | 1001101 | 11100100 | 101010 | 1000010 | 0 | 1010010 | 1011 | 1101101 | 1001110 | 110101 |
Color Harmonies of #4DE42A
Complementary color
Monochromatic Colors of #4DE42A
Black with #4DE42A
Text Example
Text Example
White with #4DE42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE42A; }
p { color: rgb(77,228,42); }
H1.HeaderClassName
{
color: #4DE42A;
}
.AnyTagClassName
{
color: #4DE42A;
}
</style>
background-color css
<style>
a { background-color: #4DE42A; }
a { background-color: rgb(77,228,42); }
div.DivClassName
{
background-color: #4DE42A;
}
.BgClassName
{
background-color: #4DE42A;
}
</style>
border-color css
<style>
span { border-color: #4DE42A; }
span { border-color: rgb(77,228,42); }
td.TdClassName
{
border-color: #4DE42A;
}
.TagClassName
{
border-color: #4DE42A;
}
</style>