Shades of Lime Green #40DE57
Tints of Lime Green #40DE57
RGB
CMYK
RGB Variations
Color information
#40DE57 (or 0x40DE57) is known color: Lime Green. HEX triplet: 40, DE and 57. RGB value is (64,222,87). Sum of RGB (Red+Green+Blue) = 64+222+87=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 222 (87.11% from 255 or 59.52% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 222 - color contains mainly: green. Hex color #40DE57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DE57 is #BF21A8. Grayscale: #9F9F9F. Windows color (decimal): -12525993 or 5758528. OLE color: 5758528.
HSL color Cylindrical-coordinate representation of color #40DE57: hue angle of 128.73º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DE57 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 222 | 87 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.13 |
| HSL | 128.73º | 0.71% | 0.56% | - |
| HSV(B) | 128.73º | 0.71% | 0.87% | - |
| XYZ | 29.96 | 54.02 | 17.87 | - |
| YUV | 159.37 | 87.15 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 222 | 87 | 0.71 | 0 | 0.61 | 0.13 | 128.73 | 0.71 | 0.56 |
| Hex | 40 | DE | 57 | 47 | 0 | 3D | D | 81 | 47 | 38 |
| Octal | 100 | 336 | 127 | 107 | 0 | 75 | 15 | 201 | 107 | 70 |
| Binary | 1000000 | 11011110 | 1010111 | 1000111 | 0 | 111101 | 1101 | 10000001 | 1000111 | 111000 |
Color Harmonies of #40DE57
Complementary color
Monochromatic Colors of #40DE57
Black with #40DE57
Text Example
Text Example
White with #40DE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DE57; }
p { color: rgb(64,222,87); }
H1.HeaderClassName
{
color: #40DE57;
}
.AnyTagClassName
{
color: #40DE57;
}
</style>
background-color css
<style>
a { background-color: #40DE57; }
a { background-color: rgb(64,222,87); }
div.DivClassName
{
background-color: #40DE57;
}
.BgClassName
{
background-color: #40DE57;
}
</style>
border-color css
<style>
span { border-color: #40DE57; }
span { border-color: rgb(64,222,87); }
td.TdClassName
{
border-color: #40DE57;
}
.TagClassName
{
border-color: #40DE57;
}
</style>