Shades of Lime Green #49DC3F
Tints of Lime Green #49DC3F
RGB
CMYK
RGB Variations
Color information
#49DC3F (or 0x49DC3F) is known color: Lime Green. HEX triplet: 49, DC and 3F. RGB value is (73,220,63). Sum of RGB (Red+Green+Blue) = 73+220+63=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 220 (86.33% from 255 or 61.80% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DC3F is #B623C0. Grayscale: #9E9E9E. Windows color (decimal): -11936705 or 4185161. OLE color: 4185161.
HSL color Cylindrical-coordinate representation of color #49DC3F: hue angle of 116.18º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49DC3F is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 63 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.14 |
| HSL | 116.18º | 0.69% | 0.55% | - |
| HSV(B) | 116.18º | 0.71% | 0.86% | - |
| XYZ | 29.24 | 52.96 | 13.38 | - |
| YUV | 158.15 | 74.3 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 63 | 0.67 | 0 | 0.71 | 0.14 | 116.18 | 0.69 | 0.55 |
| Hex | 49 | DC | 3F | 43 | 0 | 47 | E | 74 | 45 | 37 |
| Octal | 111 | 334 | 77 | 103 | 0 | 107 | 16 | 164 | 105 | 67 |
| Binary | 1001001 | 11011100 | 111111 | 1000011 | 0 | 1000111 | 1110 | 1110100 | 1000101 | 110111 |
Color Harmonies of #49DC3F
Complementary color
Monochromatic Colors of #49DC3F
Black with #49DC3F
Text Example
Text Example
White with #49DC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC3F; }
p { color: rgb(73,220,63); }
H1.HeaderClassName
{
color: #49DC3F;
}
.AnyTagClassName
{
color: #49DC3F;
}
</style>
background-color css
<style>
a { background-color: #49DC3F; }
a { background-color: rgb(73,220,63); }
div.DivClassName
{
background-color: #49DC3F;
}
.BgClassName
{
background-color: #49DC3F;
}
</style>
border-color css
<style>
span { border-color: #49DC3F; }
span { border-color: rgb(73,220,63); }
td.TdClassName
{
border-color: #49DC3F;
}
.TagClassName
{
border-color: #49DC3F;
}
</style>