Shades of Lime Green #49EE38
Tints of Lime Green #49EE38
RGB
CMYK
RGB Variations
Color information
#49EE38 (or 0x49EE38) is known color: Lime Green. HEX triplet: 49, EE and 38. RGB value is (73,238,56). Sum of RGB (Red+Green+Blue) = 73+238+56=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 238 (93.36% from 255 or 64.85% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EE38 is #B611C7. Grayscale: #A8A8A8. Windows color (decimal): -11932104 or 3731017. OLE color: 3731017.
HSL color Cylindrical-coordinate representation of color #49EE38: hue angle of 114.4º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49EE38 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 56 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.07 |
| HSL | 114.4º | 0.84% | 0.58% | - |
| HSV(B) | 114.4º | 0.76% | 0.93% | - |
| XYZ | 34.04 | 62.85 | 14.08 | - |
| YUV | 167.92 | 64.84 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 56 | 0.69 | 0 | 0.76 | 0.07 | 114.4 | 0.84 | 0.58 |
| Hex | 49 | EE | 38 | 45 | 0 | 4C | 7 | 72 | 54 | 3A |
| Octal | 111 | 356 | 70 | 105 | 0 | 114 | 7 | 162 | 124 | 72 |
| Binary | 1001001 | 11101110 | 111000 | 1000101 | 0 | 1001100 | 111 | 1110010 | 1010100 | 111010 |
Color Harmonies of #49EE38
Complementary color
Monochromatic Colors of #49EE38
Black with #49EE38
Text Example
Text Example
White with #49EE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EE38; }
p { color: rgb(73,238,56); }
H1.HeaderClassName
{
color: #49EE38;
}
.AnyTagClassName
{
color: #49EE38;
}
</style>
background-color css
<style>
a { background-color: #49EE38; }
a { background-color: rgb(73,238,56); }
div.DivClassName
{
background-color: #49EE38;
}
.BgClassName
{
background-color: #49EE38;
}
</style>
border-color css
<style>
span { border-color: #49EE38; }
span { border-color: rgb(73,238,56); }
td.TdClassName
{
border-color: #49EE38;
}
.TagClassName
{
border-color: #49EE38;
}
</style>