Shades of Lime Green #4DF73A
Tints of Lime Green #4DF73A
RGB
CMYK
RGB Variations
Color information
#4DF73A (or 0x4DF73A) is known color: Lime Green. HEX triplet: 4D, F7 and 3A. RGB value is (77,247,58). Sum of RGB (Red+Green+Blue) = 77+247+58=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 247 (96.88% from 255 or 64.66% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF73A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF73A is #B208C5. Grayscale: #AFAFAF. Windows color (decimal): -11667654 or 3864397. OLE color: 3864397.
HSL color Cylindrical-coordinate representation of color #4DF73A: hue angle of 113.97º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DF73A is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 58 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.03 |
| HSL | 113.97º | 0.92% | 0.6% | - |
| HSV(B) | 113.97º | 0.77% | 0.97% | - |
| XYZ | 37.09 | 68.4 | 15.25 | - |
| YUV | 174.62 | 62.18 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 58 | 0.69 | 0 | 0.77 | 0.03 | 113.97 | 0.92 | 0.6 |
| Hex | 4D | F7 | 3A | 45 | 0 | 4D | 3 | 72 | 5C | 3C |
| Octal | 115 | 367 | 72 | 105 | 0 | 115 | 3 | 162 | 134 | 74 |
| Binary | 1001101 | 11110111 | 111010 | 1000101 | 0 | 1001101 | 11 | 1110010 | 1011100 | 111100 |
Color Harmonies of #4DF73A
Complementary color
Monochromatic Colors of #4DF73A
Black with #4DF73A
Text Example
Text Example
White with #4DF73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF73A; }
p { color: rgb(77,247,58); }
H1.HeaderClassName
{
color: #4DF73A;
}
.AnyTagClassName
{
color: #4DF73A;
}
</style>
background-color css
<style>
a { background-color: #4DF73A; }
a { background-color: rgb(77,247,58); }
div.DivClassName
{
background-color: #4DF73A;
}
.BgClassName
{
background-color: #4DF73A;
}
</style>
border-color css
<style>
span { border-color: #4DF73A; }
span { border-color: rgb(77,247,58); }
td.TdClassName
{
border-color: #4DF73A;
}
.TagClassName
{
border-color: #4DF73A;
}
</style>