Shades of Lime Green #49CA4E
Tints of Lime Green #49CA4E
RGB
CMYK
RGB Variations
Color information
#49CA4E (or 0x49CA4E) is known color: Lime Green. HEX triplet: 49, CA and 4E. RGB value is (73,202,78). Sum of RGB (Red+Green+Blue) = 73+202+78=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA4E is #B635B1. Grayscale: #959595. Windows color (decimal): -11941298 or 5163593. OLE color: 5163593.
HSL color Cylindrical-coordinate representation of color #49CA4E: hue angle of 122.33º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA4E is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 78 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.21 |
| HSL | 122.33º | 0.55% | 0.54% | - |
| HSV(B) | 122.33º | 0.64% | 0.79% | - |
| XYZ | 25.24 | 44.21 | 14.41 | - |
| YUV | 149.29 | 87.76 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 78 | 0.64 | 0 | 0.61 | 0.21 | 122.33 | 0.55 | 0.54 |
| Hex | 49 | CA | 4E | 40 | 0 | 3D | 15 | 7A | 37 | 36 |
| Octal | 111 | 312 | 116 | 100 | 0 | 75 | 25 | 172 | 67 | 66 |
| Binary | 1001001 | 11001010 | 1001110 | 1000000 | 0 | 111101 | 10101 | 1111010 | 110111 | 110110 |
Color Harmonies of #49CA4E
Complementary color
Monochromatic Colors of #49CA4E
Black with #49CA4E
Text Example
Text Example
White with #49CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA4E; }
p { color: rgb(73,202,78); }
H1.HeaderClassName
{
color: #49CA4E;
}
.AnyTagClassName
{
color: #49CA4E;
}
</style>
background-color css
<style>
a { background-color: #49CA4E; }
a { background-color: rgb(73,202,78); }
div.DivClassName
{
background-color: #49CA4E;
}
.BgClassName
{
background-color: #49CA4E;
}
</style>
border-color css
<style>
span { border-color: #49CA4E; }
span { border-color: rgb(73,202,78); }
td.TdClassName
{
border-color: #49CA4E;
}
.TagClassName
{
border-color: #49CA4E;
}
</style>