Shades of Lime Green #40D348
Tints of Lime Green #40D348
RGB
CMYK
RGB Variations
Color information
#40D348 (or 0x40D348) is known color: Lime Green. HEX triplet: 40, D3 and 48. RGB value is (64,211,72). Sum of RGB (Red+Green+Blue) = 64+211+72=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 211 (82.81% from 255 or 60.81% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 211 - color contains mainly: green. Hex color #40D348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D348 is #BF2CB7. Grayscale: #979797. Windows color (decimal): -12528824 or 4772672. OLE color: 4772672.
HSL color Cylindrical-coordinate representation of color #40D348: hue angle of 123.27º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D348 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 211 | 72 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.17 |
| HSL | 123.27º | 0.63% | 0.54% | - |
| HSV(B) | 123.27º | 0.7% | 0.83% | - |
| XYZ | 26.58 | 48.15 | 14.02 | - |
| YUV | 151.2 | 83.3 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 211 | 72 | 0.70 | 0 | 0.66 | 0.17 | 123.27 | 0.63 | 0.54 |
| Hex | 40 | D3 | 48 | 46 | 0 | 42 | 11 | 7B | 3F | 36 |
| Octal | 100 | 323 | 110 | 106 | 0 | 102 | 21 | 173 | 77 | 66 |
| Binary | 1000000 | 11010011 | 1001000 | 1000110 | 0 | 1000010 | 10001 | 1111011 | 111111 | 110110 |
Color Harmonies of #40D348
Complementary color
Monochromatic Colors of #40D348
Black with #40D348
Text Example
Text Example
White with #40D348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D348; }
p { color: rgb(64,211,72); }
H1.HeaderClassName
{
color: #40D348;
}
.AnyTagClassName
{
color: #40D348;
}
</style>
background-color css
<style>
a { background-color: #40D348; }
a { background-color: rgb(64,211,72); }
div.DivClassName
{
background-color: #40D348;
}
.BgClassName
{
background-color: #40D348;
}
</style>
border-color css
<style>
span { border-color: #40D348; }
span { border-color: rgb(64,211,72); }
td.TdClassName
{
border-color: #40D348;
}
.TagClassName
{
border-color: #40D348;
}
</style>