Shades of Lime Green #40E126
Tints of Lime Green #40E126
RGB
CMYK
RGB Variations
Color information
#40E126 (or 0x40E126) is known color: Lime Green. HEX triplet: 40, E1 and 26. RGB value is (64,225,38). Sum of RGB (Red+Green+Blue) = 64+225+38=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 225 (88.28% from 255 or 68.81% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 225 - color contains mainly: green. Hex color #40E126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E126 is #BF1ED9. Grayscale: #9C9C9C. Windows color (decimal): -12525274 or 2548032. OLE color: 2548032.
HSL color Cylindrical-coordinate representation of color #40E126: hue angle of 111.66º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40E126 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 38 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.12 |
| HSL | 111.66º | 0.76% | 0.52% | - |
| HSV(B) | 111.66º | 0.83% | 0.88% | - |
| XYZ | 29.39 | 55.08 | 10.92 | - |
| YUV | 155.54 | 61.66 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 38 | 0.72 | 0 | 0.83 | 0.12 | 111.66 | 0.76 | 0.52 |
| Hex | 40 | E1 | 26 | 48 | 0 | 53 | C | 70 | 4C | 34 |
| Octal | 100 | 341 | 46 | 110 | 0 | 123 | 14 | 160 | 114 | 64 |
| Binary | 1000000 | 11100001 | 100110 | 1001000 | 0 | 1010011 | 1100 | 1110000 | 1001100 | 110100 |
Color Harmonies of #40E126
Complementary color
Monochromatic Colors of #40E126
Black with #40E126
Text Example
Text Example
White with #40E126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E126; }
p { color: rgb(64,225,38); }
H1.HeaderClassName
{
color: #40E126;
}
.AnyTagClassName
{
color: #40E126;
}
</style>
background-color css
<style>
a { background-color: #40E126; }
a { background-color: rgb(64,225,38); }
div.DivClassName
{
background-color: #40E126;
}
.BgClassName
{
background-color: #40E126;
}
</style>
border-color css
<style>
span { border-color: #40E126; }
span { border-color: rgb(64,225,38); }
td.TdClassName
{
border-color: #40E126;
}
.TagClassName
{
border-color: #40E126;
}
</style>