Shades of Lime Green #40DA3F
Tints of Lime Green #40DA3F
RGB
CMYK
RGB Variations
Color information
#40DA3F (or 0x40DA3F) is known color: Lime Green. HEX triplet: 40, DA and 3F. RGB value is (64,218,63). Sum of RGB (Red+Green+Blue) = 64+218+63=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 218 (85.55% from 255 or 63.19% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DA3F is #BF25C0. Grayscale: #9A9A9A. Windows color (decimal): -12527041 or 4184640. OLE color: 4184640.
HSL color Cylindrical-coordinate representation of color #40DA3F: hue angle of 119.61º 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 #40DA3F is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 63 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.15 |
| HSL | 119.61º | 0.68% | 0.55% | - |
| HSV(B) | 119.61º | 0.71% | 0.85% | - |
| XYZ | 28.08 | 51.59 | 13.18 | - |
| YUV | 154.28 | 76.48 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 63 | 0.71 | 0 | 0.71 | 0.15 | 119.61 | 0.68 | 0.55 |
| Hex | 40 | DA | 3F | 47 | 0 | 47 | F | 78 | 44 | 37 |
| Octal | 100 | 332 | 77 | 107 | 0 | 107 | 17 | 170 | 104 | 67 |
| Binary | 1000000 | 11011010 | 111111 | 1000111 | 0 | 1000111 | 1111 | 1111000 | 1000100 | 110111 |
Color Harmonies of #40DA3F
Complementary color
Monochromatic Colors of #40DA3F
Black with #40DA3F
Text Example
Text Example
White with #40DA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA3F; }
p { color: rgb(64,218,63); }
H1.HeaderClassName
{
color: #40DA3F;
}
.AnyTagClassName
{
color: #40DA3F;
}
</style>
background-color css
<style>
a { background-color: #40DA3F; }
a { background-color: rgb(64,218,63); }
div.DivClassName
{
background-color: #40DA3F;
}
.BgClassName
{
background-color: #40DA3F;
}
</style>
border-color css
<style>
span { border-color: #40DA3F; }
span { border-color: rgb(64,218,63); }
td.TdClassName
{
border-color: #40DA3F;
}
.TagClassName
{
border-color: #40DA3F;
}
</style>