Shades of Lime Green #40E83F
Tints of Lime Green #40E83F
RGB
CMYK
RGB Variations
Color information
#40E83F (or 0x40E83F) is known color: Lime Green. HEX triplet: 40, E8 and 3F. RGB value is (64,232,63). Sum of RGB (Red+Green+Blue) = 64+232+63=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 232 (91.02% from 255 or 64.62% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 232 - color contains mainly: green. Hex color #40E83F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E83F is #BF17C0. Grayscale: #A3A3A3. Windows color (decimal): -12523457 or 4188224. OLE color: 4188224.
HSL color Cylindrical-coordinate representation of color #40E83F: hue angle of 119.64º 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 #40E83F is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 232 | 63 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.09 |
| HSL | 119.65º | 0.79% | 0.58% | - |
| HSV(B) | 119.65º | 0.73% | 0.91% | - |
| XYZ | 31.87 | 59.16 | 14.44 | - |
| YUV | 162.5 | 71.84 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 232 | 63 | 0.72 | 0 | 0.73 | 0.09 | 119.65 | 0.79 | 0.58 |
| Hex | 40 | E8 | 3F | 48 | 0 | 49 | 9 | 78 | 4F | 3A |
| Octal | 100 | 350 | 77 | 110 | 0 | 111 | 11 | 170 | 117 | 72 |
| Binary | 1000000 | 11101000 | 111111 | 1001000 | 0 | 1001001 | 1001 | 1111000 | 1001111 | 111010 |
Color Harmonies of #40E83F
Complementary color
Monochromatic Colors of #40E83F
Black with #40E83F
Text Example
Text Example
White with #40E83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E83F; }
p { color: rgb(64,232,63); }
H1.HeaderClassName
{
color: #40E83F;
}
.AnyTagClassName
{
color: #40E83F;
}
</style>
background-color css
<style>
a { background-color: #40E83F; }
a { background-color: rgb(64,232,63); }
div.DivClassName
{
background-color: #40E83F;
}
.BgClassName
{
background-color: #40E83F;
}
</style>
border-color css
<style>
span { border-color: #40E83F; }
span { border-color: rgb(64,232,63); }
td.TdClassName
{
border-color: #40E83F;
}
.TagClassName
{
border-color: #40E83F;
}
</style>