Shades of Lime Green #40DA24
Tints of Lime Green #40DA24
RGB
CMYK
RGB Variations
Color information
#40DA24 (or 0x40DA24) is known color: Lime Green. HEX triplet: 40, DA and 24. RGB value is (64,218,36). Sum of RGB (Red+Green+Blue) = 64+218+36=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 218 (85.55% from 255 or 68.55% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DA24 is #BF25DB. Grayscale: #979797. Windows color (decimal): -12527068 or 2415168. OLE color: 2415168.
HSL color Cylindrical-coordinate representation of color #40DA24: hue angle of 110.77º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40DA24 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 36 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.15 |
| HSL | 110.77º | 0.72% | 0.5% | - |
| HSV(B) | 110.77º | 0.83% | 0.85% | - |
| XYZ | 27.5 | 51.36 | 10.13 | - |
| YUV | 151.21 | 62.98 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 36 | 0.71 | 0 | 0.83 | 0.15 | 110.77 | 0.72 | 0.5 |
| Hex | 40 | DA | 24 | 47 | 0 | 53 | F | 6F | 48 | 32 |
| Octal | 100 | 332 | 44 | 107 | 0 | 123 | 17 | 157 | 110 | 62 |
| Binary | 1000000 | 11011010 | 100100 | 1000111 | 0 | 1010011 | 1111 | 1101111 | 1001000 | 110010 |
Color Harmonies of #40DA24
Complementary color
Monochromatic Colors of #40DA24
Black with #40DA24
Text Example
Text Example
White with #40DA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA24; }
p { color: rgb(64,218,36); }
H1.HeaderClassName
{
color: #40DA24;
}
.AnyTagClassName
{
color: #40DA24;
}
</style>
background-color css
<style>
a { background-color: #40DA24; }
a { background-color: rgb(64,218,36); }
div.DivClassName
{
background-color: #40DA24;
}
.BgClassName
{
background-color: #40DA24;
}
</style>
border-color css
<style>
span { border-color: #40DA24; }
span { border-color: rgb(64,218,36); }
td.TdClassName
{
border-color: #40DA24;
}
.TagClassName
{
border-color: #40DA24;
}
</style>