Shades of Lime Green #4DE427
Tints of Lime Green #4DE427
RGB
CMYK
RGB Variations
Color information
#4DE427 (or 0x4DE427) is known color: Lime Green. HEX triplet: 4D, E4 and 27. RGB value is (77,228,39). Sum of RGB (Red+Green+Blue) = 77+228+39=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 228 (89.45% from 255 or 66.28% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 228 - color contains mainly: green. Hex color #4DE427 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE427 is #B21BD8. Grayscale: #A1A1A1. Windows color (decimal): -11672537 or 2614349. OLE color: 2614349.
HSL color Cylindrical-coordinate representation of color #4DE427: hue angle of 107.94º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4DE427 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 228 | 39 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.11 |
| HSL | 107.94º | 0.78% | 0.52% | - |
| HSV(B) | 107.94º | 0.83% | 0.89% | - |
| XYZ | 31.17 | 57.21 | 11.32 | - |
| YUV | 161.31 | 58.97 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 228 | 39 | 0.66 | 0 | 0.83 | 0.11 | 107.94 | 0.78 | 0.52 |
| Hex | 4D | E4 | 27 | 42 | 0 | 53 | B | 6C | 4E | 34 |
| Octal | 115 | 344 | 47 | 102 | 0 | 123 | 13 | 154 | 116 | 64 |
| Binary | 1001101 | 11100100 | 100111 | 1000010 | 0 | 1010011 | 1011 | 1101100 | 1001110 | 110100 |
Color Harmonies of #4DE427
Complementary color
Monochromatic Colors of #4DE427
Black with #4DE427
Text Example
Text Example
White with #4DE427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE427; }
p { color: rgb(77,228,39); }
H1.HeaderClassName
{
color: #4DE427;
}
.AnyTagClassName
{
color: #4DE427;
}
</style>
background-color css
<style>
a { background-color: #4DE427; }
a { background-color: rgb(77,228,39); }
div.DivClassName
{
background-color: #4DE427;
}
.BgClassName
{
background-color: #4DE427;
}
</style>
border-color css
<style>
span { border-color: #4DE427; }
span { border-color: rgb(77,228,39); }
td.TdClassName
{
border-color: #4DE427;
}
.TagClassName
{
border-color: #4DE427;
}
</style>