Shades of Lime Green #40E737
Tints of Lime Green #40E737
RGB
CMYK
RGB Variations
Color information
#40E737 (or 0x40E737) is known color: Lime Green. HEX triplet: 40, E7 and 37. RGB value is (64,231,55). Sum of RGB (Red+Green+Blue) = 64+231+55=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 231 (90.62% from 255 or 66% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 231 - color contains mainly: green. Hex color #40E737 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E737 is #BF18C8. Grayscale: #A1A1A1. Windows color (decimal): -12523721 or 3663680. OLE color: 3663680.
HSL color Cylindrical-coordinate representation of color #40E737: hue angle of 116.93º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40E737 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 231 | 55 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.09 |
| HSL | 116.93º | 0.79% | 0.56% | - |
| HSV(B) | 116.93º | 0.76% | 0.91% | - |
| XYZ | 31.38 | 58.52 | 13.26 | - |
| YUV | 161 | 68.17 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 55 | 0.72 | 0 | 0.76 | 0.09 | 116.93 | 0.79 | 0.56 |
| Hex | 40 | E7 | 37 | 48 | 0 | 4C | 9 | 75 | 4F | 38 |
| Octal | 100 | 347 | 67 | 110 | 0 | 114 | 11 | 165 | 117 | 70 |
| Binary | 1000000 | 11100111 | 110111 | 1001000 | 0 | 1001100 | 1001 | 1110101 | 1001111 | 111000 |
Color Harmonies of #40E737
Complementary color
Monochromatic Colors of #40E737
Black with #40E737
Text Example
Text Example
White with #40E737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E737; }
p { color: rgb(64,231,55); }
H1.HeaderClassName
{
color: #40E737;
}
.AnyTagClassName
{
color: #40E737;
}
</style>
background-color css
<style>
a { background-color: #40E737; }
a { background-color: rgb(64,231,55); }
div.DivClassName
{
background-color: #40E737;
}
.BgClassName
{
background-color: #40E737;
}
</style>
border-color css
<style>
span { border-color: #40E737; }
span { border-color: rgb(64,231,55); }
td.TdClassName
{
border-color: #40E737;
}
.TagClassName
{
border-color: #40E737;
}
</style>