Shades of Lime Green #49D12A
Tints of Lime Green #49D12A
RGB
CMYK
RGB Variations
Color information
#49D12A (or 0x49D12A) is known color: Lime Green. HEX triplet: 49, D1 and 2A. RGB value is (73,209,42). Sum of RGB (Red+Green+Blue) = 73+209+42=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 209 (82.03% from 255 or 64.51% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 209 - color contains mainly: green. Hex color #49D12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D12A is #B62ED5. Grayscale: #959595. Windows color (decimal): -11939542 or 2806089. OLE color: 2806089.
HSL color Cylindrical-coordinate representation of color #49D12A: hue angle of 108.86º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49D12A is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 42 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.18 |
| HSL | 108.86º | 0.67% | 0.49% | - |
| HSV(B) | 108.86º | 0.8% | 0.82% | - |
| XYZ | 25.97 | 47.18 | 9.93 | - |
| YUV | 149.3 | 67.44 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 42 | 0.65 | 0 | 0.80 | 0.18 | 108.86 | 0.67 | 0.49 |
| Hex | 49 | D1 | 2A | 41 | 0 | 50 | 12 | 6D | 43 | 31 |
| Octal | 111 | 321 | 52 | 101 | 0 | 120 | 22 | 155 | 103 | 61 |
| Binary | 1001001 | 11010001 | 101010 | 1000001 | 0 | 1010000 | 10010 | 1101101 | 1000011 | 110001 |
Color Harmonies of #49D12A
Complementary color
Monochromatic Colors of #49D12A
Black with #49D12A
Text Example
Text Example
White with #49D12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D12A; }
p { color: rgb(73,209,42); }
H1.HeaderClassName
{
color: #49D12A;
}
.AnyTagClassName
{
color: #49D12A;
}
</style>
background-color css
<style>
a { background-color: #49D12A; }
a { background-color: rgb(73,209,42); }
div.DivClassName
{
background-color: #49D12A;
}
.BgClassName
{
background-color: #49D12A;
}
</style>
border-color css
<style>
span { border-color: #49D12A; }
span { border-color: rgb(73,209,42); }
td.TdClassName
{
border-color: #49D12A;
}
.TagClassName
{
border-color: #49D12A;
}
</style>