Shades of Lime Green #4DE038
Tints of Lime Green #4DE038
RGB
CMYK
RGB Variations
Color information
#4DE038 (or 0x4DE038) is known color: Lime Green. HEX triplet: 4D, E0 and 38. RGB value is (77,224,56). Sum of RGB (Red+Green+Blue) = 77+224+56=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 224 (87.89% from 255 or 62.75% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 224 - color contains mainly: green. Hex color #4DE038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE038 is #B21FC7. Grayscale: #A1A1A1. Windows color (decimal): -11673544 or 3727437. OLE color: 3727437.
HSL color Cylindrical-coordinate representation of color #4DE038: hue angle of 112.5º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4DE038 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 224 | 56 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.12 |
| HSL | 112.5º | 0.73% | 0.55% | - |
| HSV(B) | 112.5º | 0.75% | 0.88% | - |
| XYZ | 30.43 | 55.17 | 12.79 | - |
| YUV | 160.9 | 68.8 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 224 | 56 | 0.66 | 0 | 0.75 | 0.12 | 112.5 | 0.73 | 0.55 |
| Hex | 4D | E0 | 38 | 42 | 0 | 4B | C | 70 | 49 | 37 |
| Octal | 115 | 340 | 70 | 102 | 0 | 113 | 14 | 160 | 111 | 67 |
| Binary | 1001101 | 11100000 | 111000 | 1000010 | 0 | 1001011 | 1100 | 1110000 | 1001001 | 110111 |
Color Harmonies of #4DE038
Complementary color
Monochromatic Colors of #4DE038
Black with #4DE038
Text Example
Text Example
White with #4DE038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE038; }
p { color: rgb(77,224,56); }
H1.HeaderClassName
{
color: #4DE038;
}
.AnyTagClassName
{
color: #4DE038;
}
</style>
background-color css
<style>
a { background-color: #4DE038; }
a { background-color: rgb(77,224,56); }
div.DivClassName
{
background-color: #4DE038;
}
.BgClassName
{
background-color: #4DE038;
}
</style>
border-color css
<style>
span { border-color: #4DE038; }
span { border-color: rgb(77,224,56); }
td.TdClassName
{
border-color: #4DE038;
}
.TagClassName
{
border-color: #4DE038;
}
</style>