Shades of Lime Green #49D933
Tints of Lime Green #49D933
RGB
CMYK
RGB Variations
Color information
#49D933 (or 0x49D933) is known color: Lime Green. HEX triplet: 49, D9 and 33. RGB value is (73,217,51). Sum of RGB (Red+Green+Blue) = 73+217+51=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 217 (85.16% from 255 or 63.64% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 217 - color contains mainly: green. Hex color #49D933 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D933 is #B626CC. Grayscale: #9B9B9B. Windows color (decimal): -11937485 or 3397961. OLE color: 3397961.
HSL color Cylindrical-coordinate representation of color #49D933: hue angle of 112.05º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49D933 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 51 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.15 |
| HSL | 112.05º | 0.69% | 0.53% | - |
| HSV(B) | 112.05º | 0.76% | 0.85% | - |
| XYZ | 28.16 | 51.28 | 11.55 | - |
| YUV | 155.02 | 69.29 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 51 | 0.66 | 0 | 0.76 | 0.15 | 112.05 | 0.69 | 0.53 |
| Hex | 49 | D9 | 33 | 42 | 0 | 4C | F | 70 | 45 | 35 |
| Octal | 111 | 331 | 63 | 102 | 0 | 114 | 17 | 160 | 105 | 65 |
| Binary | 1001001 | 11011001 | 110011 | 1000010 | 0 | 1001100 | 1111 | 1110000 | 1000101 | 110101 |
Color Harmonies of #49D933
Complementary color
Monochromatic Colors of #49D933
Black with #49D933
Text Example
Text Example
White with #49D933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D933; }
p { color: rgb(73,217,51); }
H1.HeaderClassName
{
color: #49D933;
}
.AnyTagClassName
{
color: #49D933;
}
</style>
background-color css
<style>
a { background-color: #49D933; }
a { background-color: rgb(73,217,51); }
div.DivClassName
{
background-color: #49D933;
}
.BgClassName
{
background-color: #49D933;
}
</style>
border-color css
<style>
span { border-color: #49D933; }
span { border-color: rgb(73,217,51); }
td.TdClassName
{
border-color: #49D933;
}
.TagClassName
{
border-color: #49D933;
}
</style>