Shades of Lime Green #49D63A
Tints of Lime Green #49D63A
RGB
CMYK
RGB Variations
Color information
#49D63A (or 0x49D63A) is known color: Lime Green. HEX triplet: 49, D6 and 3A. RGB value is (73,214,58). Sum of RGB (Red+Green+Blue) = 73+214+58=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 214 (83.98% from 255 or 62.03% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 214 - color contains mainly: green. Hex color #49D63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D63A is #B629C5. Grayscale: #9A9A9A. Windows color (decimal): -11938246 or 3855945. OLE color: 3855945.
HSL color Cylindrical-coordinate representation of color #49D63A: hue angle of 114.23º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49D63A is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 58 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.16 |
| HSL | 114.23º | 0.66% | 0.53% | - |
| HSV(B) | 114.23º | 0.73% | 0.84% | - |
| XYZ | 27.56 | 49.82 | 12.17 | - |
| YUV | 154.06 | 73.79 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 58 | 0.66 | 0 | 0.73 | 0.16 | 114.23 | 0.66 | 0.53 |
| Hex | 49 | D6 | 3A | 42 | 0 | 49 | 10 | 72 | 42 | 35 |
| Octal | 111 | 326 | 72 | 102 | 0 | 111 | 20 | 162 | 102 | 65 |
| Binary | 1001001 | 11010110 | 111010 | 1000010 | 0 | 1001001 | 10000 | 1110010 | 1000010 | 110101 |
Color Harmonies of #49D63A
Complementary color
Monochromatic Colors of #49D63A
Black with #49D63A
Text Example
Text Example
White with #49D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D63A; }
p { color: rgb(73,214,58); }
H1.HeaderClassName
{
color: #49D63A;
}
.AnyTagClassName
{
color: #49D63A;
}
</style>
background-color css
<style>
a { background-color: #49D63A; }
a { background-color: rgb(73,214,58); }
div.DivClassName
{
background-color: #49D63A;
}
.BgClassName
{
background-color: #49D63A;
}
</style>
border-color css
<style>
span { border-color: #49D63A; }
span { border-color: rgb(73,214,58); }
td.TdClassName
{
border-color: #49D63A;
}
.TagClassName
{
border-color: #49D63A;
}
</style>