Shades of Lime Green #40E055
Tints of Lime Green #40E055
RGB
CMYK
RGB Variations
Color information
#40E055 (or 0x40E055) is known color: Lime Green. HEX triplet: 40, E0 and 55. RGB value is (64,224,85). Sum of RGB (Red+Green+Blue) = 64+224+85=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 224 (87.89% from 255 or 60.05% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 224 - color contains mainly: green. Hex color #40E055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E055 is #BF1FAA. Grayscale: #A0A0A0. Windows color (decimal): -12525483 or 5627968. OLE color: 5627968.
HSL color Cylindrical-coordinate representation of color #40E055: hue angle of 127.87º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E055 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 85 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.12 |
| HSL | 127.88º | 0.72% | 0.56% | - |
| HSV(B) | 127.88º | 0.71% | 0.88% | - |
| XYZ | 30.41 | 55.06 | 17.62 | - |
| YUV | 160.31 | 85.49 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 85 | 0.71 | 0 | 0.62 | 0.12 | 127.88 | 0.72 | 0.56 |
| Hex | 40 | E0 | 55 | 47 | 0 | 3E | C | 80 | 48 | 38 |
| Octal | 100 | 340 | 125 | 107 | 0 | 76 | 14 | 200 | 110 | 70 |
| Binary | 1000000 | 11100000 | 1010101 | 1000111 | 0 | 111110 | 1100 | 10000000 | 1001000 | 111000 |
Color Harmonies of #40E055
Complementary color
Monochromatic Colors of #40E055
Black with #40E055
Text Example
Text Example
White with #40E055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E055; }
p { color: rgb(64,224,85); }
H1.HeaderClassName
{
color: #40E055;
}
.AnyTagClassName
{
color: #40E055;
}
</style>
background-color css
<style>
a { background-color: #40E055; }
a { background-color: rgb(64,224,85); }
div.DivClassName
{
background-color: #40E055;
}
.BgClassName
{
background-color: #40E055;
}
</style>
border-color css
<style>
span { border-color: #40E055; }
span { border-color: rgb(64,224,85); }
td.TdClassName
{
border-color: #40E055;
}
.TagClassName
{
border-color: #40E055;
}
</style>