Shades of Lime Green #49CB41
Tints of Lime Green #49CB41
RGB
CMYK
RGB Variations
Color information
#49CB41 (or 0x49CB41) is known color: Lime Green. HEX triplet: 49, CB and 41. RGB value is (73,203,65). Sum of RGB (Red+Green+Blue) = 73+203+65=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CB41 is #B634BE. Grayscale: #949494. Windows color (decimal): -11941055 or 4311881. OLE color: 4311881.
HSL color Cylindrical-coordinate representation of color #49CB41: hue angle of 116.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49CB41 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 203 | 65 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.20 |
| HSL | 116.52º | 0.57% | 0.53% | - |
| HSV(B) | 116.52º | 0.68% | 0.8% | - |
| XYZ | 25.06 | 44.51 | 12.27 | - |
| YUV | 148.4 | 80.93 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 65 | 0.64 | 0 | 0.68 | 0.20 | 116.52 | 0.57 | 0.53 |
| Hex | 49 | CB | 41 | 40 | 0 | 44 | 14 | 75 | 39 | 35 |
| Octal | 111 | 313 | 101 | 100 | 0 | 104 | 24 | 165 | 71 | 65 |
| Binary | 1001001 | 11001011 | 1000001 | 1000000 | 0 | 1000100 | 10100 | 1110101 | 111001 | 110101 |
Color Harmonies of #49CB41
Complementary color
Monochromatic Colors of #49CB41
Black with #49CB41
Text Example
Text Example
White with #49CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CB41; }
p { color: rgb(73,203,65); }
H1.HeaderClassName
{
color: #49CB41;
}
.AnyTagClassName
{
color: #49CB41;
}
</style>
background-color css
<style>
a { background-color: #49CB41; }
a { background-color: rgb(73,203,65); }
div.DivClassName
{
background-color: #49CB41;
}
.BgClassName
{
background-color: #49CB41;
}
</style>
border-color css
<style>
span { border-color: #49CB41; }
span { border-color: rgb(73,203,65); }
td.TdClassName
{
border-color: #49CB41;
}
.TagClassName
{
border-color: #49CB41;
}
</style>