Shades of Lime Green #40D32F
Tints of Lime Green #40D32F
RGB
CMYK
RGB Variations
Color information
#40D32F (or 0x40D32F) is known color: Lime Green. HEX triplet: 40, D3 and 2F. RGB value is (64,211,47). Sum of RGB (Red+Green+Blue) = 64+211+47=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 211 (82.81% from 255 or 65.53% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 211 - color contains mainly: green. Hex color #40D32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D32F is #BF2CD0. Grayscale: #949494. Windows color (decimal): -12528849 or 3134272. OLE color: 3134272.
HSL color Cylindrical-coordinate representation of color #40D32F: hue angle of 113.78º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40D32F is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 211 | 47 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.17 |
| HSL | 113.78º | 0.65% | 0.51% | - |
| HSV(B) | 113.78º | 0.78% | 0.83% | - |
| XYZ | 25.92 | 47.88 | 10.57 | - |
| YUV | 148.35 | 70.8 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 211 | 47 | 0.70 | 0 | 0.78 | 0.17 | 113.78 | 0.65 | 0.51 |
| Hex | 40 | D3 | 2F | 46 | 0 | 4E | 11 | 72 | 41 | 33 |
| Octal | 100 | 323 | 57 | 106 | 0 | 116 | 21 | 162 | 101 | 63 |
| Binary | 1000000 | 11010011 | 101111 | 1000110 | 0 | 1001110 | 10001 | 1110010 | 1000001 | 110011 |
Color Harmonies of #40D32F
Complementary color
Monochromatic Colors of #40D32F
Black with #40D32F
Text Example
Text Example
White with #40D32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D32F; }
p { color: rgb(64,211,47); }
H1.HeaderClassName
{
color: #40D32F;
}
.AnyTagClassName
{
color: #40D32F;
}
</style>
background-color css
<style>
a { background-color: #40D32F; }
a { background-color: rgb(64,211,47); }
div.DivClassName
{
background-color: #40D32F;
}
.BgClassName
{
background-color: #40D32F;
}
</style>
border-color css
<style>
span { border-color: #40D32F; }
span { border-color: rgb(64,211,47); }
td.TdClassName
{
border-color: #40D32F;
}
.TagClassName
{
border-color: #40D32F;
}
</style>