Shades of Lime Green #49C92D
Tints of Lime Green #49C92D
RGB
CMYK
RGB Variations
Color information
#49C92D (or 0x49C92D) is known color: Lime Green. HEX triplet: 49, C9 and 2D. RGB value is (73,201,45). Sum of RGB (Red+Green+Blue) = 73+201+45=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 201 (78.91% from 255 or 63.01% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 201 - color contains mainly: green. Hex color #49C92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C92D is #B636D2. Grayscale: #919191. Windows color (decimal): -11941587 or 3000649. OLE color: 3000649.
HSL color Cylindrical-coordinate representation of color #49C92D: hue angle of 109.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49C92D is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 45 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.21 |
| HSL | 109.23º | 0.63% | 0.48% | - |
| HSV(B) | 109.23º | 0.78% | 0.79% | - |
| XYZ | 24.11 | 43.38 | 9.59 | - |
| YUV | 144.94 | 71.59 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 45 | 0.64 | 0 | 0.78 | 0.21 | 109.23 | 0.63 | 0.48 |
| Hex | 49 | C9 | 2D | 40 | 0 | 4E | 15 | 6D | 3F | 30 |
| Octal | 111 | 311 | 55 | 100 | 0 | 116 | 25 | 155 | 77 | 60 |
| Binary | 1001001 | 11001001 | 101101 | 1000000 | 0 | 1001110 | 10101 | 1101101 | 111111 | 110000 |
Color Harmonies of #49C92D
Complementary color
Monochromatic Colors of #49C92D
Black with #49C92D
Text Example
Text Example
White with #49C92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C92D; }
p { color: rgb(73,201,45); }
H1.HeaderClassName
{
color: #49C92D;
}
.AnyTagClassName
{
color: #49C92D;
}
</style>
background-color css
<style>
a { background-color: #49C92D; }
a { background-color: rgb(73,201,45); }
div.DivClassName
{
background-color: #49C92D;
}
.BgClassName
{
background-color: #49C92D;
}
</style>
border-color css
<style>
span { border-color: #49C92D; }
span { border-color: rgb(73,201,45); }
td.TdClassName
{
border-color: #49C92D;
}
.TagClassName
{
border-color: #49C92D;
}
</style>