Shades of Lime Green #4FE249
Tints of Lime Green #4FE249
RGB
CMYK
RGB Variations
Color information
#4FE249 (or 0x4FE249) is known color: Lime Green. HEX triplet: 4F, E2 and 49. RGB value is (79,226,73). Sum of RGB (Red+Green+Blue) = 79+226+73=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 226 (88.67% from 255 or 59.79% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 226 - color contains mainly: green. Hex color #4FE249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE249 is #B01DB6. Grayscale: #A5A5A5. Windows color (decimal): -11541943 or 4842063. OLE color: 4842063.
HSL color Cylindrical-coordinate representation of color #4FE249: hue angle of 117.65º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FE249 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 226 | 73 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.11 |
| HSL | 117.65º | 0.73% | 0.59% | - |
| HSV(B) | 117.65º | 0.68% | 0.89% | - |
| XYZ | 31.62 | 56.54 | 15.55 | - |
| YUV | 164.61 | 76.3 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 226 | 73 | 0.65 | 0 | 0.68 | 0.11 | 117.65 | 0.73 | 0.59 |
| Hex | 4F | E2 | 49 | 41 | 0 | 44 | B | 76 | 49 | 3B |
| Octal | 117 | 342 | 111 | 101 | 0 | 104 | 13 | 166 | 111 | 73 |
| Binary | 1001111 | 11100010 | 1001001 | 1000001 | 0 | 1000100 | 1011 | 1110110 | 1001001 | 111011 |
Color Harmonies of #4FE249
Complementary color
Monochromatic Colors of #4FE249
Black with #4FE249
Text Example
Text Example
White with #4FE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE249; }
p { color: rgb(79,226,73); }
H1.HeaderClassName
{
color: #4FE249;
}
.AnyTagClassName
{
color: #4FE249;
}
</style>
background-color css
<style>
a { background-color: #4FE249; }
a { background-color: rgb(79,226,73); }
div.DivClassName
{
background-color: #4FE249;
}
.BgClassName
{
background-color: #4FE249;
}
</style>
border-color css
<style>
span { border-color: #4FE249; }
span { border-color: rgb(79,226,73); }
td.TdClassName
{
border-color: #4FE249;
}
.TagClassName
{
border-color: #4FE249;
}
</style>