Shades of Lime Green #40E720
Tints of Lime Green #40E720
RGB
CMYK
RGB Variations
Color information
#40E720 (or 0x40E720) is known color: Lime Green. HEX triplet: 40, E7 and 20. RGB value is (64,231,32). Sum of RGB (Red+Green+Blue) = 64+231+32=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 231 (90.62% from 255 or 70.64% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 231 - color contains mainly: green. Hex color #40E720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E720 is #BF18DF. Grayscale: #9F9F9F. Windows color (decimal): -12523744 or 2156352. OLE color: 2156352.
HSL color Cylindrical-coordinate representation of color #40E720: hue angle of 110.35º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40E720 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 231 | 32 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.09 |
| HSL | 110.35º | 0.81% | 0.52% | - |
| HSV(B) | 110.35º | 0.86% | 0.91% | - |
| XYZ | 30.95 | 58.35 | 11 | - |
| YUV | 158.38 | 56.67 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 32 | 0.72 | 0 | 0.86 | 0.09 | 110.35 | 0.81 | 0.52 |
| Hex | 40 | E7 | 20 | 48 | 0 | 56 | 9 | 6E | 51 | 34 |
| Octal | 100 | 347 | 40 | 110 | 0 | 126 | 11 | 156 | 121 | 64 |
| Binary | 1000000 | 11100111 | 100000 | 1001000 | 0 | 1010110 | 1001 | 1101110 | 1010001 | 110100 |
Color Harmonies of #40E720
Complementary color
Monochromatic Colors of #40E720
Black with #40E720
Text Example
Text Example
White with #40E720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E720; }
p { color: rgb(64,231,32); }
H1.HeaderClassName
{
color: #40E720;
}
.AnyTagClassName
{
color: #40E720;
}
</style>
background-color css
<style>
a { background-color: #40E720; }
a { background-color: rgb(64,231,32); }
div.DivClassName
{
background-color: #40E720;
}
.BgClassName
{
background-color: #40E720;
}
</style>
border-color css
<style>
span { border-color: #40E720; }
span { border-color: rgb(64,231,32); }
td.TdClassName
{
border-color: #40E720;
}
.TagClassName
{
border-color: #40E720;
}
</style>