Shades of Lime Green #49E24F
Tints of Lime Green #49E24F
RGB
CMYK
RGB Variations
Color information
#49E24F (or 0x49E24F) is known color: Lime Green. HEX triplet: 49, E2 and 4F. RGB value is (73,226,79). Sum of RGB (Red+Green+Blue) = 73+226+79=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 226 (88.67% from 255 or 59.79% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 226 - color contains mainly: green. Hex color #49E24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E24F is #B61DB0. Grayscale: #A3A3A3. Windows color (decimal): -11935153 or 5235273. OLE color: 5235273.
HSL color Cylindrical-coordinate representation of color #49E24F: hue angle of 122.35º 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 #49E24F is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 226 | 79 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.11 |
| HSL | 122.35º | 0.73% | 0.59% | - |
| HSV(B) | 122.35º | 0.68% | 0.89% | - |
| XYZ | 31.36 | 56.37 | 16.63 | - |
| YUV | 163.5 | 80.31 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 226 | 79 | 0.68 | 0 | 0.65 | 0.11 | 122.35 | 0.73 | 0.59 |
| Hex | 49 | E2 | 4F | 44 | 0 | 41 | B | 7A | 49 | 3B |
| Octal | 111 | 342 | 117 | 104 | 0 | 101 | 13 | 172 | 111 | 73 |
| Binary | 1001001 | 11100010 | 1001111 | 1000100 | 0 | 1000001 | 1011 | 1111010 | 1001001 | 111011 |
Color Harmonies of #49E24F
Complementary color
Monochromatic Colors of #49E24F
Black with #49E24F
Text Example
Text Example
White with #49E24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E24F; }
p { color: rgb(73,226,79); }
H1.HeaderClassName
{
color: #49E24F;
}
.AnyTagClassName
{
color: #49E24F;
}
</style>
background-color css
<style>
a { background-color: #49E24F; }
a { background-color: rgb(73,226,79); }
div.DivClassName
{
background-color: #49E24F;
}
.BgClassName
{
background-color: #49E24F;
}
</style>
border-color css
<style>
span { border-color: #49E24F; }
span { border-color: rgb(73,226,79); }
td.TdClassName
{
border-color: #49E24F;
}
.TagClassName
{
border-color: #49E24F;
}
</style>