Shades of Lime Green #40E92D
Tints of Lime Green #40E92D
RGB
CMYK
RGB Variations
Color information
#40E92D (or 0x40E92D) is known color: Lime Green. HEX triplet: 40, E9 and 2D. RGB value is (64,233,45). Sum of RGB (Red+Green+Blue) = 64+233+45=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 233 (91.41% from 255 or 68.13% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 233 - color contains mainly: green. Hex color #40E92D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E92D is #BF16D2. Grayscale: #A1A1A1. Windows color (decimal): -12523219 or 3008832. OLE color: 3008832.
HSL color Cylindrical-coordinate representation of color #40E92D: hue angle of 113.94º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40E92D is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 45 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.09 |
| HSL | 113.94º | 0.81% | 0.55% | - |
| HSV(B) | 113.94º | 0.81% | 0.91% | - |
| XYZ | 31.73 | 59.56 | 12.31 | - |
| YUV | 161.04 | 62.51 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 45 | 0.73 | 0 | 0.81 | 0.09 | 113.94 | 0.81 | 0.55 |
| Hex | 40 | E9 | 2D | 49 | 0 | 51 | 9 | 72 | 51 | 37 |
| Octal | 100 | 351 | 55 | 111 | 0 | 121 | 11 | 162 | 121 | 67 |
| Binary | 1000000 | 11101001 | 101101 | 1001001 | 0 | 1010001 | 1001 | 1110010 | 1010001 | 110111 |
Color Harmonies of #40E92D
Complementary color
Monochromatic Colors of #40E92D
Black with #40E92D
Text Example
Text Example
White with #40E92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E92D; }
p { color: rgb(64,233,45); }
H1.HeaderClassName
{
color: #40E92D;
}
.AnyTagClassName
{
color: #40E92D;
}
</style>
background-color css
<style>
a { background-color: #40E92D; }
a { background-color: rgb(64,233,45); }
div.DivClassName
{
background-color: #40E92D;
}
.BgClassName
{
background-color: #40E92D;
}
</style>
border-color css
<style>
span { border-color: #40E92D; }
span { border-color: rgb(64,233,45); }
td.TdClassName
{
border-color: #40E92D;
}
.TagClassName
{
border-color: #40E92D;
}
</style>