Shades of Lime Green #40DC44
Tints of Lime Green #40DC44
RGB
CMYK
RGB Variations
Color information
#40DC44 (or 0x40DC44) is known color: Lime Green. HEX triplet: 40, DC and 44. RGB value is (64,220,68). Sum of RGB (Red+Green+Blue) = 64+220+68=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DC44 is #BF23BB. Grayscale: #9C9C9C. Windows color (decimal): -12526524 or 4512832. OLE color: 4512832.
HSL color Cylindrical-coordinate representation of color #40DC44: hue angle of 121.54º 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 #40DC44 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 220 | 68 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.14 |
| HSL | 121.54º | 0.69% | 0.56% | - |
| HSV(B) | 121.54º | 0.71% | 0.86% | - |
| XYZ | 28.75 | 52.69 | 14.12 | - |
| YUV | 156.03 | 78.32 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 220 | 68 | 0.71 | 0 | 0.69 | 0.14 | 121.54 | 0.69 | 0.56 |
| Hex | 40 | DC | 44 | 47 | 0 | 45 | E | 7A | 45 | 38 |
| Octal | 100 | 334 | 104 | 107 | 0 | 105 | 16 | 172 | 105 | 70 |
| Binary | 1000000 | 11011100 | 1000100 | 1000111 | 0 | 1000101 | 1110 | 1111010 | 1000101 | 111000 |
Color Harmonies of #40DC44
Complementary color
Monochromatic Colors of #40DC44
Black with #40DC44
Text Example
Text Example
White with #40DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DC44; }
p { color: rgb(64,220,68); }
H1.HeaderClassName
{
color: #40DC44;
}
.AnyTagClassName
{
color: #40DC44;
}
</style>
background-color css
<style>
a { background-color: #40DC44; }
a { background-color: rgb(64,220,68); }
div.DivClassName
{
background-color: #40DC44;
}
.BgClassName
{
background-color: #40DC44;
}
</style>
border-color css
<style>
span { border-color: #40DC44; }
span { border-color: rgb(64,220,68); }
td.TdClassName
{
border-color: #40DC44;
}
.TagClassName
{
border-color: #40DC44;
}
</style>