Shades of Lime Green #40DE2D
Tints of Lime Green #40DE2D
RGB
CMYK
RGB Variations
Color information
#40DE2D (or 0x40DE2D) is known color: Lime Green. HEX triplet: 40, DE and 2D. RGB value is (64,222,45). Sum of RGB (Red+Green+Blue) = 64+222+45=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 222 (87.11% from 255 or 67.07% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 222 - color contains mainly: green. Hex color #40DE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DE2D is #BF21D2. Grayscale: #9B9B9B. Windows color (decimal): -12526035 or 3006016. OLE color: 3006016.
HSL color Cylindrical-coordinate representation of color #40DE2D: hue angle of 113.56º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40DE2D is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 222 | 45 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.13 |
| HSL | 113.56º | 0.73% | 0.52% | - |
| HSV(B) | 113.56º | 0.8% | 0.87% | - |
| XYZ | 28.71 | 53.52 | 11.3 | - |
| YUV | 154.58 | 66.15 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 222 | 45 | 0.71 | 0 | 0.80 | 0.13 | 113.56 | 0.73 | 0.52 |
| Hex | 40 | DE | 2D | 47 | 0 | 50 | D | 72 | 49 | 34 |
| Octal | 100 | 336 | 55 | 107 | 0 | 120 | 15 | 162 | 111 | 64 |
| Binary | 1000000 | 11011110 | 101101 | 1000111 | 0 | 1010000 | 1101 | 1110010 | 1001001 | 110100 |
Color Harmonies of #40DE2D
Complementary color
Monochromatic Colors of #40DE2D
Black with #40DE2D
Text Example
Text Example
White with #40DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DE2D; }
p { color: rgb(64,222,45); }
H1.HeaderClassName
{
color: #40DE2D;
}
.AnyTagClassName
{
color: #40DE2D;
}
</style>
background-color css
<style>
a { background-color: #40DE2D; }
a { background-color: rgb(64,222,45); }
div.DivClassName
{
background-color: #40DE2D;
}
.BgClassName
{
background-color: #40DE2D;
}
</style>
border-color css
<style>
span { border-color: #40DE2D; }
span { border-color: rgb(64,222,45); }
td.TdClassName
{
border-color: #40DE2D;
}
.TagClassName
{
border-color: #40DE2D;
}
</style>