Shades of Lime Green #49CD4E
Tints of Lime Green #49CD4E
RGB
CMYK
RGB Variations
Color information
#49CD4E (or 0x49CD4E) is known color: Lime Green. HEX triplet: 49, CD and 4E. RGB value is (73,205,78). Sum of RGB (Red+Green+Blue) = 73+205+78=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD4E is #B632B1. Grayscale: #979797. Windows color (decimal): -11940530 or 5164361. OLE color: 5164361.
HSL color Cylindrical-coordinate representation of color #49CD4E: hue angle of 122.27º 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 #49CD4E is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 78 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.20 |
| HSL | 122.27º | 0.57% | 0.55% | - |
| HSV(B) | 122.27º | 0.64% | 0.8% | - |
| XYZ | 25.95 | 45.63 | 14.65 | - |
| YUV | 151.05 | 86.77 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 78 | 0.64 | 0 | 0.62 | 0.20 | 122.27 | 0.57 | 0.55 |
| Hex | 49 | CD | 4E | 40 | 0 | 3E | 14 | 7A | 39 | 37 |
| Octal | 111 | 315 | 116 | 100 | 0 | 76 | 24 | 172 | 71 | 67 |
| Binary | 1001001 | 11001101 | 1001110 | 1000000 | 0 | 111110 | 10100 | 1111010 | 111001 | 110111 |
Color Harmonies of #49CD4E
Complementary color
Monochromatic Colors of #49CD4E
Black with #49CD4E
Text Example
Text Example
White with #49CD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CD4E; }
p { color: rgb(73,205,78); }
H1.HeaderClassName
{
color: #49CD4E;
}
.AnyTagClassName
{
color: #49CD4E;
}
</style>
background-color css
<style>
a { background-color: #49CD4E; }
a { background-color: rgb(73,205,78); }
div.DivClassName
{
background-color: #49CD4E;
}
.BgClassName
{
background-color: #49CD4E;
}
</style>
border-color css
<style>
span { border-color: #49CD4E; }
span { border-color: rgb(73,205,78); }
td.TdClassName
{
border-color: #49CD4E;
}
.TagClassName
{
border-color: #49CD4E;
}
</style>