Shades of Lime Green #40D445
Tints of Lime Green #40D445
RGB
CMYK
RGB Variations
Color information
#40D445 (or 0x40D445) is known color: Lime Green. HEX triplet: 40, D4 and 45. RGB value is (64,212,69). Sum of RGB (Red+Green+Blue) = 64+212+69=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 212 (83.20% from 255 or 61.45% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 212 - color contains mainly: green. Hex color #40D445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D445 is #BF2BBA. Grayscale: #979797. Windows color (decimal): -12528571 or 4576320. OLE color: 4576320.
HSL color Cylindrical-coordinate representation of color #40D445: hue angle of 122.03º 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 #40D445 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 212 | 69 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.17 |
| HSL | 122.03º | 0.63% | 0.54% | - |
| HSV(B) | 122.03º | 0.7% | 0.83% | - |
| XYZ | 26.73 | 48.61 | 13.6 | - |
| YUV | 151.45 | 81.47 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 212 | 69 | 0.70 | 0 | 0.67 | 0.17 | 122.03 | 0.63 | 0.54 |
| Hex | 40 | D4 | 45 | 46 | 0 | 43 | 11 | 7A | 3F | 36 |
| Octal | 100 | 324 | 105 | 106 | 0 | 103 | 21 | 172 | 77 | 66 |
| Binary | 1000000 | 11010100 | 1000101 | 1000110 | 0 | 1000011 | 10001 | 1111010 | 111111 | 110110 |
Color Harmonies of #40D445
Complementary color
Monochromatic Colors of #40D445
Black with #40D445
Text Example
Text Example
White with #40D445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D445; }
p { color: rgb(64,212,69); }
H1.HeaderClassName
{
color: #40D445;
}
.AnyTagClassName
{
color: #40D445;
}
</style>
background-color css
<style>
a { background-color: #40D445; }
a { background-color: rgb(64,212,69); }
div.DivClassName
{
background-color: #40D445;
}
.BgClassName
{
background-color: #40D445;
}
</style>
border-color css
<style>
span { border-color: #40D445; }
span { border-color: rgb(64,212,69); }
td.TdClassName
{
border-color: #40D445;
}
.TagClassName
{
border-color: #40D445;
}
</style>