Shades of Lime Green #40B131
Tints of Lime Green #40B131
RGB
CMYK
RGB Variations
Color information
#40B131 (or 0x40B131) is known color: Lime Green. HEX triplet: 40, B1 and 31. RGB value is (64,177,49). Sum of RGB (Red+Green+Blue) = 64+177+49=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 177 (69.53% from 255 or 61.03% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 177 - color contains mainly: green. Hex color #40B131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B131 is #BF4ECE. Grayscale: #818181. Windows color (decimal): -12537551 or 3256640. OLE color: 3256640.
HSL color Cylindrical-coordinate representation of color #40B131: hue angle of 112.97º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40B131 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 49 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.31 |
| HSL | 112.97º | 0.57% | 0.44% | - |
| HSV(B) | 112.97º | 0.72% | 0.69% | - |
| XYZ | 18.39 | 32.76 | 8.26 | - |
| YUV | 128.62 | 83.06 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 49 | 0.64 | 0 | 0.72 | 0.31 | 112.97 | 0.57 | 0.44 |
| Hex | 40 | B1 | 31 | 40 | 0 | 48 | 1F | 71 | 39 | 2C |
| Octal | 100 | 261 | 61 | 100 | 0 | 110 | 37 | 161 | 71 | 54 |
| Binary | 1000000 | 10110001 | 110001 | 1000000 | 0 | 1001000 | 11111 | 1110001 | 111001 | 101100 |
Color Harmonies of #40B131
Complementary color
Monochromatic Colors of #40B131
Black with #40B131
Text Example
Text Example
White with #40B131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B131; }
p { color: rgb(64,177,49); }
H1.HeaderClassName
{
color: #40B131;
}
.AnyTagClassName
{
color: #40B131;
}
</style>
background-color css
<style>
a { background-color: #40B131; }
a { background-color: rgb(64,177,49); }
div.DivClassName
{
background-color: #40B131;
}
.BgClassName
{
background-color: #40B131;
}
</style>
border-color css
<style>
span { border-color: #40B131; }
span { border-color: rgb(64,177,49); }
td.TdClassName
{
border-color: #40B131;
}
.TagClassName
{
border-color: #40B131;
}
</style>