Shades of Lime Green #40E736
Tints of Lime Green #40E736
RGB
CMYK
RGB Variations
Color information
#40E736 (or 0x40E736) is known color: Lime Green. HEX triplet: 40, E7 and 36. RGB value is (64,231,54). Sum of RGB (Red+Green+Blue) = 64+231+54=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 231 (90.62% from 255 or 66.19% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 231 - color contains mainly: green. Hex color #40E736 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E736 is #BF18C9. Grayscale: #A1A1A1. Windows color (decimal): -12523722 or 3598144. OLE color: 3598144.
HSL color Cylindrical-coordinate representation of color #40E736: hue angle of 116.61º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40E736 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 231 | 54 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.09 |
| HSL | 116.61º | 0.79% | 0.56% | - |
| HSV(B) | 116.61º | 0.77% | 0.91% | - |
| XYZ | 31.36 | 58.51 | 13.13 | - |
| YUV | 160.89 | 67.67 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 54 | 0.72 | 0 | 0.77 | 0.09 | 116.61 | 0.79 | 0.56 |
| Hex | 40 | E7 | 36 | 48 | 0 | 4D | 9 | 75 | 4F | 38 |
| Octal | 100 | 347 | 66 | 110 | 0 | 115 | 11 | 165 | 117 | 70 |
| Binary | 1000000 | 11100111 | 110110 | 1001000 | 0 | 1001101 | 1001 | 1110101 | 1001111 | 111000 |
Color Harmonies of #40E736
Complementary color
Monochromatic Colors of #40E736
Black with #40E736
Text Example
Text Example
White with #40E736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E736; }
p { color: rgb(64,231,54); }
H1.HeaderClassName
{
color: #40E736;
}
.AnyTagClassName
{
color: #40E736;
}
</style>
background-color css
<style>
a { background-color: #40E736; }
a { background-color: rgb(64,231,54); }
div.DivClassName
{
background-color: #40E736;
}
.BgClassName
{
background-color: #40E736;
}
</style>
border-color css
<style>
span { border-color: #40E736; }
span { border-color: rgb(64,231,54); }
td.TdClassName
{
border-color: #40E736;
}
.TagClassName
{
border-color: #40E736;
}
</style>