Shades of Lime Green #49CD4D
Tints of Lime Green #49CD4D
RGB
CMYK
RGB Variations
Color information
#49CD4D (or 0x49CD4D) is known color: Lime Green. HEX triplet: 49, CD and 4D. RGB value is (73,205,77). Sum of RGB (Red+Green+Blue) = 73+205+77=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 205 (80.47% from 255 or 57.75% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD4D is #B632B2. Grayscale: #979797. Windows color (decimal): -11940531 or 5098825. OLE color: 5098825.
HSL color Cylindrical-coordinate representation of color #49CD4D: hue angle of 121.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CD4D is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 77 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.20 |
| HSL | 121.82º | 0.57% | 0.55% | - |
| HSV(B) | 121.82º | 0.64% | 0.8% | - |
| XYZ | 25.92 | 45.61 | 14.46 | - |
| YUV | 150.94 | 86.27 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 77 | 0.64 | 0 | 0.62 | 0.20 | 121.82 | 0.57 | 0.55 |
| Hex | 49 | CD | 4D | 40 | 0 | 3E | 14 | 7A | 39 | 37 |
| Octal | 111 | 315 | 115 | 100 | 0 | 76 | 24 | 172 | 71 | 67 |
| Binary | 1001001 | 11001101 | 1001101 | 1000000 | 0 | 111110 | 10100 | 1111010 | 111001 | 110111 |
Color Harmonies of #49CD4D
Complementary color
Monochromatic Colors of #49CD4D
Black with #49CD4D
Text Example
Text Example
White with #49CD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CD4D; }
p { color: rgb(73,205,77); }
H1.HeaderClassName
{
color: #49CD4D;
}
.AnyTagClassName
{
color: #49CD4D;
}
</style>
background-color css
<style>
a { background-color: #49CD4D; }
a { background-color: rgb(73,205,77); }
div.DivClassName
{
background-color: #49CD4D;
}
.BgClassName
{
background-color: #49CD4D;
}
</style>
border-color css
<style>
span { border-color: #49CD4D; }
span { border-color: rgb(73,205,77); }
td.TdClassName
{
border-color: #49CD4D;
}
.TagClassName
{
border-color: #49CD4D;
}
</style>