Shades of Lime Green #40D221
Tints of Lime Green #40D221
RGB
CMYK
RGB Variations
Color information
#40D221 (or 0x40D221) is known color: Lime Green. HEX triplet: 40, D2 and 21. RGB value is (64,210,33). Sum of RGB (Red+Green+Blue) = 64+210+33=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 210 (82.42% from 255 or 68.40% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 210 - color contains mainly: green. Hex color #40D221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D221 is #BF2DDE. Grayscale: #929292. Windows color (decimal): -12529119 or 2216512. OLE color: 2216512.
HSL color Cylindrical-coordinate representation of color #40D221: hue angle of 109.49º degrees, saturation: 0.73, 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 #40D221 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 210 | 33 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.18 |
| HSL | 109.49º | 0.73% | 0.48% | - |
| HSV(B) | 109.49º | 0.84% | 0.82% | - |
| XYZ | 25.44 | 47.29 | 9.23 | - |
| YUV | 146.17 | 64.13 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 210 | 33 | 0.70 | 0 | 0.84 | 0.18 | 109.49 | 0.73 | 0.48 |
| Hex | 40 | D2 | 21 | 46 | 0 | 54 | 12 | 6D | 49 | 30 |
| Octal | 100 | 322 | 41 | 106 | 0 | 124 | 22 | 155 | 111 | 60 |
| Binary | 1000000 | 11010010 | 100001 | 1000110 | 0 | 1010100 | 10010 | 1101101 | 1001001 | 110000 |
Color Harmonies of #40D221
Complementary color
Monochromatic Colors of #40D221
Black with #40D221
Text Example
Text Example
White with #40D221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D221; }
p { color: rgb(64,210,33); }
H1.HeaderClassName
{
color: #40D221;
}
.AnyTagClassName
{
color: #40D221;
}
</style>
background-color css
<style>
a { background-color: #40D221; }
a { background-color: rgb(64,210,33); }
div.DivClassName
{
background-color: #40D221;
}
.BgClassName
{
background-color: #40D221;
}
</style>
border-color css
<style>
span { border-color: #40D221; }
span { border-color: rgb(64,210,33); }
td.TdClassName
{
border-color: #40D221;
}
.TagClassName
{
border-color: #40D221;
}
</style>