Shades of Lime Green #40C131
Tints of Lime Green #40C131
RGB
CMYK
RGB Variations
Color information
#40C131 (or 0x40C131) is known color: Lime Green. HEX triplet: 40, C1 and 31. RGB value is (64,193,49). Sum of RGB (Red+Green+Blue) = 64+193+49=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 193 (75.78% from 255 or 63.07% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 193 - color contains mainly: green. Hex color #40C131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C131 is #BF3ECE. Grayscale: #8A8A8A. Windows color (decimal): -12533455 or 3260736. OLE color: 3260736.
HSL color Cylindrical-coordinate representation of color #40C131: hue angle of 113.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40C131 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 49 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.24 |
| HSL | 113.75º | 0.6% | 0.47% | - |
| HSV(B) | 113.75º | 0.75% | 0.76% | - |
| XYZ | 21.74 | 39.45 | 9.37 | - |
| YUV | 138.01 | 77.76 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 49 | 0.67 | 0 | 0.75 | 0.24 | 113.75 | 0.6 | 0.47 |
| Hex | 40 | C1 | 31 | 43 | 0 | 4B | 18 | 72 | 3C | 2F |
| Octal | 100 | 301 | 61 | 103 | 0 | 113 | 30 | 162 | 74 | 57 |
| Binary | 1000000 | 11000001 | 110001 | 1000011 | 0 | 1001011 | 11000 | 1110010 | 111100 | 101111 |
Color Harmonies of #40C131
Complementary color
Monochromatic Colors of #40C131
Black with #40C131
Text Example
Text Example
White with #40C131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C131; }
p { color: rgb(64,193,49); }
H1.HeaderClassName
{
color: #40C131;
}
.AnyTagClassName
{
color: #40C131;
}
</style>
background-color css
<style>
a { background-color: #40C131; }
a { background-color: rgb(64,193,49); }
div.DivClassName
{
background-color: #40C131;
}
.BgClassName
{
background-color: #40C131;
}
</style>
border-color css
<style>
span { border-color: #40C131; }
span { border-color: rgb(64,193,49); }
td.TdClassName
{
border-color: #40C131;
}
.TagClassName
{
border-color: #40C131;
}
</style>