Shades of Lime Green #40DA55
Tints of Lime Green #40DA55
RGB
CMYK
RGB Variations
Color information
#40DA55 (or 0x40DA55) is known color: Lime Green. HEX triplet: 40, DA and 55. RGB value is (64,218,85). Sum of RGB (Red+Green+Blue) = 64+218+85=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DA55 is #BF25AA. Grayscale: #9D9D9D. Windows color (decimal): -12527019 or 5626432. OLE color: 5626432.
HSL color Cylindrical-coordinate representation of color #40DA55: hue angle of 128.18º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DA55 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 85 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.15 |
| HSL | 128.18º | 0.68% | 0.55% | - |
| HSV(B) | 128.18º | 0.71% | 0.85% | - |
| XYZ | 28.83 | 51.89 | 17.09 | - |
| YUV | 156.79 | 87.48 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 85 | 0.71 | 0 | 0.61 | 0.15 | 128.18 | 0.68 | 0.55 |
| Hex | 40 | DA | 55 | 47 | 0 | 3D | F | 80 | 44 | 37 |
| Octal | 100 | 332 | 125 | 107 | 0 | 75 | 17 | 200 | 104 | 67 |
| Binary | 1000000 | 11011010 | 1010101 | 1000111 | 0 | 111101 | 1111 | 10000000 | 1000100 | 110111 |
Color Harmonies of #40DA55
Complementary color
Monochromatic Colors of #40DA55
Black with #40DA55
Text Example
Text Example
White with #40DA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA55; }
p { color: rgb(64,218,85); }
H1.HeaderClassName
{
color: #40DA55;
}
.AnyTagClassName
{
color: #40DA55;
}
</style>
background-color css
<style>
a { background-color: #40DA55; }
a { background-color: rgb(64,218,85); }
div.DivClassName
{
background-color: #40DA55;
}
.BgClassName
{
background-color: #40DA55;
}
</style>
border-color css
<style>
span { border-color: #40DA55; }
span { border-color: rgb(64,218,85); }
td.TdClassName
{
border-color: #40DA55;
}
.TagClassName
{
border-color: #40DA55;
}
</style>