Shades of Lime Green #4DEB36
Tints of Lime Green #4DEB36
RGB
CMYK
RGB Variations
Color information
#4DEB36 (or 0x4DEB36) is known color: Lime Green. HEX triplet: 4D, EB and 36. RGB value is (77,235,54). Sum of RGB (Red+Green+Blue) = 77+235+54=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 235 (92.19% from 255 or 64.21% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 235 - color contains mainly: green. Hex color #4DEB36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEB36 is #B214C9. Grayscale: #A7A7A7. Windows color (decimal): -11670730 or 3599181. OLE color: 3599181.
HSL color Cylindrical-coordinate representation of color #4DEB36: hue angle of 112.38º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DEB36 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 235 | 54 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.08 |
| HSL | 112.38º | 0.82% | 0.57% | - |
| HSV(B) | 112.38º | 0.77% | 0.92% | - |
| XYZ | 33.43 | 61.26 | 13.55 | - |
| YUV | 167.12 | 64.15 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 235 | 54 | 0.67 | 0 | 0.77 | 0.08 | 112.38 | 0.82 | 0.57 |
| Hex | 4D | EB | 36 | 43 | 0 | 4D | 8 | 70 | 52 | 39 |
| Octal | 115 | 353 | 66 | 103 | 0 | 115 | 10 | 160 | 122 | 71 |
| Binary | 1001101 | 11101011 | 110110 | 1000011 | 0 | 1001101 | 1000 | 1110000 | 1010010 | 111001 |
Color Harmonies of #4DEB36
Complementary color
Monochromatic Colors of #4DEB36
Black with #4DEB36
Text Example
Text Example
White with #4DEB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEB36; }
p { color: rgb(77,235,54); }
H1.HeaderClassName
{
color: #4DEB36;
}
.AnyTagClassName
{
color: #4DEB36;
}
</style>
background-color css
<style>
a { background-color: #4DEB36; }
a { background-color: rgb(77,235,54); }
div.DivClassName
{
background-color: #4DEB36;
}
.BgClassName
{
background-color: #4DEB36;
}
</style>
border-color css
<style>
span { border-color: #4DEB36; }
span { border-color: rgb(77,235,54); }
td.TdClassName
{
border-color: #4DEB36;
}
.TagClassName
{
border-color: #4DEB36;
}
</style>