Shades of Lime Green #40D745
Tints of Lime Green #40D745
RGB
CMYK
RGB Variations
Color information
#40D745 (or 0x40D745) is known color: Lime Green. HEX triplet: 40, D7 and 45. RGB value is (64,215,69). Sum of RGB (Red+Green+Blue) = 64+215+69=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 215 (84.38% from 255 or 61.78% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 215 - color contains mainly: green. Hex color #40D745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D745 is #BF28BA. Grayscale: #999999. Windows color (decimal): -12527803 or 4577088. OLE color: 4577088.
HSL color Cylindrical-coordinate representation of color #40D745: hue angle of 121.99º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D745 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 215 | 69 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.16 |
| HSL | 121.99º | 0.65% | 0.55% | - |
| HSV(B) | 121.99º | 0.7% | 0.84% | - |
| XYZ | 27.49 | 50.12 | 13.86 | - |
| YUV | 153.21 | 80.47 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 215 | 69 | 0.70 | 0 | 0.68 | 0.16 | 121.99 | 0.65 | 0.55 |
| Hex | 40 | D7 | 45 | 46 | 0 | 44 | 10 | 7A | 41 | 37 |
| Octal | 100 | 327 | 105 | 106 | 0 | 104 | 20 | 172 | 101 | 67 |
| Binary | 1000000 | 11010111 | 1000101 | 1000110 | 0 | 1000100 | 10000 | 1111010 | 1000001 | 110111 |
Color Harmonies of #40D745
Complementary color
Monochromatic Colors of #40D745
Black with #40D745
Text Example
Text Example
White with #40D745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D745; }
p { color: rgb(64,215,69); }
H1.HeaderClassName
{
color: #40D745;
}
.AnyTagClassName
{
color: #40D745;
}
</style>
background-color css
<style>
a { background-color: #40D745; }
a { background-color: rgb(64,215,69); }
div.DivClassName
{
background-color: #40D745;
}
.BgClassName
{
background-color: #40D745;
}
</style>
border-color css
<style>
span { border-color: #40D745; }
span { border-color: rgb(64,215,69); }
td.TdClassName
{
border-color: #40D745;
}
.TagClassName
{
border-color: #40D745;
}
</style>