Shades of Lime Green #40E831
Tints of Lime Green #40E831
RGB
CMYK
RGB Variations
Color information
#40E831 (or 0x40E831) is known color: Lime Green. HEX triplet: 40, E8 and 31. RGB value is (64,232,49). Sum of RGB (Red+Green+Blue) = 64+232+49=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 232 (91.02% from 255 or 67.25% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 232 - color contains mainly: green. Hex color #40E831 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E831 is #BF17CE. Grayscale: #A1A1A1. Windows color (decimal): -12523471 or 3270720. OLE color: 3270720.
HSL color Cylindrical-coordinate representation of color #40E831: hue angle of 115.08º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40E831 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 232 | 49 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.09 |
| HSL | 115.08º | 0.8% | 0.55% | - |
| HSV(B) | 115.08º | 0.79% | 0.91% | - |
| XYZ | 31.53 | 59.02 | 12.64 | - |
| YUV | 160.91 | 64.84 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 232 | 49 | 0.72 | 0 | 0.79 | 0.09 | 115.08 | 0.8 | 0.55 |
| Hex | 40 | E8 | 31 | 48 | 0 | 4F | 9 | 73 | 50 | 37 |
| Octal | 100 | 350 | 61 | 110 | 0 | 117 | 11 | 163 | 120 | 67 |
| Binary | 1000000 | 11101000 | 110001 | 1001000 | 0 | 1001111 | 1001 | 1110011 | 1010000 | 110111 |
Color Harmonies of #40E831
Complementary color
Monochromatic Colors of #40E831
Black with #40E831
Text Example
Text Example
White with #40E831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E831; }
p { color: rgb(64,232,49); }
H1.HeaderClassName
{
color: #40E831;
}
.AnyTagClassName
{
color: #40E831;
}
</style>
background-color css
<style>
a { background-color: #40E831; }
a { background-color: rgb(64,232,49); }
div.DivClassName
{
background-color: #40E831;
}
.BgClassName
{
background-color: #40E831;
}
</style>
border-color css
<style>
span { border-color: #40E831; }
span { border-color: rgb(64,232,49); }
td.TdClassName
{
border-color: #40E831;
}
.TagClassName
{
border-color: #40E831;
}
</style>