Shades of Lime Green #4DF331
Tints of Lime Green #4DF331
RGB
CMYK
RGB Variations
Color information
#4DF331 (or 0x4DF331) is known color: Lime Green. HEX triplet: 4D, F3 and 31. RGB value is (77,243,49). Sum of RGB (Red+Green+Blue) = 77+243+49=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 243 (95.31% from 255 or 65.85% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF331 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF331 is #B20CCE. Grayscale: #ABABAB. Windows color (decimal): -11668687 or 3273549. OLE color: 3273549.
HSL color Cylindrical-coordinate representation of color #4DF331: hue angle of 111.34º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DF331 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 49 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.05 |
| HSL | 111.34º | 0.89% | 0.57% | - |
| HSV(B) | 111.34º | 0.8% | 0.95% | - |
| XYZ | 35.67 | 65.9 | 13.75 | - |
| YUV | 171.25 | 59 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 49 | 0.68 | 0 | 0.80 | 0.05 | 111.34 | 0.89 | 0.57 |
| Hex | 4D | F3 | 31 | 44 | 0 | 50 | 5 | 6F | 59 | 39 |
| Octal | 115 | 363 | 61 | 104 | 0 | 120 | 5 | 157 | 131 | 71 |
| Binary | 1001101 | 11110011 | 110001 | 1000100 | 0 | 1010000 | 101 | 1101111 | 1011001 | 111001 |
Color Harmonies of #4DF331
Complementary color
Monochromatic Colors of #4DF331
Black with #4DF331
Text Example
Text Example
White with #4DF331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF331; }
p { color: rgb(77,243,49); }
H1.HeaderClassName
{
color: #4DF331;
}
.AnyTagClassName
{
color: #4DF331;
}
</style>
background-color css
<style>
a { background-color: #4DF331; }
a { background-color: rgb(77,243,49); }
div.DivClassName
{
background-color: #4DF331;
}
.BgClassName
{
background-color: #4DF331;
}
</style>
border-color css
<style>
span { border-color: #4DF331; }
span { border-color: rgb(77,243,49); }
td.TdClassName
{
border-color: #4DF331;
}
.TagClassName
{
border-color: #4DF331;
}
</style>