Shades of Lime Green #40D122
Tints of Lime Green #40D122
RGB
CMYK
RGB Variations
Color information
#40D122 (or 0x40D122) is known color: Lime Green. HEX triplet: 40, D1 and 22. RGB value is (64,209,34). Sum of RGB (Red+Green+Blue) = 64+209+34=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 209 (82.03% from 255 or 68.08% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 209 - color contains mainly: green. Hex color #40D122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D122 is #BF2EDD. Grayscale: #929292. Windows color (decimal): -12529374 or 2281792. OLE color: 2281792.
HSL color Cylindrical-coordinate representation of color #40D122: hue angle of 109.71º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40D122 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 209 | 34 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.18 |
| HSL | 109.71º | 0.72% | 0.48% | - |
| HSV(B) | 109.71º | 0.84% | 0.82% | - |
| XYZ | 25.2 | 46.81 | 9.22 | - |
| YUV | 145.7 | 64.96 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 209 | 34 | 0.69 | 0 | 0.84 | 0.18 | 109.71 | 0.72 | 0.48 |
| Hex | 40 | D1 | 22 | 45 | 0 | 54 | 12 | 6E | 48 | 30 |
| Octal | 100 | 321 | 42 | 105 | 0 | 124 | 22 | 156 | 110 | 60 |
| Binary | 1000000 | 11010001 | 100010 | 1000101 | 0 | 1010100 | 10010 | 1101110 | 1001000 | 110000 |
Color Harmonies of #40D122
Complementary color
Monochromatic Colors of #40D122
Black with #40D122
Text Example
Text Example
White with #40D122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D122; }
p { color: rgb(64,209,34); }
H1.HeaderClassName
{
color: #40D122;
}
.AnyTagClassName
{
color: #40D122;
}
</style>
background-color css
<style>
a { background-color: #40D122; }
a { background-color: rgb(64,209,34); }
div.DivClassName
{
background-color: #40D122;
}
.BgClassName
{
background-color: #40D122;
}
</style>
border-color css
<style>
span { border-color: #40D122; }
span { border-color: rgb(64,209,34); }
td.TdClassName
{
border-color: #40D122;
}
.TagClassName
{
border-color: #40D122;
}
</style>