Shades of Lime Green #4DEE38
Tints of Lime Green #4DEE38
RGB
CMYK
RGB Variations
Color information
#4DEE38 (or 0x4DEE38) is known color: Lime Green. HEX triplet: 4D, EE and 38. RGB value is (77,238,56). Sum of RGB (Red+Green+Blue) = 77+238+56=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 238 (93.36% from 255 or 64.15% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEE38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEE38 is #B211C7. Grayscale: #A9A9A9. Windows color (decimal): -11669960 or 3731021. OLE color: 3731021.
HSL color Cylindrical-coordinate representation of color #4DEE38: hue angle of 113.08º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4DEE38 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 238 | 56 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.07 |
| HSL | 113.08º | 0.84% | 0.58% | - |
| HSV(B) | 113.08º | 0.76% | 0.93% | - |
| XYZ | 34.35 | 63.01 | 14.09 | - |
| YUV | 169.11 | 64.16 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 238 | 56 | 0.68 | 0 | 0.76 | 0.07 | 113.08 | 0.84 | 0.58 |
| Hex | 4D | EE | 38 | 44 | 0 | 4C | 7 | 71 | 54 | 3A |
| Octal | 115 | 356 | 70 | 104 | 0 | 114 | 7 | 161 | 124 | 72 |
| Binary | 1001101 | 11101110 | 111000 | 1000100 | 0 | 1001100 | 111 | 1110001 | 1010100 | 111010 |
Color Harmonies of #4DEE38
Complementary color
Monochromatic Colors of #4DEE38
Black with #4DEE38
Text Example
Text Example
White with #4DEE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEE38; }
p { color: rgb(77,238,56); }
H1.HeaderClassName
{
color: #4DEE38;
}
.AnyTagClassName
{
color: #4DEE38;
}
</style>
background-color css
<style>
a { background-color: #4DEE38; }
a { background-color: rgb(77,238,56); }
div.DivClassName
{
background-color: #4DEE38;
}
.BgClassName
{
background-color: #4DEE38;
}
</style>
border-color css
<style>
span { border-color: #4DEE38; }
span { border-color: rgb(77,238,56); }
td.TdClassName
{
border-color: #4DEE38;
}
.TagClassName
{
border-color: #4DEE38;
}
</style>