Shades of Lime Green #40E931
Tints of Lime Green #40E931
RGB
CMYK
RGB Variations
Color information
#40E931 (or 0x40E931) is known color: Lime Green. HEX triplet: 40, E9 and 31. RGB value is (64,233,49). Sum of RGB (Red+Green+Blue) = 64+233+49=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 233 (91.41% from 255 or 67.34% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 233 - color contains mainly: green. Hex color #40E931 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E931 is #BF16CE. Grayscale: #A2A2A2. Windows color (decimal): -12523215 or 3270976. OLE color: 3270976.
HSL color Cylindrical-coordinate representation of color #40E931: hue angle of 115.11º degrees, saturation: 0.81, 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 #40E931 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 49 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.09 |
| HSL | 115.11º | 0.81% | 0.55% | - |
| HSV(B) | 115.11º | 0.79% | 0.91% | - |
| XYZ | 31.81 | 59.59 | 12.73 | - |
| YUV | 161.49 | 64.51 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 49 | 0.73 | 0 | 0.79 | 0.09 | 115.11 | 0.81 | 0.55 |
| Hex | 40 | E9 | 31 | 49 | 0 | 4F | 9 | 73 | 51 | 37 |
| Octal | 100 | 351 | 61 | 111 | 0 | 117 | 11 | 163 | 121 | 67 |
| Binary | 1000000 | 11101001 | 110001 | 1001001 | 0 | 1001111 | 1001 | 1110011 | 1010001 | 110111 |
Color Harmonies of #40E931
Complementary color
Monochromatic Colors of #40E931
Black with #40E931
Text Example
Text Example
White with #40E931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E931; }
p { color: rgb(64,233,49); }
H1.HeaderClassName
{
color: #40E931;
}
.AnyTagClassName
{
color: #40E931;
}
</style>
background-color css
<style>
a { background-color: #40E931; }
a { background-color: rgb(64,233,49); }
div.DivClassName
{
background-color: #40E931;
}
.BgClassName
{
background-color: #40E931;
}
</style>
border-color css
<style>
span { border-color: #40E931; }
span { border-color: rgb(64,233,49); }
td.TdClassName
{
border-color: #40E931;
}
.TagClassName
{
border-color: #40E931;
}
</style>