Shades of Lime Green #40D455
Tints of Lime Green #40D455
RGB
CMYK
RGB Variations
Color information
#40D455 (or 0x40D455) is known color: Lime Green. HEX triplet: 40, D4 and 55. RGB value is (64,212,85). Sum of RGB (Red+Green+Blue) = 64+212+85=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #40D455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D455 is #BF2BAA. Grayscale: #999999. Windows color (decimal): -12528555 or 5624896. OLE color: 5624896.
HSL color Cylindrical-coordinate representation of color #40D455: hue angle of 128.51º 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 #40D455 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 212 | 85 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.17 |
| HSL | 128.51º | 0.63% | 0.54% | - |
| HSV(B) | 128.51º | 0.7% | 0.83% | - |
| XYZ | 27.3 | 48.83 | 16.58 | - |
| YUV | 153.27 | 89.47 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 212 | 85 | 0.70 | 0 | 0.60 | 0.17 | 128.51 | 0.63 | 0.54 |
| Hex | 40 | D4 | 55 | 46 | 0 | 3C | 11 | 81 | 3F | 36 |
| Octal | 100 | 324 | 125 | 106 | 0 | 74 | 21 | 201 | 77 | 66 |
| Binary | 1000000 | 11010100 | 1010101 | 1000110 | 0 | 111100 | 10001 | 10000001 | 111111 | 110110 |
Color Harmonies of #40D455
Complementary color
Monochromatic Colors of #40D455
Black with #40D455
Text Example
Text Example
White with #40D455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D455; }
p { color: rgb(64,212,85); }
H1.HeaderClassName
{
color: #40D455;
}
.AnyTagClassName
{
color: #40D455;
}
</style>
background-color css
<style>
a { background-color: #40D455; }
a { background-color: rgb(64,212,85); }
div.DivClassName
{
background-color: #40D455;
}
.BgClassName
{
background-color: #40D455;
}
</style>
border-color css
<style>
span { border-color: #40D455; }
span { border-color: rgb(64,212,85); }
td.TdClassName
{
border-color: #40D455;
}
.TagClassName
{
border-color: #40D455;
}
</style>