Shades of Lime Green #40D727
Tints of Lime Green #40D727
RGB
CMYK
RGB Variations
Color information
#40D727 (or 0x40D727) is known color: Lime Green. HEX triplet: 40, D7 and 27. RGB value is (64,215,39). Sum of RGB (Red+Green+Blue) = 64+215+39=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 215 (84.38% from 255 or 67.61% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 215 - color contains mainly: green. Hex color #40D727 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D727 is #BF28D8. Grayscale: #969696. Windows color (decimal): -12527833 or 2611008. OLE color: 2611008.
HSL color Cylindrical-coordinate representation of color #40D727: hue angle of 111.48º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40D727 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 215 | 39 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.16 |
| HSL | 111.48º | 0.69% | 0.5% | - |
| HSV(B) | 111.48º | 0.82% | 0.84% | - |
| XYZ | 26.78 | 49.84 | 10.13 | - |
| YUV | 149.79 | 65.47 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 215 | 39 | 0.70 | 0 | 0.82 | 0.16 | 111.48 | 0.69 | 0.5 |
| Hex | 40 | D7 | 27 | 46 | 0 | 52 | 10 | 6F | 45 | 32 |
| Octal | 100 | 327 | 47 | 106 | 0 | 122 | 20 | 157 | 105 | 62 |
| Binary | 1000000 | 11010111 | 100111 | 1000110 | 0 | 1010010 | 10000 | 1101111 | 1000101 | 110010 |
Color Harmonies of #40D727
Complementary color
Monochromatic Colors of #40D727
Black with #40D727
Text Example
Text Example
White with #40D727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D727; }
p { color: rgb(64,215,39); }
H1.HeaderClassName
{
color: #40D727;
}
.AnyTagClassName
{
color: #40D727;
}
</style>
background-color css
<style>
a { background-color: #40D727; }
a { background-color: rgb(64,215,39); }
div.DivClassName
{
background-color: #40D727;
}
.BgClassName
{
background-color: #40D727;
}
</style>
border-color css
<style>
span { border-color: #40D727; }
span { border-color: rgb(64,215,39); }
td.TdClassName
{
border-color: #40D727;
}
.TagClassName
{
border-color: #40D727;
}
</style>