Shades of Lime Green #40D644
Tints of Lime Green #40D644
RGB
CMYK
RGB Variations
Color information
#40D644 (or 0x40D644) is known color: Lime Green. HEX triplet: 40, D6 and 44. RGB value is (64,214,68). Sum of RGB (Red+Green+Blue) = 64+214+68=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 214 (83.98% from 255 or 61.85% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 214 - color contains mainly: green. Hex color #40D644 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D644 is #BF29BB. Grayscale: #989898. Windows color (decimal): -12528060 or 4511296. OLE color: 4511296.
HSL color Cylindrical-coordinate representation of color #40D644: hue angle of 121.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D644 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 214 | 68 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.16 |
| HSL | 121.6º | 0.65% | 0.55% | - |
| HSV(B) | 121.6º | 0.7% | 0.84% | - |
| XYZ | 27.2 | 49.6 | 13.61 | - |
| YUV | 152.51 | 80.31 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 214 | 68 | 0.70 | 0 | 0.68 | 0.16 | 121.6 | 0.65 | 0.55 |
| Hex | 40 | D6 | 44 | 46 | 0 | 44 | 10 | 7A | 41 | 37 |
| Octal | 100 | 326 | 104 | 106 | 0 | 104 | 20 | 172 | 101 | 67 |
| Binary | 1000000 | 11010110 | 1000100 | 1000110 | 0 | 1000100 | 10000 | 1111010 | 1000001 | 110111 |
Color Harmonies of #40D644
Complementary color
Monochromatic Colors of #40D644
Black with #40D644
Text Example
Text Example
White with #40D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D644; }
p { color: rgb(64,214,68); }
H1.HeaderClassName
{
color: #40D644;
}
.AnyTagClassName
{
color: #40D644;
}
</style>
background-color css
<style>
a { background-color: #40D644; }
a { background-color: rgb(64,214,68); }
div.DivClassName
{
background-color: #40D644;
}
.BgClassName
{
background-color: #40D644;
}
</style>
border-color css
<style>
span { border-color: #40D644; }
span { border-color: rgb(64,214,68); }
td.TdClassName
{
border-color: #40D644;
}
.TagClassName
{
border-color: #40D644;
}
</style>