Shades of Lime Green #49C240
Tints of Lime Green #49C240
RGB
CMYK
RGB Variations
Color information
#49C240 (or 0x49C240) is known color: Lime Green. HEX triplet: 49, C2 and 40. RGB value is (73,194,64). Sum of RGB (Red+Green+Blue) = 73+194+64=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #49C240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C240 is #B63DBF. Grayscale: #8F8F8F. Windows color (decimal): -11943360 or 4244041. OLE color: 4244041.
HSL color Cylindrical-coordinate representation of color #49C240: hue angle of 115.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49C240 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 64 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.24 |
| HSL | 115.85º | 0.52% | 0.51% | - |
| HSV(B) | 115.85º | 0.67% | 0.76% | - |
| XYZ | 22.96 | 40.37 | 11.43 | - |
| YUV | 143 | 83.41 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 64 | 0.62 | 0 | 0.67 | 0.24 | 115.85 | 0.52 | 0.51 |
| Hex | 49 | C2 | 40 | 3E | 0 | 43 | 18 | 74 | 34 | 33 |
| Octal | 111 | 302 | 100 | 76 | 0 | 103 | 30 | 164 | 64 | 63 |
| Binary | 1001001 | 11000010 | 1000000 | 111110 | 0 | 1000011 | 11000 | 1110100 | 110100 | 110011 |
Color Harmonies of #49C240
Complementary color
Monochromatic Colors of #49C240
Black with #49C240
Text Example
Text Example
White with #49C240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C240; }
p { color: rgb(73,194,64); }
H1.HeaderClassName
{
color: #49C240;
}
.AnyTagClassName
{
color: #49C240;
}
</style>
background-color css
<style>
a { background-color: #49C240; }
a { background-color: rgb(73,194,64); }
div.DivClassName
{
background-color: #49C240;
}
.BgClassName
{
background-color: #49C240;
}
</style>
border-color css
<style>
span { border-color: #49C240; }
span { border-color: rgb(73,194,64); }
td.TdClassName
{
border-color: #49C240;
}
.TagClassName
{
border-color: #49C240;
}
</style>