Shades of Lime Green #49CB40
Tints of Lime Green #49CB40
RGB
CMYK
RGB Variations
Color information
#49CB40 (or 0x49CB40) is known color: Lime Green. HEX triplet: 49, CB and 40. RGB value is (73,203,64). Sum of RGB (Red+Green+Blue) = 73+203+64=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CB40 is #B634BF. Grayscale: #949494. Windows color (decimal): -11941056 or 4246345. OLE color: 4246345.
HSL color Cylindrical-coordinate representation of color #49CB40: hue angle of 116.12º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49CB40 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 203 | 64 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.20 |
| HSL | 116.12º | 0.57% | 0.52% | - |
| HSV(B) | 116.12º | 0.68% | 0.8% | - |
| XYZ | 25.03 | 44.5 | 12.12 | - |
| YUV | 148.28 | 80.43 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 64 | 0.64 | 0 | 0.68 | 0.20 | 116.12 | 0.57 | 0.52 |
| Hex | 49 | CB | 40 | 40 | 0 | 44 | 14 | 74 | 39 | 34 |
| Octal | 111 | 313 | 100 | 100 | 0 | 104 | 24 | 164 | 71 | 64 |
| Binary | 1001001 | 11001011 | 1000000 | 1000000 | 0 | 1000100 | 10100 | 1110100 | 111001 | 110100 |
Color Harmonies of #49CB40
Complementary color
Monochromatic Colors of #49CB40
Black with #49CB40
Text Example
Text Example
White with #49CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CB40; }
p { color: rgb(73,203,64); }
H1.HeaderClassName
{
color: #49CB40;
}
.AnyTagClassName
{
color: #49CB40;
}
</style>
background-color css
<style>
a { background-color: #49CB40; }
a { background-color: rgb(73,203,64); }
div.DivClassName
{
background-color: #49CB40;
}
.BgClassName
{
background-color: #49CB40;
}
</style>
border-color css
<style>
span { border-color: #49CB40; }
span { border-color: rgb(73,203,64); }
td.TdClassName
{
border-color: #49CB40;
}
.TagClassName
{
border-color: #49CB40;
}
</style>