Shades of Lime Green #40DF4D
Tints of Lime Green #40DF4D
RGB
CMYK
RGB Variations
Color information
#40DF4D (or 0x40DF4D) is known color: Lime Green. HEX triplet: 40, DF and 4D. RGB value is (64,223,77). Sum of RGB (Red+Green+Blue) = 64+223+77=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 223 (87.5% from 255 or 61.26% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DF4D is #BF20B2. Grayscale: #9F9F9F. Windows color (decimal): -12525747 or 5103424. OLE color: 5103424.
HSL color Cylindrical-coordinate representation of color #40DF4D: hue angle of 124.91º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DF4D is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 77 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.13 |
| HSL | 124.91º | 0.71% | 0.56% | - |
| HSV(B) | 124.91º | 0.71% | 0.87% | - |
| XYZ | 29.84 | 54.4 | 15.95 | - |
| YUV | 158.82 | 81.82 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 77 | 0.71 | 0 | 0.65 | 0.13 | 124.91 | 0.71 | 0.56 |
| Hex | 40 | DF | 4D | 47 | 0 | 41 | D | 7D | 47 | 38 |
| Octal | 100 | 337 | 115 | 107 | 0 | 101 | 15 | 175 | 107 | 70 |
| Binary | 1000000 | 11011111 | 1001101 | 1000111 | 0 | 1000001 | 1101 | 1111101 | 1000111 | 111000 |
Color Harmonies of #40DF4D
Complementary color
Monochromatic Colors of #40DF4D
Black with #40DF4D
Text Example
Text Example
White with #40DF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DF4D; }
p { color: rgb(64,223,77); }
H1.HeaderClassName
{
color: #40DF4D;
}
.AnyTagClassName
{
color: #40DF4D;
}
</style>
background-color css
<style>
a { background-color: #40DF4D; }
a { background-color: rgb(64,223,77); }
div.DivClassName
{
background-color: #40DF4D;
}
.BgClassName
{
background-color: #40DF4D;
}
</style>
border-color css
<style>
span { border-color: #40DF4D; }
span { border-color: rgb(64,223,77); }
td.TdClassName
{
border-color: #40DF4D;
}
.TagClassName
{
border-color: #40DF4D;
}
</style>