Shades of Lime Green #49C833
Tints of Lime Green #49C833
RGB
CMYK
RGB Variations
Color information
#49C833 (or 0x49C833) is known color: Lime Green. HEX triplet: 49, C8 and 33. RGB value is (73,200,51). Sum of RGB (Red+Green+Blue) = 73+200+51=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #49C833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C833 is #B637CC. Grayscale: #919191. Windows color (decimal): -11941837 or 3393609. OLE color: 3393609.
HSL color Cylindrical-coordinate representation of color #49C833: hue angle of 111.14º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49C833 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 200 | 51 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.22 |
| HSL | 111.14º | 0.59% | 0.49% | - |
| HSV(B) | 111.14º | 0.75% | 0.78% | - |
| XYZ | 24 | 42.96 | 10.16 | - |
| YUV | 145.04 | 74.92 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 51 | 0.64 | 0 | 0.74 | 0.22 | 111.14 | 0.59 | 0.49 |
| Hex | 49 | C8 | 33 | 40 | 0 | 4A | 16 | 6F | 3B | 31 |
| Octal | 111 | 310 | 63 | 100 | 0 | 112 | 26 | 157 | 73 | 61 |
| Binary | 1001001 | 11001000 | 110011 | 1000000 | 0 | 1001010 | 10110 | 1101111 | 111011 | 110001 |
Color Harmonies of #49C833
Complementary color
Monochromatic Colors of #49C833
Black with #49C833
Text Example
Text Example
White with #49C833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C833; }
p { color: rgb(73,200,51); }
H1.HeaderClassName
{
color: #49C833;
}
.AnyTagClassName
{
color: #49C833;
}
</style>
background-color css
<style>
a { background-color: #49C833; }
a { background-color: rgb(73,200,51); }
div.DivClassName
{
background-color: #49C833;
}
.BgClassName
{
background-color: #49C833;
}
</style>
border-color css
<style>
span { border-color: #49C833; }
span { border-color: rgb(73,200,51); }
td.TdClassName
{
border-color: #49C833;
}
.TagClassName
{
border-color: #49C833;
}
</style>