Shades of Lime Green #49DC54
Tints of Lime Green #49DC54
RGB
CMYK
RGB Variations
Color information
#49DC54 (or 0x49DC54) is known color: Lime Green. HEX triplet: 49, DC and 54. RGB value is (73,220,84). Sum of RGB (Red+Green+Blue) = 73+220+84=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC54 is #B623AB. Grayscale: #A0A0A0. Windows color (decimal): -11936684 or 5561417. OLE color: 5561417.
HSL color Cylindrical-coordinate representation of color #49DC54: hue angle of 124.49º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DC54 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 84 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.14 |
| HSL | 124.49º | 0.68% | 0.57% | - |
| HSV(B) | 124.49º | 0.67% | 0.86% | - |
| XYZ | 29.94 | 53.24 | 17.09 | - |
| YUV | 160.54 | 84.8 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 84 | 0.67 | 0 | 0.62 | 0.14 | 124.49 | 0.68 | 0.57 |
| Hex | 49 | DC | 54 | 43 | 0 | 3E | E | 7C | 44 | 39 |
| Octal | 111 | 334 | 124 | 103 | 0 | 76 | 16 | 174 | 104 | 71 |
| Binary | 1001001 | 11011100 | 1010100 | 1000011 | 0 | 111110 | 1110 | 1111100 | 1000100 | 111001 |
Color Harmonies of #49DC54
Complementary color
Monochromatic Colors of #49DC54
Black with #49DC54
Text Example
Text Example
White with #49DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC54; }
p { color: rgb(73,220,84); }
H1.HeaderClassName
{
color: #49DC54;
}
.AnyTagClassName
{
color: #49DC54;
}
</style>
background-color css
<style>
a { background-color: #49DC54; }
a { background-color: rgb(73,220,84); }
div.DivClassName
{
background-color: #49DC54;
}
.BgClassName
{
background-color: #49DC54;
}
</style>
border-color css
<style>
span { border-color: #49DC54; }
span { border-color: rgb(73,220,84); }
td.TdClassName
{
border-color: #49DC54;
}
.TagClassName
{
border-color: #49DC54;
}
</style>