Shades of Lime Green #40D148
Tints of Lime Green #40D148
RGB
CMYK
RGB Variations
Color information
#40D148 (or 0x40D148) is known color: Lime Green. HEX triplet: 40, D1 and 48. RGB value is (64,209,72). Sum of RGB (Red+Green+Blue) = 64+209+72=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 209 (82.03% from 255 or 60.58% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 209 - color contains mainly: green. Hex color #40D148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D148 is #BF2EB7. Grayscale: #969696. Windows color (decimal): -12529336 or 4772160. OLE color: 4772160.
HSL color Cylindrical-coordinate representation of color #40D148: hue angle of 123.31º 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 #40D148 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 209 | 72 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.18 |
| HSL | 123.31º | 0.61% | 0.54% | - |
| HSV(B) | 123.31º | 0.69% | 0.82% | - |
| XYZ | 26.08 | 47.16 | 13.86 | - |
| YUV | 150.03 | 83.96 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 209 | 72 | 0.69 | 0 | 0.66 | 0.18 | 123.31 | 0.61 | 0.54 |
| Hex | 40 | D1 | 48 | 45 | 0 | 42 | 12 | 7B | 3D | 36 |
| Octal | 100 | 321 | 110 | 105 | 0 | 102 | 22 | 173 | 75 | 66 |
| Binary | 1000000 | 11010001 | 1001000 | 1000101 | 0 | 1000010 | 10010 | 1111011 | 111101 | 110110 |
Color Harmonies of #40D148
Complementary color
Monochromatic Colors of #40D148
Black with #40D148
Text Example
Text Example
White with #40D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D148; }
p { color: rgb(64,209,72); }
H1.HeaderClassName
{
color: #40D148;
}
.AnyTagClassName
{
color: #40D148;
}
</style>
background-color css
<style>
a { background-color: #40D148; }
a { background-color: rgb(64,209,72); }
div.DivClassName
{
background-color: #40D148;
}
.BgClassName
{
background-color: #40D148;
}
</style>
border-color css
<style>
span { border-color: #40D148; }
span { border-color: rgb(64,209,72); }
td.TdClassName
{
border-color: #40D148;
}
.TagClassName
{
border-color: #40D148;
}
</style>