Shades of Lime Green #49EE41
Tints of Lime Green #49EE41
RGB
CMYK
RGB Variations
Color information
#49EE41 (or 0x49EE41) is known color: Lime Green. HEX triplet: 49, EE and 41. RGB value is (73,238,65). Sum of RGB (Red+Green+Blue) = 73+238+65=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 238 (93.36% from 255 or 63.30% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EE41 is #B611BE. Grayscale: #A9A9A9. Windows color (decimal): -11932095 or 4320841. OLE color: 4320841.
HSL color Cylindrical-coordinate representation of color #49EE41: hue angle of 117.23º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49EE41 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 65 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.07 |
| HSL | 117.23º | 0.84% | 0.59% | - |
| HSV(B) | 117.23º | 0.73% | 0.93% | - |
| XYZ | 34.28 | 62.95 | 15.34 | - |
| YUV | 168.94 | 69.34 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 65 | 0.69 | 0 | 0.73 | 0.07 | 117.23 | 0.84 | 0.59 |
| Hex | 49 | EE | 41 | 45 | 0 | 49 | 7 | 75 | 54 | 3B |
| Octal | 111 | 356 | 101 | 105 | 0 | 111 | 7 | 165 | 124 | 73 |
| Binary | 1001001 | 11101110 | 1000001 | 1000101 | 0 | 1001001 | 111 | 1110101 | 1010100 | 111011 |
Color Harmonies of #49EE41
Complementary color
Monochromatic Colors of #49EE41
Black with #49EE41
Text Example
Text Example
White with #49EE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EE41; }
p { color: rgb(73,238,65); }
H1.HeaderClassName
{
color: #49EE41;
}
.AnyTagClassName
{
color: #49EE41;
}
</style>
background-color css
<style>
a { background-color: #49EE41; }
a { background-color: rgb(73,238,65); }
div.DivClassName
{
background-color: #49EE41;
}
.BgClassName
{
background-color: #49EE41;
}
</style>
border-color css
<style>
span { border-color: #49EE41; }
span { border-color: rgb(73,238,65); }
td.TdClassName
{
border-color: #49EE41;
}
.TagClassName
{
border-color: #49EE41;
}
</style>