Shades of Lime Green #40E63E
Tints of Lime Green #40E63E
RGB
CMYK
RGB Variations
Color information
#40E63E (or 0x40E63E) is known color: Lime Green. HEX triplet: 40, E6 and 3E. RGB value is (64,230,62). Sum of RGB (Red+Green+Blue) = 64+230+62=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 230 (90.23% from 255 or 64.61% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 230 - color contains mainly: green. Hex color #40E63E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E63E is #BF19C1. Grayscale: #A1A1A1. Windows color (decimal): -12523970 or 4122176. OLE color: 4122176.
HSL color Cylindrical-coordinate representation of color #40E63E: hue angle of 119.29º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E63E is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 230 | 62 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.10 |
| HSL | 119.29º | 0.77% | 0.57% | - |
| HSV(B) | 119.29º | 0.73% | 0.9% | - |
| XYZ | 31.28 | 58.03 | 14.11 | - |
| YUV | 161.21 | 72 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 230 | 62 | 0.72 | 0 | 0.73 | 0.10 | 119.29 | 0.77 | 0.57 |
| Hex | 40 | E6 | 3E | 48 | 0 | 49 | A | 77 | 4D | 39 |
| Octal | 100 | 346 | 76 | 110 | 0 | 111 | 12 | 167 | 115 | 71 |
| Binary | 1000000 | 11100110 | 111110 | 1001000 | 0 | 1001001 | 1010 | 1110111 | 1001101 | 111001 |
Color Harmonies of #40E63E
Complementary color
Monochromatic Colors of #40E63E
Black with #40E63E
Text Example
Text Example
White with #40E63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E63E; }
p { color: rgb(64,230,62); }
H1.HeaderClassName
{
color: #40E63E;
}
.AnyTagClassName
{
color: #40E63E;
}
</style>
background-color css
<style>
a { background-color: #40E63E; }
a { background-color: rgb(64,230,62); }
div.DivClassName
{
background-color: #40E63E;
}
.BgClassName
{
background-color: #40E63E;
}
</style>
border-color css
<style>
span { border-color: #40E63E; }
span { border-color: rgb(64,230,62); }
td.TdClassName
{
border-color: #40E63E;
}
.TagClassName
{
border-color: #40E63E;
}
</style>