Shades of Lime Green #49C23B
Tints of Lime Green #49C23B
RGB
CMYK
RGB Variations
Color information
#49C23B (or 0x49C23B) is known color: Lime Green. HEX triplet: 49, C2 and 3B. RGB value is (73,194,59). Sum of RGB (Red+Green+Blue) = 73+194+59=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #49C23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C23B is #B63DC4. Grayscale: #8E8E8E. Windows color (decimal): -11943365 or 3916361. OLE color: 3916361.
HSL color Cylindrical-coordinate representation of color #49C23B: hue angle of 113.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49C23B is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 59 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.24 |
| HSL | 113.78º | 0.53% | 0.5% | - |
| HSV(B) | 113.78º | 0.7% | 0.76% | - |
| XYZ | 22.83 | 40.32 | 10.72 | - |
| YUV | 142.43 | 80.91 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 59 | 0.62 | 0 | 0.70 | 0.24 | 113.78 | 0.53 | 0.5 |
| Hex | 49 | C2 | 3B | 3E | 0 | 46 | 18 | 72 | 35 | 32 |
| Octal | 111 | 302 | 73 | 76 | 0 | 106 | 30 | 162 | 65 | 62 |
| Binary | 1001001 | 11000010 | 111011 | 111110 | 0 | 1000110 | 11000 | 1110010 | 110101 | 110010 |
Color Harmonies of #49C23B
Complementary color
Monochromatic Colors of #49C23B
Black with #49C23B
Text Example
Text Example
White with #49C23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C23B; }
p { color: rgb(73,194,59); }
H1.HeaderClassName
{
color: #49C23B;
}
.AnyTagClassName
{
color: #49C23B;
}
</style>
background-color css
<style>
a { background-color: #49C23B; }
a { background-color: rgb(73,194,59); }
div.DivClassName
{
background-color: #49C23B;
}
.BgClassName
{
background-color: #49C23B;
}
</style>
border-color css
<style>
span { border-color: #49C23B; }
span { border-color: rgb(73,194,59); }
td.TdClassName
{
border-color: #49C23B;
}
.TagClassName
{
border-color: #49C23B;
}
</style>