Shades of Lime Green #40CD49
Tints of Lime Green #40CD49
RGB
CMYK
RGB Variations
Color information
#40CD49 (or 0x40CD49) is known color: Lime Green. HEX triplet: 40, CD and 49. RGB value is (64,205,73). Sum of RGB (Red+Green+Blue) = 64+205+73=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 205 (80.47% from 255 or 59.94% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CD49 is #BF32B6. Grayscale: #949494. Windows color (decimal): -12530359 or 4836672. OLE color: 4836672.
HSL color Cylindrical-coordinate representation of color #40CD49: hue angle of 123.83º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CD49 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 73 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.20 |
| HSL | 123.83º | 0.59% | 0.53% | - |
| HSV(B) | 123.83º | 0.69% | 0.8% | - |
| XYZ | 25.15 | 45.23 | 13.71 | - |
| YUV | 147.79 | 85.79 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 73 | 0.69 | 0 | 0.64 | 0.20 | 123.83 | 0.59 | 0.53 |
| Hex | 40 | CD | 49 | 45 | 0 | 40 | 14 | 7C | 3B | 35 |
| Octal | 100 | 315 | 111 | 105 | 0 | 100 | 24 | 174 | 73 | 65 |
| Binary | 1000000 | 11001101 | 1001001 | 1000101 | 0 | 1000000 | 10100 | 1111100 | 111011 | 110101 |
Color Harmonies of #40CD49
Complementary color
Monochromatic Colors of #40CD49
Black with #40CD49
Text Example
Text Example
White with #40CD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD49; }
p { color: rgb(64,205,73); }
H1.HeaderClassName
{
color: #40CD49;
}
.AnyTagClassName
{
color: #40CD49;
}
</style>
background-color css
<style>
a { background-color: #40CD49; }
a { background-color: rgb(64,205,73); }
div.DivClassName
{
background-color: #40CD49;
}
.BgClassName
{
background-color: #40CD49;
}
</style>
border-color css
<style>
span { border-color: #40CD49; }
span { border-color: rgb(64,205,73); }
td.TdClassName
{
border-color: #40CD49;
}
.TagClassName
{
border-color: #40CD49;
}
</style>