Shades of Lime Green #40E73D
Tints of Lime Green #40E73D
RGB
CMYK
RGB Variations
Color information
#40E73D (or 0x40E73D) is known color: Lime Green. HEX triplet: 40, E7 and 3D. RGB value is (64,231,61). Sum of RGB (Red+Green+Blue) = 64+231+61=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 231 (90.62% from 255 or 64.89% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 231 - color contains mainly: green. Hex color #40E73D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E73D is #BF18C2. Grayscale: #A2A2A2. Windows color (decimal): -12523715 or 4056896. OLE color: 4056896.
HSL color Cylindrical-coordinate representation of color #40E73D: hue angle of 118.94º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40E73D is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 231 | 61 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.09 |
| HSL | 118.94º | 0.78% | 0.57% | - |
| HSV(B) | 118.94º | 0.74% | 0.91% | - |
| XYZ | 31.53 | 58.58 | 14.06 | - |
| YUV | 161.69 | 71.17 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 61 | 0.72 | 0 | 0.74 | 0.09 | 118.94 | 0.78 | 0.57 |
| Hex | 40 | E7 | 3D | 48 | 0 | 4A | 9 | 77 | 4E | 39 |
| Octal | 100 | 347 | 75 | 110 | 0 | 112 | 11 | 167 | 116 | 71 |
| Binary | 1000000 | 11100111 | 111101 | 1001000 | 0 | 1001010 | 1001 | 1110111 | 1001110 | 111001 |
Color Harmonies of #40E73D
Complementary color
Monochromatic Colors of #40E73D
Black with #40E73D
Text Example
Text Example
White with #40E73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E73D; }
p { color: rgb(64,231,61); }
H1.HeaderClassName
{
color: #40E73D;
}
.AnyTagClassName
{
color: #40E73D;
}
</style>
background-color css
<style>
a { background-color: #40E73D; }
a { background-color: rgb(64,231,61); }
div.DivClassName
{
background-color: #40E73D;
}
.BgClassName
{
background-color: #40E73D;
}
</style>
border-color css
<style>
span { border-color: #40E73D; }
span { border-color: rgb(64,231,61); }
td.TdClassName
{
border-color: #40E73D;
}
.TagClassName
{
border-color: #40E73D;
}
</style>