Shades of Lime Green #40DC49
Tints of Lime Green #40DC49
RGB
CMYK
RGB Variations
Color information
#40DC49 (or 0x40DC49) is known color: Lime Green. HEX triplet: 40, DC and 49. RGB value is (64,220,73). Sum of RGB (Red+Green+Blue) = 64+220+73=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 220 (86.33% from 255 or 61.62% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DC49 is #BF23B6. Grayscale: #9D9D9D. Windows color (decimal): -12526519 or 4840512. OLE color: 4840512.
HSL color Cylindrical-coordinate representation of color #40DC49: hue angle of 123.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DC49 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 220 | 73 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.14 |
| HSL | 123.46º | 0.69% | 0.56% | - |
| HSV(B) | 123.46º | 0.71% | 0.86% | - |
| XYZ | 28.91 | 52.76 | 14.96 | - |
| YUV | 156.6 | 80.82 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 220 | 73 | 0.71 | 0 | 0.67 | 0.14 | 123.46 | 0.69 | 0.56 |
| Hex | 40 | DC | 49 | 47 | 0 | 43 | E | 7B | 45 | 38 |
| Octal | 100 | 334 | 111 | 107 | 0 | 103 | 16 | 173 | 105 | 70 |
| Binary | 1000000 | 11011100 | 1001001 | 1000111 | 0 | 1000011 | 1110 | 1111011 | 1000101 | 111000 |
Color Harmonies of #40DC49
Complementary color
Monochromatic Colors of #40DC49
Black with #40DC49
Text Example
Text Example
White with #40DC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DC49; }
p { color: rgb(64,220,73); }
H1.HeaderClassName
{
color: #40DC49;
}
.AnyTagClassName
{
color: #40DC49;
}
</style>
background-color css
<style>
a { background-color: #40DC49; }
a { background-color: rgb(64,220,73); }
div.DivClassName
{
background-color: #40DC49;
}
.BgClassName
{
background-color: #40DC49;
}
</style>
border-color css
<style>
span { border-color: #40DC49; }
span { border-color: rgb(64,220,73); }
td.TdClassName
{
border-color: #40DC49;
}
.TagClassName
{
border-color: #40DC49;
}
</style>