Shades of Lime Green #40DA2A
Tints of Lime Green #40DA2A
RGB
CMYK
RGB Variations
Color information
#40DA2A (or 0x40DA2A) is known color: Lime Green. HEX triplet: 40, DA and 2A. RGB value is (64,218,42). Sum of RGB (Red+Green+Blue) = 64+218+42=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 218 (85.55% from 255 or 67.28% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DA2A is #BF25D5. Grayscale: #989898. Windows color (decimal): -12527062 or 2808384. OLE color: 2808384.
HSL color Cylindrical-coordinate representation of color #40DA2A: hue angle of 112.5º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40DA2A is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 42 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.15 |
| HSL | 112.5º | 0.7% | 0.51% | - |
| HSV(B) | 112.5º | 0.81% | 0.85% | - |
| XYZ | 27.6 | 51.4 | 10.66 | - |
| YUV | 151.89 | 65.98 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 42 | 0.71 | 0 | 0.81 | 0.15 | 112.5 | 0.7 | 0.51 |
| Hex | 40 | DA | 2A | 47 | 0 | 51 | F | 70 | 46 | 33 |
| Octal | 100 | 332 | 52 | 107 | 0 | 121 | 17 | 160 | 106 | 63 |
| Binary | 1000000 | 11011010 | 101010 | 1000111 | 0 | 1010001 | 1111 | 1110000 | 1000110 | 110011 |
Color Harmonies of #40DA2A
Complementary color
Monochromatic Colors of #40DA2A
Black with #40DA2A
Text Example
Text Example
White with #40DA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA2A; }
p { color: rgb(64,218,42); }
H1.HeaderClassName
{
color: #40DA2A;
}
.AnyTagClassName
{
color: #40DA2A;
}
</style>
background-color css
<style>
a { background-color: #40DA2A; }
a { background-color: rgb(64,218,42); }
div.DivClassName
{
background-color: #40DA2A;
}
.BgClassName
{
background-color: #40DA2A;
}
</style>
border-color css
<style>
span { border-color: #40DA2A; }
span { border-color: rgb(64,218,42); }
td.TdClassName
{
border-color: #40DA2A;
}
.TagClassName
{
border-color: #40DA2A;
}
</style>