Shades of Lime Green #40E237
Tints of Lime Green #40E237
RGB
CMYK
RGB Variations
Color information
#40E237 (or 0x40E237) is known color: Lime Green. HEX triplet: 40, E2 and 37. RGB value is (64,226,55). Sum of RGB (Red+Green+Blue) = 64+226+55=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 226 (88.67% from 255 or 65.51% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 226 - color contains mainly: green. Hex color #40E237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E237 is #BF1DC8. Grayscale: #9E9E9E. Windows color (decimal): -12525001 or 3662400. OLE color: 3662400.
HSL color Cylindrical-coordinate representation of color #40E237: hue angle of 116.84º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40E237 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 226 | 55 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.11 |
| HSL | 116.84º | 0.75% | 0.55% | - |
| HSV(B) | 116.84º | 0.76% | 0.89% | - |
| XYZ | 30 | 55.76 | 12.8 | - |
| YUV | 158.07 | 69.83 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 226 | 55 | 0.72 | 0 | 0.76 | 0.11 | 116.84 | 0.75 | 0.55 |
| Hex | 40 | E2 | 37 | 48 | 0 | 4C | B | 75 | 4B | 37 |
| Octal | 100 | 342 | 67 | 110 | 0 | 114 | 13 | 165 | 113 | 67 |
| Binary | 1000000 | 11100010 | 110111 | 1001000 | 0 | 1001100 | 1011 | 1110101 | 1001011 | 110111 |
Color Harmonies of #40E237
Complementary color
Monochromatic Colors of #40E237
Black with #40E237
Text Example
Text Example
White with #40E237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E237; }
p { color: rgb(64,226,55); }
H1.HeaderClassName
{
color: #40E237;
}
.AnyTagClassName
{
color: #40E237;
}
</style>
background-color css
<style>
a { background-color: #40E237; }
a { background-color: rgb(64,226,55); }
div.DivClassName
{
background-color: #40E237;
}
.BgClassName
{
background-color: #40E237;
}
</style>
border-color css
<style>
span { border-color: #40E237; }
span { border-color: rgb(64,226,55); }
td.TdClassName
{
border-color: #40E237;
}
.TagClassName
{
border-color: #40E237;
}
</style>