Shades of Lime Green #49CB37
Tints of Lime Green #49CB37
RGB
CMYK
RGB Variations
Color information
#49CB37 (or 0x49CB37) is known color: Lime Green. HEX triplet: 49, CB and 37. RGB value is (73,203,55). Sum of RGB (Red+Green+Blue) = 73+203+55=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 203 (79.69% from 255 or 61.33% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CB37 is #B634C8. Grayscale: #939393. Windows color (decimal): -11941065 or 3656521. OLE color: 3656521.
HSL color Cylindrical-coordinate representation of color #49CB37: hue angle of 112.7º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49CB37 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 203 | 55 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.20 |
| HSL | 112.7º | 0.59% | 0.51% | - |
| HSV(B) | 112.7º | 0.73% | 0.8% | - |
| XYZ | 24.79 | 44.4 | 10.88 | - |
| YUV | 147.26 | 75.93 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 55 | 0.64 | 0 | 0.73 | 0.20 | 112.7 | 0.59 | 0.51 |
| Hex | 49 | CB | 37 | 40 | 0 | 49 | 14 | 71 | 3B | 33 |
| Octal | 111 | 313 | 67 | 100 | 0 | 111 | 24 | 161 | 73 | 63 |
| Binary | 1001001 | 11001011 | 110111 | 1000000 | 0 | 1001001 | 10100 | 1110001 | 111011 | 110011 |
Color Harmonies of #49CB37
Complementary color
Monochromatic Colors of #49CB37
Black with #49CB37
Text Example
Text Example
White with #49CB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CB37; }
p { color: rgb(73,203,55); }
H1.HeaderClassName
{
color: #49CB37;
}
.AnyTagClassName
{
color: #49CB37;
}
</style>
background-color css
<style>
a { background-color: #49CB37; }
a { background-color: rgb(73,203,55); }
div.DivClassName
{
background-color: #49CB37;
}
.BgClassName
{
background-color: #49CB37;
}
</style>
border-color css
<style>
span { border-color: #49CB37; }
span { border-color: rgb(73,203,55); }
td.TdClassName
{
border-color: #49CB37;
}
.TagClassName
{
border-color: #49CB37;
}
</style>