Shades of Lime Green #4DF140
Tints of Lime Green #4DF140
RGB
CMYK
RGB Variations
Color information
#4DF140 (or 0x4DF140) is known color: Lime Green. HEX triplet: 4D, F1 and 40. RGB value is (77,241,64). Sum of RGB (Red+Green+Blue) = 77+241+64=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF140 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF140 is #B20EBF. Grayscale: #ACACAC. Windows color (decimal): -11669184 or 4256077. OLE color: 4256077.
HSL color Cylindrical-coordinate representation of color #4DF140: hue angle of 115.59º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4DF140 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 64 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.05 |
| HSL | 115.59º | 0.86% | 0.6% | - |
| HSV(B) | 115.59º | 0.73% | 0.95% | - |
| XYZ | 35.44 | 64.86 | 15.5 | - |
| YUV | 171.79 | 67.17 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 64 | 0.68 | 0 | 0.73 | 0.05 | 115.59 | 0.86 | 0.6 |
| Hex | 4D | F1 | 40 | 44 | 0 | 49 | 5 | 74 | 56 | 3C |
| Octal | 115 | 361 | 100 | 104 | 0 | 111 | 5 | 164 | 126 | 74 |
| Binary | 1001101 | 11110001 | 1000000 | 1000100 | 0 | 1001001 | 101 | 1110100 | 1010110 | 111100 |
Color Harmonies of #4DF140
Complementary color
Monochromatic Colors of #4DF140
Black with #4DF140
Text Example
Text Example
White with #4DF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF140; }
p { color: rgb(77,241,64); }
H1.HeaderClassName
{
color: #4DF140;
}
.AnyTagClassName
{
color: #4DF140;
}
</style>
background-color css
<style>
a { background-color: #4DF140; }
a { background-color: rgb(77,241,64); }
div.DivClassName
{
background-color: #4DF140;
}
.BgClassName
{
background-color: #4DF140;
}
</style>
border-color css
<style>
span { border-color: #4DF140; }
span { border-color: rgb(77,241,64); }
td.TdClassName
{
border-color: #4DF140;
}
.TagClassName
{
border-color: #4DF140;
}
</style>