Shades of Lime Green #40E420
Tints of Lime Green #40E420
RGB
CMYK
RGB Variations
Color information
#40E420 (or 0x40E420) is known color: Lime Green. HEX triplet: 40, E4 and 20. RGB value is (64,228,32). Sum of RGB (Red+Green+Blue) = 64+228+32=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 228 (89.45% from 255 or 70.37% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 228 - color contains mainly: green. Hex color #40E420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E420 is #BF1BDF. Grayscale: #9D9D9D. Windows color (decimal): -12524512 or 2155584. OLE color: 2155584.
HSL color Cylindrical-coordinate representation of color #40E420: hue angle of 110.2º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40E420 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 228 | 32 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.11 |
| HSL | 110.2º | 0.78% | 0.51% | - |
| HSV(B) | 110.2º | 0.86% | 0.89% | - |
| XYZ | 30.12 | 56.68 | 10.72 | - |
| YUV | 156.62 | 57.67 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 228 | 32 | 0.72 | 0 | 0.86 | 0.11 | 110.2 | 0.78 | 0.51 |
| Hex | 40 | E4 | 20 | 48 | 0 | 56 | B | 6E | 4E | 33 |
| Octal | 100 | 344 | 40 | 110 | 0 | 126 | 13 | 156 | 116 | 63 |
| Binary | 1000000 | 11100100 | 100000 | 1001000 | 0 | 1010110 | 1011 | 1101110 | 1001110 | 110011 |
Color Harmonies of #40E420
Complementary color
Monochromatic Colors of #40E420
Black with #40E420
Text Example
Text Example
White with #40E420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E420; }
p { color: rgb(64,228,32); }
H1.HeaderClassName
{
color: #40E420;
}
.AnyTagClassName
{
color: #40E420;
}
</style>
background-color css
<style>
a { background-color: #40E420; }
a { background-color: rgb(64,228,32); }
div.DivClassName
{
background-color: #40E420;
}
.BgClassName
{
background-color: #40E420;
}
</style>
border-color css
<style>
span { border-color: #40E420; }
span { border-color: rgb(64,228,32); }
td.TdClassName
{
border-color: #40E420;
}
.TagClassName
{
border-color: #40E420;
}
</style>