Shades of Lime Green #40D342
Tints of Lime Green #40D342
RGB
CMYK
RGB Variations
Color information
#40D342 (or 0x40D342) is known color: Lime Green. HEX triplet: 40, D3 and 42. RGB value is (64,211,66). Sum of RGB (Red+Green+Blue) = 64+211+66=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 211 (82.81% from 255 or 61.88% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 211 - color contains mainly: green. Hex color #40D342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D342 is #BF2CBD. Grayscale: #969696. Windows color (decimal): -12528830 or 4379456. OLE color: 4379456.
HSL color Cylindrical-coordinate representation of color #40D342: hue angle of 120.82º 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 #40D342 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 211 | 66 | - |
| CMYK | 0.70 | 0 | 0.69 | 0.17 |
| HSL | 120.82º | 0.63% | 0.54% | - |
| HSV(B) | 120.82º | 0.7% | 0.83% | - |
| XYZ | 26.39 | 48.07 | 13.04 | - |
| YUV | 150.52 | 80.3 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 211 | 66 | 0.70 | 0 | 0.69 | 0.17 | 120.82 | 0.63 | 0.54 |
| Hex | 40 | D3 | 42 | 46 | 0 | 45 | 11 | 79 | 3F | 36 |
| Octal | 100 | 323 | 102 | 106 | 0 | 105 | 21 | 171 | 77 | 66 |
| Binary | 1000000 | 11010011 | 1000010 | 1000110 | 0 | 1000101 | 10001 | 1111001 | 111111 | 110110 |
Color Harmonies of #40D342
Complementary color
Monochromatic Colors of #40D342
Black with #40D342
Text Example
Text Example
White with #40D342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D342; }
p { color: rgb(64,211,66); }
H1.HeaderClassName
{
color: #40D342;
}
.AnyTagClassName
{
color: #40D342;
}
</style>
background-color css
<style>
a { background-color: #40D342; }
a { background-color: rgb(64,211,66); }
div.DivClassName
{
background-color: #40D342;
}
.BgClassName
{
background-color: #40D342;
}
</style>
border-color css
<style>
span { border-color: #40D342; }
span { border-color: rgb(64,211,66); }
td.TdClassName
{
border-color: #40D342;
}
.TagClassName
{
border-color: #40D342;
}
</style>