Shades of Lime Green #40D44C
Tints of Lime Green #40D44C
RGB
CMYK
RGB Variations
Color information
#40D44C (or 0x40D44C) is known color: Lime Green. HEX triplet: 40, D4 and 4C. RGB value is (64,212,76). Sum of RGB (Red+Green+Blue) = 64+212+76=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 212 (83.20% from 255 or 60.23% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 212 - color contains mainly: green. Hex color #40D44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D44C is #BF2BB3. Grayscale: #989898. Windows color (decimal): -12528564 or 5035072. OLE color: 5035072.
HSL color Cylindrical-coordinate representation of color #40D44C: hue angle of 124.86º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D44C is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 212 | 76 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.17 |
| HSL | 124.86º | 0.63% | 0.54% | - |
| HSV(B) | 124.86º | 0.7% | 0.83% | - |
| XYZ | 26.96 | 48.7 | 14.82 | - |
| YUV | 152.24 | 84.97 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 212 | 76 | 0.70 | 0 | 0.64 | 0.17 | 124.86 | 0.63 | 0.54 |
| Hex | 40 | D4 | 4C | 46 | 0 | 40 | 11 | 7D | 3F | 36 |
| Octal | 100 | 324 | 114 | 106 | 0 | 100 | 21 | 175 | 77 | 66 |
| Binary | 1000000 | 11010100 | 1001100 | 1000110 | 0 | 1000000 | 10001 | 1111101 | 111111 | 110110 |
Color Harmonies of #40D44C
Complementary color
Monochromatic Colors of #40D44C
Black with #40D44C
Text Example
Text Example
White with #40D44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D44C; }
p { color: rgb(64,212,76); }
H1.HeaderClassName
{
color: #40D44C;
}
.AnyTagClassName
{
color: #40D44C;
}
</style>
background-color css
<style>
a { background-color: #40D44C; }
a { background-color: rgb(64,212,76); }
div.DivClassName
{
background-color: #40D44C;
}
.BgClassName
{
background-color: #40D44C;
}
</style>
border-color css
<style>
span { border-color: #40D44C; }
span { border-color: rgb(64,212,76); }
td.TdClassName
{
border-color: #40D44C;
}
.TagClassName
{
border-color: #40D44C;
}
</style>