Shades of Lime Green #49DC34
Tints of Lime Green #49DC34
RGB
CMYK
RGB Variations
Color information
#49DC34 (or 0x49DC34) is known color: Lime Green. HEX triplet: 49, DC and 34. RGB value is (73,220,52). Sum of RGB (Red+Green+Blue) = 73+220+52=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 220 (86.33% from 255 or 63.77% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DC34 is #B623CB. Grayscale: #9D9D9D. Windows color (decimal): -11936716 or 3464265. OLE color: 3464265.
HSL color Cylindrical-coordinate representation of color #49DC34: hue angle of 112.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49DC34 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 52 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.14 |
| HSL | 112.5º | 0.71% | 0.53% | - |
| HSV(B) | 112.5º | 0.76% | 0.86% | - |
| XYZ | 28.96 | 52.85 | 11.92 | - |
| YUV | 156.9 | 68.8 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 52 | 0.67 | 0 | 0.76 | 0.14 | 112.5 | 0.71 | 0.53 |
| Hex | 49 | DC | 34 | 43 | 0 | 4C | E | 70 | 47 | 35 |
| Octal | 111 | 334 | 64 | 103 | 0 | 114 | 16 | 160 | 107 | 65 |
| Binary | 1001001 | 11011100 | 110100 | 1000011 | 0 | 1001100 | 1110 | 1110000 | 1000111 | 110101 |
Color Harmonies of #49DC34
Complementary color
Monochromatic Colors of #49DC34
Black with #49DC34
Text Example
Text Example
White with #49DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC34; }
p { color: rgb(73,220,52); }
H1.HeaderClassName
{
color: #49DC34;
}
.AnyTagClassName
{
color: #49DC34;
}
</style>
background-color css
<style>
a { background-color: #49DC34; }
a { background-color: rgb(73,220,52); }
div.DivClassName
{
background-color: #49DC34;
}
.BgClassName
{
background-color: #49DC34;
}
</style>
border-color css
<style>
span { border-color: #49DC34; }
span { border-color: rgb(73,220,52); }
td.TdClassName
{
border-color: #49DC34;
}
.TagClassName
{
border-color: #49DC34;
}
</style>