Shades of Lime Green #4DF239
Tints of Lime Green #4DF239
RGB
CMYK
RGB Variations
Color information
#4DF239 (or 0x4DF239) is known color: Lime Green. HEX triplet: 4D, F2 and 39. RGB value is (77,242,57). Sum of RGB (Red+Green+Blue) = 77+242+57=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF239 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF239 is #B20DC6. Grayscale: #ACACAC. Windows color (decimal): -11668935 or 3797581. OLE color: 3797581.
HSL color Cylindrical-coordinate representation of color #4DF239: hue angle of 113.51º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4DF239 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 57 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.05 |
| HSL | 113.51º | 0.88% | 0.59% | - |
| HSV(B) | 113.51º | 0.76% | 0.95% | - |
| XYZ | 35.55 | 65.38 | 14.62 | - |
| YUV | 171.58 | 63.34 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 57 | 0.68 | 0 | 0.76 | 0.05 | 113.51 | 0.88 | 0.59 |
| Hex | 4D | F2 | 39 | 44 | 0 | 4C | 5 | 72 | 58 | 3B |
| Octal | 115 | 362 | 71 | 104 | 0 | 114 | 5 | 162 | 130 | 73 |
| Binary | 1001101 | 11110010 | 111001 | 1000100 | 0 | 1001100 | 101 | 1110010 | 1011000 | 111011 |
Color Harmonies of #4DF239
Complementary color
Monochromatic Colors of #4DF239
Black with #4DF239
Text Example
Text Example
White with #4DF239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF239; }
p { color: rgb(77,242,57); }
H1.HeaderClassName
{
color: #4DF239;
}
.AnyTagClassName
{
color: #4DF239;
}
</style>
background-color css
<style>
a { background-color: #4DF239; }
a { background-color: rgb(77,242,57); }
div.DivClassName
{
background-color: #4DF239;
}
.BgClassName
{
background-color: #4DF239;
}
</style>
border-color css
<style>
span { border-color: #4DF239; }
span { border-color: rgb(77,242,57); }
td.TdClassName
{
border-color: #4DF239;
}
.TagClassName
{
border-color: #4DF239;
}
</style>