Shades of Lime Green #49CD2D
Tints of Lime Green #49CD2D
RGB
CMYK
RGB Variations
Color information
#49CD2D (or 0x49CD2D) is known color: Lime Green. HEX triplet: 49, CD and 2D. RGB value is (73,205,45). Sum of RGB (Red+Green+Blue) = 73+205+45=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 205 (80.47% from 255 or 63.47% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CD2D is #B632D2. Grayscale: #939393. Windows color (decimal): -11940563 or 3001673. OLE color: 3001673.
HSL color Cylindrical-coordinate representation of color #49CD2D: hue angle of 109.5º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49CD2D is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 45 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.20 |
| HSL | 109.5º | 0.64% | 0.49% | - |
| HSV(B) | 109.5º | 0.78% | 0.8% | - |
| XYZ | 25.05 | 45.27 | 9.9 | - |
| YUV | 147.29 | 70.27 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 45 | 0.64 | 0 | 0.78 | 0.20 | 109.5 | 0.64 | 0.49 |
| Hex | 49 | CD | 2D | 40 | 0 | 4E | 14 | 6E | 40 | 31 |
| Octal | 111 | 315 | 55 | 100 | 0 | 116 | 24 | 156 | 100 | 61 |
| Binary | 1001001 | 11001101 | 101101 | 1000000 | 0 | 1001110 | 10100 | 1101110 | 1000000 | 110001 |
Color Harmonies of #49CD2D
Complementary color
Monochromatic Colors of #49CD2D
Black with #49CD2D
Text Example
Text Example
White with #49CD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CD2D; }
p { color: rgb(73,205,45); }
H1.HeaderClassName
{
color: #49CD2D;
}
.AnyTagClassName
{
color: #49CD2D;
}
</style>
background-color css
<style>
a { background-color: #49CD2D; }
a { background-color: rgb(73,205,45); }
div.DivClassName
{
background-color: #49CD2D;
}
.BgClassName
{
background-color: #49CD2D;
}
</style>
border-color css
<style>
span { border-color: #49CD2D; }
span { border-color: rgb(73,205,45); }
td.TdClassName
{
border-color: #49CD2D;
}
.TagClassName
{
border-color: #49CD2D;
}
</style>