Shades of Lime Green #40D555
Tints of Lime Green #40D555
RGB
CMYK
RGB Variations
Color information
#40D555 (or 0x40D555) is known color: Lime Green. HEX triplet: 40, D5 and 55. RGB value is (64,213,85). Sum of RGB (Red+Green+Blue) = 64+213+85=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 213 (83.59% from 255 or 58.84% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 213 - color contains mainly: green. Hex color #40D555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D555 is #BF2AAA. Grayscale: #9A9A9A. Windows color (decimal): -12528299 or 5625152. OLE color: 5625152.
HSL color Cylindrical-coordinate representation of color #40D555: hue angle of 128.46º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D555 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 85 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.16 |
| HSL | 128.46º | 0.64% | 0.54% | - |
| HSV(B) | 128.46º | 0.7% | 0.84% | - |
| XYZ | 27.55 | 49.33 | 16.66 | - |
| YUV | 153.86 | 89.14 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 85 | 0.70 | 0 | 0.60 | 0.16 | 128.46 | 0.64 | 0.54 |
| Hex | 40 | D5 | 55 | 46 | 0 | 3C | 10 | 80 | 40 | 36 |
| Octal | 100 | 325 | 125 | 106 | 0 | 74 | 20 | 200 | 100 | 66 |
| Binary | 1000000 | 11010101 | 1010101 | 1000110 | 0 | 111100 | 10000 | 10000000 | 1000000 | 110110 |
Color Harmonies of #40D555
Complementary color
Monochromatic Colors of #40D555
Black with #40D555
Text Example
Text Example
White with #40D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D555; }
p { color: rgb(64,213,85); }
H1.HeaderClassName
{
color: #40D555;
}
.AnyTagClassName
{
color: #40D555;
}
</style>
background-color css
<style>
a { background-color: #40D555; }
a { background-color: rgb(64,213,85); }
div.DivClassName
{
background-color: #40D555;
}
.BgClassName
{
background-color: #40D555;
}
</style>
border-color css
<style>
span { border-color: #40D555; }
span { border-color: rgb(64,213,85); }
td.TdClassName
{
border-color: #40D555;
}
.TagClassName
{
border-color: #40D555;
}
</style>