Shades of Lime Green #40D643
Tints of Lime Green #40D643
RGB
CMYK
RGB Variations
Color information
#40D643 (or 0x40D643) is known color: Lime Green. HEX triplet: 40, D6 and 43. RGB value is (64,214,67). Sum of RGB (Red+Green+Blue) = 64+214+67=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 214 (83.98% from 255 or 62.03% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 214 - color contains mainly: green. Hex color #40D643 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D643 is #BF29BC. Grayscale: #989898. Windows color (decimal): -12528061 or 4445760. OLE color: 4445760.
HSL color Cylindrical-coordinate representation of color #40D643: hue angle of 121.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D643 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 214 | 67 | - |
| CMYK | 0.70 | 0 | 0.69 | 0.16 |
| HSL | 121.2º | 0.65% | 0.55% | - |
| HSV(B) | 121.2º | 0.7% | 0.84% | - |
| XYZ | 27.17 | 49.59 | 13.45 | - |
| YUV | 152.39 | 79.81 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 214 | 67 | 0.70 | 0 | 0.69 | 0.16 | 121.2 | 0.65 | 0.55 |
| Hex | 40 | D6 | 43 | 46 | 0 | 45 | 10 | 79 | 41 | 37 |
| Octal | 100 | 326 | 103 | 106 | 0 | 105 | 20 | 171 | 101 | 67 |
| Binary | 1000000 | 11010110 | 1000011 | 1000110 | 0 | 1000101 | 10000 | 1111001 | 1000001 | 110111 |
Color Harmonies of #40D643
Complementary color
Monochromatic Colors of #40D643
Black with #40D643
Text Example
Text Example
White with #40D643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D643; }
p { color: rgb(64,214,67); }
H1.HeaderClassName
{
color: #40D643;
}
.AnyTagClassName
{
color: #40D643;
}
</style>
background-color css
<style>
a { background-color: #40D643; }
a { background-color: rgb(64,214,67); }
div.DivClassName
{
background-color: #40D643;
}
.BgClassName
{
background-color: #40D643;
}
</style>
border-color css
<style>
span { border-color: #40D643; }
span { border-color: rgb(64,214,67); }
td.TdClassName
{
border-color: #40D643;
}
.TagClassName
{
border-color: #40D643;
}
</style>