Shades of Lime Green #49D541
Tints of Lime Green #49D541
RGB
CMYK
RGB Variations
Color information
#49D541 (or 0x49D541) is known color: Lime Green. HEX triplet: 49, D5 and 41. RGB value is (73,213,65). Sum of RGB (Red+Green+Blue) = 73+213+65=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #49D541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D541 is #B62ABE. Grayscale: #9A9A9A. Windows color (decimal): -11938495 or 4314441. OLE color: 4314441.
HSL color Cylindrical-coordinate representation of color #49D541: hue angle of 116.76º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49D541 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 65 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.16 |
| HSL | 116.76º | 0.64% | 0.55% | - |
| HSV(B) | 116.76º | 0.69% | 0.84% | - |
| XYZ | 27.5 | 49.39 | 13.08 | - |
| YUV | 154.27 | 77.62 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 65 | 0.66 | 0 | 0.69 | 0.16 | 116.76 | 0.64 | 0.55 |
| Hex | 49 | D5 | 41 | 42 | 0 | 45 | 10 | 75 | 40 | 37 |
| Octal | 111 | 325 | 101 | 102 | 0 | 105 | 20 | 165 | 100 | 67 |
| Binary | 1001001 | 11010101 | 1000001 | 1000010 | 0 | 1000101 | 10000 | 1110101 | 1000000 | 110111 |
Color Harmonies of #49D541
Complementary color
Monochromatic Colors of #49D541
Black with #49D541
Text Example
Text Example
White with #49D541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D541; }
p { color: rgb(73,213,65); }
H1.HeaderClassName
{
color: #49D541;
}
.AnyTagClassName
{
color: #49D541;
}
</style>
background-color css
<style>
a { background-color: #49D541; }
a { background-color: rgb(73,213,65); }
div.DivClassName
{
background-color: #49D541;
}
.BgClassName
{
background-color: #49D541;
}
</style>
border-color css
<style>
span { border-color: #49D541; }
span { border-color: rgb(73,213,65); }
td.TdClassName
{
border-color: #49D541;
}
.TagClassName
{
border-color: #49D541;
}
</style>