Shades of Lime Green #4DD831
Tints of Lime Green #4DD831
RGB
CMYK
RGB Variations
Color information
#4DD831 (or 0x4DD831) is known color: Lime Green. HEX triplet: 4D, D8 and 31. RGB value is (77,216,49). Sum of RGB (Red+Green+Blue) = 77+216+49=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 216 (84.77% from 255 or 63.16% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD831 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD831 is #B227CE. Grayscale: #9B9B9B. Windows color (decimal): -11675599 or 3266637. OLE color: 3266637.
HSL color Cylindrical-coordinate representation of color #4DD831: hue angle of 109.94º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DD831 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 216 | 49 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.15 |
| HSL | 109.94º | 0.68% | 0.52% | - |
| HSV(B) | 109.94º | 0.77% | 0.85% | - |
| XYZ | 28.17 | 50.91 | 11.25 | - |
| YUV | 155.4 | 67.95 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 216 | 49 | 0.64 | 0 | 0.77 | 0.15 | 109.94 | 0.68 | 0.52 |
| Hex | 4D | D8 | 31 | 40 | 0 | 4D | F | 6E | 44 | 34 |
| Octal | 115 | 330 | 61 | 100 | 0 | 115 | 17 | 156 | 104 | 64 |
| Binary | 1001101 | 11011000 | 110001 | 1000000 | 0 | 1001101 | 1111 | 1101110 | 1000100 | 110100 |
Color Harmonies of #4DD831
Complementary color
Monochromatic Colors of #4DD831
Black with #4DD831
Text Example
Text Example
White with #4DD831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD831; }
p { color: rgb(77,216,49); }
H1.HeaderClassName
{
color: #4DD831;
}
.AnyTagClassName
{
color: #4DD831;
}
</style>
background-color css
<style>
a { background-color: #4DD831; }
a { background-color: rgb(77,216,49); }
div.DivClassName
{
background-color: #4DD831;
}
.BgClassName
{
background-color: #4DD831;
}
</style>
border-color css
<style>
span { border-color: #4DD831; }
span { border-color: rgb(77,216,49); }
td.TdClassName
{
border-color: #4DD831;
}
.TagClassName
{
border-color: #4DD831;
}
</style>