Shades of Lime Green #49CB3D
Tints of Lime Green #49CB3D
RGB
CMYK
RGB Variations
Color information
#49CB3D (or 0x49CB3D) is known color: Lime Green. HEX triplet: 49, CB and 3D. RGB value is (73,203,61). Sum of RGB (Red+Green+Blue) = 73+203+61=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CB3D is #B634C2. Grayscale: #949494. Windows color (decimal): -11941059 or 4049737. OLE color: 4049737.
HSL color Cylindrical-coordinate representation of color #49CB3D: hue angle of 114.93º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49CB3D is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 203 | 61 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.20 |
| HSL | 114.93º | 0.58% | 0.52% | - |
| HSV(B) | 114.93º | 0.7% | 0.8% | - |
| XYZ | 24.95 | 44.47 | 11.68 | - |
| YUV | 147.94 | 78.93 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 61 | 0.64 | 0 | 0.70 | 0.20 | 114.93 | 0.58 | 0.52 |
| Hex | 49 | CB | 3D | 40 | 0 | 46 | 14 | 73 | 3A | 34 |
| Octal | 111 | 313 | 75 | 100 | 0 | 106 | 24 | 163 | 72 | 64 |
| Binary | 1001001 | 11001011 | 111101 | 1000000 | 0 | 1000110 | 10100 | 1110011 | 111010 | 110100 |
Color Harmonies of #49CB3D
Complementary color
Monochromatic Colors of #49CB3D
Black with #49CB3D
Text Example
Text Example
White with #49CB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CB3D; }
p { color: rgb(73,203,61); }
H1.HeaderClassName
{
color: #49CB3D;
}
.AnyTagClassName
{
color: #49CB3D;
}
</style>
background-color css
<style>
a { background-color: #49CB3D; }
a { background-color: rgb(73,203,61); }
div.DivClassName
{
background-color: #49CB3D;
}
.BgClassName
{
background-color: #49CB3D;
}
</style>
border-color css
<style>
span { border-color: #49CB3D; }
span { border-color: rgb(73,203,61); }
td.TdClassName
{
border-color: #49CB3D;
}
.TagClassName
{
border-color: #49CB3D;
}
</style>