Shades of Lime Green #40D636
Tints of Lime Green #40D636
RGB
CMYK
RGB Variations
Color information
#40D636 (or 0x40D636) is known color: Lime Green. HEX triplet: 40, D6 and 36. RGB value is (64,214,54). Sum of RGB (Red+Green+Blue) = 64+214+54=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 214 (83.98% from 255 or 64.46% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 214 - color contains mainly: green. Hex color #40D636 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D636 is #BF29C9. Grayscale: #979797. Windows color (decimal): -12528074 or 3593792. OLE color: 3593792.
HSL color Cylindrical-coordinate representation of color #40D636: hue angle of 116.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40D636 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 214 | 54 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.16 |
| HSL | 116.25º | 0.66% | 0.53% | - |
| HSV(B) | 116.25º | 0.75% | 0.84% | - |
| XYZ | 26.83 | 49.45 | 11.62 | - |
| YUV | 150.91 | 73.31 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 214 | 54 | 0.70 | 0 | 0.75 | 0.16 | 116.25 | 0.66 | 0.53 |
| Hex | 40 | D6 | 36 | 46 | 0 | 4B | 10 | 74 | 42 | 35 |
| Octal | 100 | 326 | 66 | 106 | 0 | 113 | 20 | 164 | 102 | 65 |
| Binary | 1000000 | 11010110 | 110110 | 1000110 | 0 | 1001011 | 10000 | 1110100 | 1000010 | 110101 |
Color Harmonies of #40D636
Complementary color
Monochromatic Colors of #40D636
Black with #40D636
Text Example
Text Example
White with #40D636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D636; }
p { color: rgb(64,214,54); }
H1.HeaderClassName
{
color: #40D636;
}
.AnyTagClassName
{
color: #40D636;
}
</style>
background-color css
<style>
a { background-color: #40D636; }
a { background-color: rgb(64,214,54); }
div.DivClassName
{
background-color: #40D636;
}
.BgClassName
{
background-color: #40D636;
}
</style>
border-color css
<style>
span { border-color: #40D636; }
span { border-color: rgb(64,214,54); }
td.TdClassName
{
border-color: #40D636;
}
.TagClassName
{
border-color: #40D636;
}
</style>