Shades of Lime Green #40E147
Tints of Lime Green #40E147
RGB
CMYK
RGB Variations
Color information
#40E147 (or 0x40E147) is known color: Lime Green. HEX triplet: 40, E1 and 47. RGB value is (64,225,71). Sum of RGB (Red+Green+Blue) = 64+225+71=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 225 (88.28% from 255 or 62.5% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 225 - color contains mainly: green. Hex color #40E147 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E147 is #BF1EB8. Grayscale: #9F9F9F. Windows color (decimal): -12525241 or 4710720. OLE color: 4710720.
HSL color Cylindrical-coordinate representation of color #40E147: hue angle of 122.61º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E147 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 71 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.12 |
| HSL | 122.61º | 0.73% | 0.57% | - |
| HSV(B) | 122.61º | 0.72% | 0.88% | - |
| XYZ | 30.18 | 55.4 | 15.06 | - |
| YUV | 159.31 | 78.16 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 71 | 0.72 | 0 | 0.68 | 0.12 | 122.61 | 0.73 | 0.57 |
| Hex | 40 | E1 | 47 | 48 | 0 | 44 | C | 7B | 49 | 39 |
| Octal | 100 | 341 | 107 | 110 | 0 | 104 | 14 | 173 | 111 | 71 |
| Binary | 1000000 | 11100001 | 1000111 | 1001000 | 0 | 1000100 | 1100 | 1111011 | 1001001 | 111001 |
Color Harmonies of #40E147
Complementary color
Monochromatic Colors of #40E147
Black with #40E147
Text Example
Text Example
White with #40E147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E147; }
p { color: rgb(64,225,71); }
H1.HeaderClassName
{
color: #40E147;
}
.AnyTagClassName
{
color: #40E147;
}
</style>
background-color css
<style>
a { background-color: #40E147; }
a { background-color: rgb(64,225,71); }
div.DivClassName
{
background-color: #40E147;
}
.BgClassName
{
background-color: #40E147;
}
</style>
border-color css
<style>
span { border-color: #40E147; }
span { border-color: rgb(64,225,71); }
td.TdClassName
{
border-color: #40E147;
}
.TagClassName
{
border-color: #40E147;
}
</style>