Shades of Lime Green #49EF40
Tints of Lime Green #49EF40
RGB
CMYK
RGB Variations
Color information
#49EF40 (or 0x49EF40) is known color: Lime Green. HEX triplet: 49, EF and 40. RGB value is (73,239,64). Sum of RGB (Red+Green+Blue) = 73+239+64=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 239 (93.75% from 255 or 63.56% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EF40 is #B610BF. Grayscale: #A9A9A9. Windows color (decimal): -11931840 or 4255561. OLE color: 4255561.
HSL color Cylindrical-coordinate representation of color #49EF40: hue angle of 116.91º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49EF40 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 64 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.06 |
| HSL | 116.91º | 0.85% | 0.59% | - |
| HSV(B) | 116.91º | 0.73% | 0.94% | - |
| XYZ | 34.54 | 63.52 | 15.29 | - |
| YUV | 169.42 | 68.5 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 64 | 0.69 | 0 | 0.73 | 0.06 | 116.91 | 0.85 | 0.59 |
| Hex | 49 | EF | 40 | 45 | 0 | 49 | 6 | 75 | 55 | 3B |
| Octal | 111 | 357 | 100 | 105 | 0 | 111 | 6 | 165 | 125 | 73 |
| Binary | 1001001 | 11101111 | 1000000 | 1000101 | 0 | 1001001 | 110 | 1110101 | 1010101 | 111011 |
Color Harmonies of #49EF40
Complementary color
Monochromatic Colors of #49EF40
Black with #49EF40
Text Example
Text Example
White with #49EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EF40; }
p { color: rgb(73,239,64); }
H1.HeaderClassName
{
color: #49EF40;
}
.AnyTagClassName
{
color: #49EF40;
}
</style>
background-color css
<style>
a { background-color: #49EF40; }
a { background-color: rgb(73,239,64); }
div.DivClassName
{
background-color: #49EF40;
}
.BgClassName
{
background-color: #49EF40;
}
</style>
border-color css
<style>
span { border-color: #49EF40; }
span { border-color: rgb(73,239,64); }
td.TdClassName
{
border-color: #49EF40;
}
.TagClassName
{
border-color: #49EF40;
}
</style>