Shades of Lime Green #40D545
Tints of Lime Green #40D545
RGB
CMYK
RGB Variations
Color information
#40D545 (or 0x40D545) is known color: Lime Green. HEX triplet: 40, D5 and 45. RGB value is (64,213,69). Sum of RGB (Red+Green+Blue) = 64+213+69=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #40D545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D545 is #BF2ABA. Grayscale: #989898. Windows color (decimal): -12528315 or 4576576. OLE color: 4576576.
HSL color Cylindrical-coordinate representation of color #40D545: hue angle of 122.01º 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 #40D545 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 69 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.16 |
| HSL | 122.01º | 0.64% | 0.54% | - |
| HSV(B) | 122.01º | 0.7% | 0.84% | - |
| XYZ | 26.98 | 49.11 | 13.69 | - |
| YUV | 152.03 | 81.14 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 69 | 0.70 | 0 | 0.68 | 0.16 | 122.01 | 0.64 | 0.54 |
| Hex | 40 | D5 | 45 | 46 | 0 | 44 | 10 | 7A | 40 | 36 |
| Octal | 100 | 325 | 105 | 106 | 0 | 104 | 20 | 172 | 100 | 66 |
| Binary | 1000000 | 11010101 | 1000101 | 1000110 | 0 | 1000100 | 10000 | 1111010 | 1000000 | 110110 |
Color Harmonies of #40D545
Complementary color
Monochromatic Colors of #40D545
Black with #40D545
Text Example
Text Example
White with #40D545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D545; }
p { color: rgb(64,213,69); }
H1.HeaderClassName
{
color: #40D545;
}
.AnyTagClassName
{
color: #40D545;
}
</style>
background-color css
<style>
a { background-color: #40D545; }
a { background-color: rgb(64,213,69); }
div.DivClassName
{
background-color: #40D545;
}
.BgClassName
{
background-color: #40D545;
}
</style>
border-color css
<style>
span { border-color: #40D545; }
span { border-color: rgb(64,213,69); }
td.TdClassName
{
border-color: #40D545;
}
.TagClassName
{
border-color: #40D545;
}
</style>