Shades of Lime Green #4DD036
Tints of Lime Green #4DD036
RGB
CMYK
RGB Variations
Color information
#4DD036 (or 0x4DD036) is known color: Lime Green. HEX triplet: 4D, D0 and 36. RGB value is (77,208,54). Sum of RGB (Red+Green+Blue) = 77+208+54=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD036 is #B22FC9. Grayscale: #979797. Windows color (decimal): -11677642 or 3592269. OLE color: 3592269.
HSL color Cylindrical-coordinate representation of color #4DD036: hue angle of 111.04º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4DD036 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 54 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.18 |
| HSL | 111.04º | 0.62% | 0.51% | - |
| HSV(B) | 111.04º | 0.74% | 0.82% | - |
| XYZ | 26.28 | 46.96 | 11.17 | - |
| YUV | 151.28 | 73.1 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 54 | 0.63 | 0 | 0.74 | 0.18 | 111.04 | 0.62 | 0.51 |
| Hex | 4D | D0 | 36 | 3F | 0 | 4A | 12 | 6F | 3E | 33 |
| Octal | 115 | 320 | 66 | 77 | 0 | 112 | 22 | 157 | 76 | 63 |
| Binary | 1001101 | 11010000 | 110110 | 111111 | 0 | 1001010 | 10010 | 1101111 | 111110 | 110011 |
Color Harmonies of #4DD036
Complementary color
Monochromatic Colors of #4DD036
Black with #4DD036
Text Example
Text Example
White with #4DD036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD036; }
p { color: rgb(77,208,54); }
H1.HeaderClassName
{
color: #4DD036;
}
.AnyTagClassName
{
color: #4DD036;
}
</style>
background-color css
<style>
a { background-color: #4DD036; }
a { background-color: rgb(77,208,54); }
div.DivClassName
{
background-color: #4DD036;
}
.BgClassName
{
background-color: #4DD036;
}
</style>
border-color css
<style>
span { border-color: #4DD036; }
span { border-color: rgb(77,208,54); }
td.TdClassName
{
border-color: #4DD036;
}
.TagClassName
{
border-color: #4DD036;
}
</style>