Shades of Lime Green #4DF036
Tints of Lime Green #4DF036
RGB
CMYK
RGB Variations
Color information
#4DF036 (or 0x4DF036) is known color: Lime Green. HEX triplet: 4D, F0 and 36. RGB value is (77,240,54). Sum of RGB (Red+Green+Blue) = 77+240+54=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 240 (94.14% from 255 or 64.69% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF036 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF036 is #B20FC9. Grayscale: #AAAAAA. Windows color (decimal): -11669450 or 3600461. OLE color: 3600461.
HSL color Cylindrical-coordinate representation of color #4DF036: hue angle of 112.58º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DF036 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 54 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.06 |
| HSL | 112.58º | 0.86% | 0.58% | - |
| HSV(B) | 112.58º | 0.78% | 0.94% | - |
| XYZ | 34.89 | 64.16 | 14.04 | - |
| YUV | 170.06 | 62.5 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 54 | 0.68 | 0 | 0.78 | 0.06 | 112.58 | 0.86 | 0.58 |
| Hex | 4D | F0 | 36 | 44 | 0 | 4E | 6 | 71 | 56 | 3A |
| Octal | 115 | 360 | 66 | 104 | 0 | 116 | 6 | 161 | 126 | 72 |
| Binary | 1001101 | 11110000 | 110110 | 1000100 | 0 | 1001110 | 110 | 1110001 | 1010110 | 111010 |
Color Harmonies of #4DF036
Complementary color
Monochromatic Colors of #4DF036
Black with #4DF036
Text Example
Text Example
White with #4DF036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF036; }
p { color: rgb(77,240,54); }
H1.HeaderClassName
{
color: #4DF036;
}
.AnyTagClassName
{
color: #4DF036;
}
</style>
background-color css
<style>
a { background-color: #4DF036; }
a { background-color: rgb(77,240,54); }
div.DivClassName
{
background-color: #4DF036;
}
.BgClassName
{
background-color: #4DF036;
}
</style>
border-color css
<style>
span { border-color: #4DF036; }
span { border-color: rgb(77,240,54); }
td.TdClassName
{
border-color: #4DF036;
}
.TagClassName
{
border-color: #4DF036;
}
</style>