Shades of Lime Green #4DEE37
Tints of Lime Green #4DEE37
RGB
CMYK
RGB Variations
Color information
#4DEE37 (or 0x4DEE37) is known color: Lime Green. HEX triplet: 4D, EE and 37. RGB value is (77,238,55). Sum of RGB (Red+Green+Blue) = 77+238+55=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 238 (93.36% from 255 or 64.32% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEE37 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEE37 is #B211C8. Grayscale: #A9A9A9. Windows color (decimal): -11669961 or 3665485. OLE color: 3665485.
HSL color Cylindrical-coordinate representation of color #4DEE37: hue angle of 112.79º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DEE37 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 238 | 55 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.07 |
| HSL | 112.79º | 0.84% | 0.57% | - |
| HSV(B) | 112.79º | 0.77% | 0.93% | - |
| XYZ | 34.32 | 63 | 13.97 | - |
| YUV | 169 | 63.66 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 238 | 55 | 0.68 | 0 | 0.77 | 0.07 | 112.79 | 0.84 | 0.57 |
| Hex | 4D | EE | 37 | 44 | 0 | 4D | 7 | 71 | 54 | 39 |
| Octal | 115 | 356 | 67 | 104 | 0 | 115 | 7 | 161 | 124 | 71 |
| Binary | 1001101 | 11101110 | 110111 | 1000100 | 0 | 1001101 | 111 | 1110001 | 1010100 | 111001 |
Color Harmonies of #4DEE37
Complementary color
Monochromatic Colors of #4DEE37
Black with #4DEE37
Text Example
Text Example
White with #4DEE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEE37; }
p { color: rgb(77,238,55); }
H1.HeaderClassName
{
color: #4DEE37;
}
.AnyTagClassName
{
color: #4DEE37;
}
</style>
background-color css
<style>
a { background-color: #4DEE37; }
a { background-color: rgb(77,238,55); }
div.DivClassName
{
background-color: #4DEE37;
}
.BgClassName
{
background-color: #4DEE37;
}
</style>
border-color css
<style>
span { border-color: #4DEE37; }
span { border-color: rgb(77,238,55); }
td.TdClassName
{
border-color: #4DEE37;
}
.TagClassName
{
border-color: #4DEE37;
}
</style>