Shades of Lime Green #49DF50
Tints of Lime Green #49DF50
RGB
CMYK
RGB Variations
Color information
#49DF50 (or 0x49DF50) is known color: Lime Green. HEX triplet: 49, DF and 50. RGB value is (73,223,80). Sum of RGB (Red+Green+Blue) = 73+223+80=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 223 (87.5% from 255 or 59.31% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF50 is #B620AF. Grayscale: #A2A2A2. Windows color (decimal): -11935920 or 5300041. OLE color: 5300041.
HSL color Cylindrical-coordinate representation of color #49DF50: hue angle of 122.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DF50 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 80 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.13 |
| HSL | 122.8º | 0.7% | 0.58% | - |
| HSV(B) | 122.8º | 0.67% | 0.87% | - |
| XYZ | 30.58 | 54.77 | 16.55 | - |
| YUV | 161.85 | 81.81 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 80 | 0.67 | 0 | 0.64 | 0.13 | 122.8 | 0.7 | 0.58 |
| Hex | 49 | DF | 50 | 43 | 0 | 40 | D | 7B | 46 | 3A |
| Octal | 111 | 337 | 120 | 103 | 0 | 100 | 15 | 173 | 106 | 72 |
| Binary | 1001001 | 11011111 | 1010000 | 1000011 | 0 | 1000000 | 1101 | 1111011 | 1000110 | 111010 |
Color Harmonies of #49DF50
Complementary color
Monochromatic Colors of #49DF50
Black with #49DF50
Text Example
Text Example
White with #49DF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DF50; }
p { color: rgb(73,223,80); }
H1.HeaderClassName
{
color: #49DF50;
}
.AnyTagClassName
{
color: #49DF50;
}
</style>
background-color css
<style>
a { background-color: #49DF50; }
a { background-color: rgb(73,223,80); }
div.DivClassName
{
background-color: #49DF50;
}
.BgClassName
{
background-color: #49DF50;
}
</style>
border-color css
<style>
span { border-color: #49DF50; }
span { border-color: rgb(73,223,80); }
td.TdClassName
{
border-color: #49DF50;
}
.TagClassName
{
border-color: #49DF50;
}
</style>