Shades of Lime Green #4DF836
Tints of Lime Green #4DF836
RGB
CMYK
RGB Variations
Color information
#4DF836 (or 0x4DF836) is known color: Lime Green. HEX triplet: 4D, F8 and 36. RGB value is (77,248,54). Sum of RGB (Red+Green+Blue) = 77+248+54=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 248 (97.27% from 255 or 65.44% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF836 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF836 is #B207C9. Grayscale: #AFAFAF. Windows color (decimal): -11667402 or 3602509. OLE color: 3602509.
HSL color Cylindrical-coordinate representation of color #4DF836: hue angle of 112.89º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4DF836 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 248 | 54 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.03 |
| HSL | 112.89º | 0.93% | 0.59% | - |
| HSV(B) | 112.89º | 0.78% | 0.97% | - |
| XYZ | 37.29 | 68.98 | 14.84 | - |
| YUV | 174.76 | 59.85 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 248 | 54 | 0.69 | 0 | 0.78 | 0.03 | 112.89 | 0.93 | 0.59 |
| Hex | 4D | F8 | 36 | 45 | 0 | 4E | 3 | 71 | 5D | 3B |
| Octal | 115 | 370 | 66 | 105 | 0 | 116 | 3 | 161 | 135 | 73 |
| Binary | 1001101 | 11111000 | 110110 | 1000101 | 0 | 1001110 | 11 | 1110001 | 1011101 | 111011 |
Color Harmonies of #4DF836
Complementary color
Monochromatic Colors of #4DF836
Black with #4DF836
Text Example
Text Example
White with #4DF836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF836; }
p { color: rgb(77,248,54); }
H1.HeaderClassName
{
color: #4DF836;
}
.AnyTagClassName
{
color: #4DF836;
}
</style>
background-color css
<style>
a { background-color: #4DF836; }
a { background-color: rgb(77,248,54); }
div.DivClassName
{
background-color: #4DF836;
}
.BgClassName
{
background-color: #4DF836;
}
</style>
border-color css
<style>
span { border-color: #4DF836; }
span { border-color: rgb(77,248,54); }
td.TdClassName
{
border-color: #4DF836;
}
.TagClassName
{
border-color: #4DF836;
}
</style>