Shades of Lime Green #4DEC31
Tints of Lime Green #4DEC31
RGB
CMYK
RGB Variations
Color information
#4DEC31 (or 0x4DEC31) is known color: Lime Green. HEX triplet: 4D, EC and 31. RGB value is (77,236,49). Sum of RGB (Red+Green+Blue) = 77+236+49=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 236 (92.58% from 255 or 65.19% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEC31 is #B213CE. Grayscale: #A7A7A7. Windows color (decimal): -11670479 or 3271757. OLE color: 3271757.
HSL color Cylindrical-coordinate representation of color #4DEC31: hue angle of 111.02º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4DEC31 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 49 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.07 |
| HSL | 111.02º | 0.83% | 0.56% | - |
| HSV(B) | 111.02º | 0.79% | 0.93% | - |
| XYZ | 33.61 | 61.79 | 13.06 | - |
| YUV | 167.14 | 61.32 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 49 | 0.67 | 0 | 0.79 | 0.07 | 111.02 | 0.83 | 0.56 |
| Hex | 4D | EC | 31 | 43 | 0 | 4F | 7 | 6F | 53 | 38 |
| Octal | 115 | 354 | 61 | 103 | 0 | 117 | 7 | 157 | 123 | 70 |
| Binary | 1001101 | 11101100 | 110001 | 1000011 | 0 | 1001111 | 111 | 1101111 | 1010011 | 111000 |
Color Harmonies of #4DEC31
Complementary color
Monochromatic Colors of #4DEC31
Black with #4DEC31
Text Example
Text Example
White with #4DEC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEC31; }
p { color: rgb(77,236,49); }
H1.HeaderClassName
{
color: #4DEC31;
}
.AnyTagClassName
{
color: #4DEC31;
}
</style>
background-color css
<style>
a { background-color: #4DEC31; }
a { background-color: rgb(77,236,49); }
div.DivClassName
{
background-color: #4DEC31;
}
.BgClassName
{
background-color: #4DEC31;
}
</style>
border-color css
<style>
span { border-color: #4DEC31; }
span { border-color: rgb(77,236,49); }
td.TdClassName
{
border-color: #4DEC31;
}
.TagClassName
{
border-color: #4DEC31;
}
</style>