Shades of Lime Green #49DC4C
Tints of Lime Green #49DC4C
RGB
CMYK
RGB Variations
Color information
#49DC4C (or 0x49DC4C) is known color: Lime Green. HEX triplet: 49, DC and 4C. RGB value is (73,220,76). Sum of RGB (Red+Green+Blue) = 73+220+76=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DC4C is #B623B3. Grayscale: #A0A0A0. Windows color (decimal): -11936692 or 5037129. OLE color: 5037129.
HSL color Cylindrical-coordinate representation of color #49DC4C: hue angle of 121.22º 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 #49DC4C is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 76 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.14 |
| HSL | 121.22º | 0.68% | 0.57% | - |
| HSV(B) | 121.22º | 0.67% | 0.86% | - |
| XYZ | 29.65 | 53.12 | 15.53 | - |
| YUV | 159.63 | 80.8 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 76 | 0.67 | 0 | 0.65 | 0.14 | 121.22 | 0.68 | 0.57 |
| Hex | 49 | DC | 4C | 43 | 0 | 41 | E | 79 | 44 | 39 |
| Octal | 111 | 334 | 114 | 103 | 0 | 101 | 16 | 171 | 104 | 71 |
| Binary | 1001001 | 11011100 | 1001100 | 1000011 | 0 | 1000001 | 1110 | 1111001 | 1000100 | 111001 |
Color Harmonies of #49DC4C
Complementary color
Monochromatic Colors of #49DC4C
Black with #49DC4C
Text Example
Text Example
White with #49DC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC4C; }
p { color: rgb(73,220,76); }
H1.HeaderClassName
{
color: #49DC4C;
}
.AnyTagClassName
{
color: #49DC4C;
}
</style>
background-color css
<style>
a { background-color: #49DC4C; }
a { background-color: rgb(73,220,76); }
div.DivClassName
{
background-color: #49DC4C;
}
.BgClassName
{
background-color: #49DC4C;
}
</style>
border-color css
<style>
span { border-color: #49DC4C; }
span { border-color: rgb(73,220,76); }
td.TdClassName
{
border-color: #49DC4C;
}
.TagClassName
{
border-color: #49DC4C;
}
</style>