Shades of Lime Green #4DBF37
Tints of Lime Green #4DBF37
RGB
CMYK
RGB Variations
Color information
#4DBF37 (or 0x4DBF37) is known color: Lime Green. HEX triplet: 4D, BF and 37. RGB value is (77,191,55). Sum of RGB (Red+Green+Blue) = 77+191+55=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 191 (75% from 255 or 59.13% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBF37 is #B240C8. Grayscale: #8D8D8D. Windows color (decimal): -11681993 or 3653453. OLE color: 3653453.
HSL color Cylindrical-coordinate representation of color #4DBF37: hue angle of 110.29º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4DBF37 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 55 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.25 |
| HSL | 110.29º | 0.55% | 0.48% | - |
| HSV(B) | 110.29º | 0.71% | 0.75% | - |
| XYZ | 22.38 | 39.12 | 9.98 | - |
| YUV | 141.41 | 79.23 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 55 | 0.60 | 0 | 0.71 | 0.25 | 110.29 | 0.55 | 0.48 |
| Hex | 4D | BF | 37 | 3C | 0 | 47 | 19 | 6E | 37 | 30 |
| Octal | 115 | 277 | 67 | 74 | 0 | 107 | 31 | 156 | 67 | 60 |
| Binary | 1001101 | 10111111 | 110111 | 111100 | 0 | 1000111 | 11001 | 1101110 | 110111 | 110000 |
Color Harmonies of #4DBF37
Complementary color
Monochromatic Colors of #4DBF37
Black with #4DBF37
Text Example
Text Example
White with #4DBF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF37; }
p { color: rgb(77,191,55); }
H1.HeaderClassName
{
color: #4DBF37;
}
.AnyTagClassName
{
color: #4DBF37;
}
</style>
background-color css
<style>
a { background-color: #4DBF37; }
a { background-color: rgb(77,191,55); }
div.DivClassName
{
background-color: #4DBF37;
}
.BgClassName
{
background-color: #4DBF37;
}
</style>
border-color css
<style>
span { border-color: #4DBF37; }
span { border-color: rgb(77,191,55); }
td.TdClassName
{
border-color: #4DBF37;
}
.TagClassName
{
border-color: #4DBF37;
}
</style>