Shades of Lime Green #49D23B
Tints of Lime Green #49D23B
RGB
CMYK
RGB Variations
Color information
#49D23B (or 0x49D23B) is known color: Lime Green. HEX triplet: 49, D2 and 3B. RGB value is (73,210,59). Sum of RGB (Red+Green+Blue) = 73+210+59=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #49D23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D23B is #B62DC4. Grayscale: #989898. Windows color (decimal): -11939269 or 3920457. OLE color: 3920457.
HSL color Cylindrical-coordinate representation of color #49D23B: hue angle of 114.44º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49D23B is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 59 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.18 |
| HSL | 114.44º | 0.63% | 0.53% | - |
| HSV(B) | 114.44º | 0.72% | 0.82% | - |
| XYZ | 26.58 | 47.83 | 11.97 | - |
| YUV | 151.82 | 75.61 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 59 | 0.65 | 0 | 0.72 | 0.18 | 114.44 | 0.63 | 0.53 |
| Hex | 49 | D2 | 3B | 41 | 0 | 48 | 12 | 72 | 3F | 35 |
| Octal | 111 | 322 | 73 | 101 | 0 | 110 | 22 | 162 | 77 | 65 |
| Binary | 1001001 | 11010010 | 111011 | 1000001 | 0 | 1001000 | 10010 | 1110010 | 111111 | 110101 |
Color Harmonies of #49D23B
Complementary color
Monochromatic Colors of #49D23B
Black with #49D23B
Text Example
Text Example
White with #49D23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D23B; }
p { color: rgb(73,210,59); }
H1.HeaderClassName
{
color: #49D23B;
}
.AnyTagClassName
{
color: #49D23B;
}
</style>
background-color css
<style>
a { background-color: #49D23B; }
a { background-color: rgb(73,210,59); }
div.DivClassName
{
background-color: #49D23B;
}
.BgClassName
{
background-color: #49D23B;
}
</style>
border-color css
<style>
span { border-color: #49D23B; }
span { border-color: rgb(73,210,59); }
td.TdClassName
{
border-color: #49D23B;
}
.TagClassName
{
border-color: #49D23B;
}
</style>