Shades of Lime Green #40E94D
Tints of Lime Green #40E94D
RGB
CMYK
RGB Variations
Color information
#40E94D (or 0x40E94D) is known color: Lime Green. HEX triplet: 40, E9 and 4D. RGB value is (64,233,77). Sum of RGB (Red+Green+Blue) = 64+233+77=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 233 (91.41% from 255 or 62.30% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 233 - color contains mainly: green. Hex color #40E94D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E94D is #BF16B2. Grayscale: #A5A5A5. Windows color (decimal): -12523187 or 5105984. OLE color: 5105984.
HSL color Cylindrical-coordinate representation of color #40E94D: hue angle of 124.62º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E94D is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 77 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.09 |
| HSL | 124.62º | 0.79% | 0.58% | - |
| HSV(B) | 124.62º | 0.73% | 0.91% | - |
| XYZ | 32.59 | 59.9 | 16.87 | - |
| YUV | 164.69 | 78.51 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 77 | 0.73 | 0 | 0.67 | 0.09 | 124.62 | 0.79 | 0.58 |
| Hex | 40 | E9 | 4D | 49 | 0 | 43 | 9 | 7D | 4F | 3A |
| Octal | 100 | 351 | 115 | 111 | 0 | 103 | 11 | 175 | 117 | 72 |
| Binary | 1000000 | 11101001 | 1001101 | 1001001 | 0 | 1000011 | 1001 | 1111101 | 1001111 | 111010 |
Color Harmonies of #40E94D
Complementary color
Monochromatic Colors of #40E94D
Black with #40E94D
Text Example
Text Example
White with #40E94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E94D; }
p { color: rgb(64,233,77); }
H1.HeaderClassName
{
color: #40E94D;
}
.AnyTagClassName
{
color: #40E94D;
}
</style>
background-color css
<style>
a { background-color: #40E94D; }
a { background-color: rgb(64,233,77); }
div.DivClassName
{
background-color: #40E94D;
}
.BgClassName
{
background-color: #40E94D;
}
</style>
border-color css
<style>
span { border-color: #40E94D; }
span { border-color: rgb(64,233,77); }
td.TdClassName
{
border-color: #40E94D;
}
.TagClassName
{
border-color: #40E94D;
}
</style>