Shades of Lime Green #40D153
Tints of Lime Green #40D153
RGB
CMYK
RGB Variations
Color information
#40D153 (or 0x40D153) is known color: Lime Green. HEX triplet: 40, D1 and 53. RGB value is (64,209,83). Sum of RGB (Red+Green+Blue) = 64+209+83=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 209 (82.03% from 255 or 58.71% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 209 - color contains mainly: green. Hex color #40D153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D153 is #BF2EAC. Grayscale: #979797. Windows color (decimal): -12529325 or 5493056. OLE color: 5493056.
HSL color Cylindrical-coordinate representation of color #40D153: hue angle of 127.86º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D153 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 209 | 83 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.18 |
| HSL | 127.86º | 0.61% | 0.54% | - |
| HSV(B) | 127.86º | 0.69% | 0.82% | - |
| XYZ | 26.48 | 47.32 | 15.92 | - |
| YUV | 151.28 | 89.46 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 209 | 83 | 0.69 | 0 | 0.60 | 0.18 | 127.86 | 0.61 | 0.54 |
| Hex | 40 | D1 | 53 | 45 | 0 | 3C | 12 | 80 | 3D | 36 |
| Octal | 100 | 321 | 123 | 105 | 0 | 74 | 22 | 200 | 75 | 66 |
| Binary | 1000000 | 11010001 | 1010011 | 1000101 | 0 | 111100 | 10010 | 10000000 | 111101 | 110110 |
Color Harmonies of #40D153
Complementary color
Monochromatic Colors of #40D153
Black with #40D153
Text Example
Text Example
White with #40D153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D153; }
p { color: rgb(64,209,83); }
H1.HeaderClassName
{
color: #40D153;
}
.AnyTagClassName
{
color: #40D153;
}
</style>
background-color css
<style>
a { background-color: #40D153; }
a { background-color: rgb(64,209,83); }
div.DivClassName
{
background-color: #40D153;
}
.BgClassName
{
background-color: #40D153;
}
</style>
border-color css
<style>
span { border-color: #40D153; }
span { border-color: rgb(64,209,83); }
td.TdClassName
{
border-color: #40D153;
}
.TagClassName
{
border-color: #40D153;
}
</style>