Shades of Lime Green #4DF831
Tints of Lime Green #4DF831
RGB
CMYK
RGB Variations
Color information
#4DF831 (or 0x4DF831) is known color: Lime Green. HEX triplet: 4D, F8 and 31. RGB value is (77,248,49). Sum of RGB (Red+Green+Blue) = 77+248+49=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 248 (97.27% from 255 or 66.31% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF831 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF831 is #B207CE. Grayscale: #AEAEAE. Windows color (decimal): -11667407 or 3274829. OLE color: 3274829.
HSL color Cylindrical-coordinate representation of color #4DF831: hue angle of 111.56º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DF831 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 248 | 49 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.03 |
| HSL | 111.56º | 0.93% | 0.58% | - |
| HSV(B) | 111.56º | 0.8% | 0.97% | - |
| XYZ | 37.18 | 68.93 | 14.25 | - |
| YUV | 174.19 | 57.35 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 248 | 49 | 0.69 | 0 | 0.80 | 0.03 | 111.56 | 0.93 | 0.58 |
| Hex | 4D | F8 | 31 | 45 | 0 | 50 | 3 | 70 | 5D | 3A |
| Octal | 115 | 370 | 61 | 105 | 0 | 120 | 3 | 160 | 135 | 72 |
| Binary | 1001101 | 11111000 | 110001 | 1000101 | 0 | 1010000 | 11 | 1110000 | 1011101 | 111010 |
Color Harmonies of #4DF831
Complementary color
Monochromatic Colors of #4DF831
Black with #4DF831
Text Example
Text Example
White with #4DF831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF831; }
p { color: rgb(77,248,49); }
H1.HeaderClassName
{
color: #4DF831;
}
.AnyTagClassName
{
color: #4DF831;
}
</style>
background-color css
<style>
a { background-color: #4DF831; }
a { background-color: rgb(77,248,49); }
div.DivClassName
{
background-color: #4DF831;
}
.BgClassName
{
background-color: #4DF831;
}
</style>
border-color css
<style>
span { border-color: #4DF831; }
span { border-color: rgb(77,248,49); }
td.TdClassName
{
border-color: #4DF831;
}
.TagClassName
{
border-color: #4DF831;
}
</style>