Shades of Lime Green #4FE049
Tints of Lime Green #4FE049
RGB
CMYK
RGB Variations
Color information
#4FE049 (or 0x4FE049) is known color: Lime Green. HEX triplet: 4F, E0 and 49. RGB value is (79,224,73). Sum of RGB (Red+Green+Blue) = 79+224+73=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 224 (87.89% from 255 or 59.57% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 224 - color contains mainly: green. Hex color #4FE049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE049 is #B01FB6. Grayscale: #A3A3A3. Windows color (decimal): -11542455 or 4841551. OLE color: 4841551.
HSL color Cylindrical-coordinate representation of color #4FE049: hue angle of 117.62º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FE049 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 224 | 73 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.12 |
| HSL | 117.62º | 0.71% | 0.58% | - |
| HSV(B) | 117.62º | 0.67% | 0.88% | - |
| XYZ | 31.08 | 55.45 | 15.37 | - |
| YUV | 163.43 | 76.96 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 224 | 73 | 0.65 | 0 | 0.67 | 0.12 | 117.62 | 0.71 | 0.58 |
| Hex | 4F | E0 | 49 | 41 | 0 | 43 | C | 76 | 47 | 3A |
| Octal | 117 | 340 | 111 | 101 | 0 | 103 | 14 | 166 | 107 | 72 |
| Binary | 1001111 | 11100000 | 1001001 | 1000001 | 0 | 1000011 | 1100 | 1110110 | 1000111 | 111010 |
Color Harmonies of #4FE049
Complementary color
Monochromatic Colors of #4FE049
Black with #4FE049
Text Example
Text Example
White with #4FE049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE049; }
p { color: rgb(79,224,73); }
H1.HeaderClassName
{
color: #4FE049;
}
.AnyTagClassName
{
color: #4FE049;
}
</style>
background-color css
<style>
a { background-color: #4FE049; }
a { background-color: rgb(79,224,73); }
div.DivClassName
{
background-color: #4FE049;
}
.BgClassName
{
background-color: #4FE049;
}
</style>
border-color css
<style>
span { border-color: #4FE049; }
span { border-color: rgb(79,224,73); }
td.TdClassName
{
border-color: #4FE049;
}
.TagClassName
{
border-color: #4FE049;
}
</style>