Shades of Lime Green #49CE40
Tints of Lime Green #49CE40
RGB
CMYK
RGB Variations
Color information
#49CE40 (or 0x49CE40) is known color: Lime Green. HEX triplet: 49, CE and 40. RGB value is (73,206,64). Sum of RGB (Red+Green+Blue) = 73+206+64=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 206 (80.86% from 255 or 60.06% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CE40 is #B631BF. Grayscale: #969696. Windows color (decimal): -11940288 or 4247113. OLE color: 4247113.
HSL color Cylindrical-coordinate representation of color #49CE40: hue angle of 116.2º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49CE40 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 64 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.19 |
| HSL | 116.2º | 0.59% | 0.53% | - |
| HSV(B) | 116.2º | 0.69% | 0.81% | - |
| XYZ | 25.74 | 45.93 | 12.36 | - |
| YUV | 150.05 | 79.44 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 64 | 0.65 | 0 | 0.69 | 0.19 | 116.2 | 0.59 | 0.53 |
| Hex | 49 | CE | 40 | 41 | 0 | 45 | 13 | 74 | 3B | 35 |
| Octal | 111 | 316 | 100 | 101 | 0 | 105 | 23 | 164 | 73 | 65 |
| Binary | 1001001 | 11001110 | 1000000 | 1000001 | 0 | 1000101 | 10011 | 1110100 | 111011 | 110101 |
Color Harmonies of #49CE40
Complementary color
Monochromatic Colors of #49CE40
Black with #49CE40
Text Example
Text Example
White with #49CE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE40; }
p { color: rgb(73,206,64); }
H1.HeaderClassName
{
color: #49CE40;
}
.AnyTagClassName
{
color: #49CE40;
}
</style>
background-color css
<style>
a { background-color: #49CE40; }
a { background-color: rgb(73,206,64); }
div.DivClassName
{
background-color: #49CE40;
}
.BgClassName
{
background-color: #49CE40;
}
</style>
border-color css
<style>
span { border-color: #49CE40; }
span { border-color: rgb(73,206,64); }
td.TdClassName
{
border-color: #49CE40;
}
.TagClassName
{
border-color: #49CE40;
}
</style>