Shades of Lime Green #40E039
Tints of Lime Green #40E039
RGB
CMYK
RGB Variations
Color information
#40E039 (or 0x40E039) is known color: Lime Green. HEX triplet: 40, E0 and 39. RGB value is (64,224,57). Sum of RGB (Red+Green+Blue) = 64+224+57=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 224 (87.89% from 255 or 64.93% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 224 - color contains mainly: green. Hex color #40E039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E039 is #BF1FC6. Grayscale: #9D9D9D. Windows color (decimal): -12525511 or 3792960. OLE color: 3792960.
HSL color Cylindrical-coordinate representation of color #40E039: hue angle of 117.49º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40E039 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 57 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.12 |
| HSL | 117.49º | 0.73% | 0.55% | - |
| HSV(B) | 117.49º | 0.75% | 0.88% | - |
| XYZ | 29.51 | 54.7 | 12.87 | - |
| YUV | 157.12 | 71.49 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 57 | 0.71 | 0 | 0.75 | 0.12 | 117.49 | 0.73 | 0.55 |
| Hex | 40 | E0 | 39 | 47 | 0 | 4B | C | 75 | 49 | 37 |
| Octal | 100 | 340 | 71 | 107 | 0 | 113 | 14 | 165 | 111 | 67 |
| Binary | 1000000 | 11100000 | 111001 | 1000111 | 0 | 1001011 | 1100 | 1110101 | 1001001 | 110111 |
Color Harmonies of #40E039
Complementary color
Monochromatic Colors of #40E039
Black with #40E039
Text Example
Text Example
White with #40E039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E039; }
p { color: rgb(64,224,57); }
H1.HeaderClassName
{
color: #40E039;
}
.AnyTagClassName
{
color: #40E039;
}
</style>
background-color css
<style>
a { background-color: #40E039; }
a { background-color: rgb(64,224,57); }
div.DivClassName
{
background-color: #40E039;
}
.BgClassName
{
background-color: #40E039;
}
</style>
border-color css
<style>
span { border-color: #40E039; }
span { border-color: rgb(64,224,57); }
td.TdClassName
{
border-color: #40E039;
}
.TagClassName
{
border-color: #40E039;
}
</style>