Shades of Lime Green #40DE31
Tints of Lime Green #40DE31
RGB
CMYK
RGB Variations
Color information
#40DE31 (or 0x40DE31) is known color: Lime Green. HEX triplet: 40, DE and 31. RGB value is (64,222,49). Sum of RGB (Red+Green+Blue) = 64+222+49=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 222 (87.11% from 255 or 66.27% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 222 - color contains mainly: green. Hex color #40DE31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DE31 is #BF21CE. Grayscale: #9B9B9B. Windows color (decimal): -12526031 or 3268160. OLE color: 3268160.
HSL color Cylindrical-coordinate representation of color #40DE31: hue angle of 114.8º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40DE31 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 222 | 49 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.13 |
| HSL | 114.8º | 0.72% | 0.53% | - |
| HSV(B) | 114.8º | 0.78% | 0.87% | - |
| XYZ | 28.79 | 53.55 | 11.73 | - |
| YUV | 155.04 | 68.15 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 222 | 49 | 0.71 | 0 | 0.78 | 0.13 | 114.8 | 0.72 | 0.53 |
| Hex | 40 | DE | 31 | 47 | 0 | 4E | D | 73 | 48 | 35 |
| Octal | 100 | 336 | 61 | 107 | 0 | 116 | 15 | 163 | 110 | 65 |
| Binary | 1000000 | 11011110 | 110001 | 1000111 | 0 | 1001110 | 1101 | 1110011 | 1001000 | 110101 |
Color Harmonies of #40DE31
Complementary color
Monochromatic Colors of #40DE31
Black with #40DE31
Text Example
Text Example
White with #40DE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DE31; }
p { color: rgb(64,222,49); }
H1.HeaderClassName
{
color: #40DE31;
}
.AnyTagClassName
{
color: #40DE31;
}
</style>
background-color css
<style>
a { background-color: #40DE31; }
a { background-color: rgb(64,222,49); }
div.DivClassName
{
background-color: #40DE31;
}
.BgClassName
{
background-color: #40DE31;
}
</style>
border-color css
<style>
span { border-color: #40DE31; }
span { border-color: rgb(64,222,49); }
td.TdClassName
{
border-color: #40DE31;
}
.TagClassName
{
border-color: #40DE31;
}
</style>