Shades of Lime Green #40D543
Tints of Lime Green #40D543
RGB
CMYK
RGB Variations
Color information
#40D543 (or 0x40D543) is known color: Lime Green. HEX triplet: 40, D5 and 43. RGB value is (64,213,67). Sum of RGB (Red+Green+Blue) = 64+213+67=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 213 (83.59% from 255 or 61.92% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 213 - color contains mainly: green. Hex color #40D543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D543 is #BF2ABC. Grayscale: #989898. Windows color (decimal): -12528317 or 4445504. OLE color: 4445504.
HSL color Cylindrical-coordinate representation of color #40D543: hue angle of 121.21º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D543 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 67 | - |
| CMYK | 0.70 | 0 | 0.69 | 0.16 |
| HSL | 121.21º | 0.64% | 0.54% | - |
| HSV(B) | 121.21º | 0.7% | 0.84% | - |
| XYZ | 26.92 | 49.08 | 13.37 | - |
| YUV | 151.81 | 80.14 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 67 | 0.70 | 0 | 0.69 | 0.16 | 121.21 | 0.64 | 0.54 |
| Hex | 40 | D5 | 43 | 46 | 0 | 45 | 10 | 79 | 40 | 36 |
| Octal | 100 | 325 | 103 | 106 | 0 | 105 | 20 | 171 | 100 | 66 |
| Binary | 1000000 | 11010101 | 1000011 | 1000110 | 0 | 1000101 | 10000 | 1111001 | 1000000 | 110110 |
Color Harmonies of #40D543
Complementary color
Monochromatic Colors of #40D543
Black with #40D543
Text Example
Text Example
White with #40D543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D543; }
p { color: rgb(64,213,67); }
H1.HeaderClassName
{
color: #40D543;
}
.AnyTagClassName
{
color: #40D543;
}
</style>
background-color css
<style>
a { background-color: #40D543; }
a { background-color: rgb(64,213,67); }
div.DivClassName
{
background-color: #40D543;
}
.BgClassName
{
background-color: #40D543;
}
</style>
border-color css
<style>
span { border-color: #40D543; }
span { border-color: rgb(64,213,67); }
td.TdClassName
{
border-color: #40D543;
}
.TagClassName
{
border-color: #40D543;
}
</style>