Shades of Lime Green #40E03F
Tints of Lime Green #40E03F
RGB
CMYK
RGB Variations
Color information
#40E03F (or 0x40E03F) is known color: Lime Green. HEX triplet: 40, E0 and 3F. RGB value is (64,224,63). Sum of RGB (Red+Green+Blue) = 64+224+63=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 224 (87.89% from 255 or 63.82% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 224 - color contains mainly: green. Hex color #40E03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E03F is #BF1FC0. Grayscale: #9E9E9E. Windows color (decimal): -12525505 or 4186176. OLE color: 4186176.
HSL color Cylindrical-coordinate representation of color #40E03F: hue angle of 119.63º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E03F is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 63 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.12 |
| HSL | 119.63º | 0.72% | 0.56% | - |
| HSV(B) | 119.63º | 0.72% | 0.88% | - |
| XYZ | 29.67 | 54.76 | 13.71 | - |
| YUV | 157.81 | 74.49 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 63 | 0.71 | 0 | 0.72 | 0.12 | 119.63 | 0.72 | 0.56 |
| Hex | 40 | E0 | 3F | 47 | 0 | 48 | C | 78 | 48 | 38 |
| Octal | 100 | 340 | 77 | 107 | 0 | 110 | 14 | 170 | 110 | 70 |
| Binary | 1000000 | 11100000 | 111111 | 1000111 | 0 | 1001000 | 1100 | 1111000 | 1001000 | 111000 |
Color Harmonies of #40E03F
Complementary color
Monochromatic Colors of #40E03F
Black with #40E03F
Text Example
Text Example
White with #40E03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E03F; }
p { color: rgb(64,224,63); }
H1.HeaderClassName
{
color: #40E03F;
}
.AnyTagClassName
{
color: #40E03F;
}
</style>
background-color css
<style>
a { background-color: #40E03F; }
a { background-color: rgb(64,224,63); }
div.DivClassName
{
background-color: #40E03F;
}
.BgClassName
{
background-color: #40E03F;
}
</style>
border-color css
<style>
span { border-color: #40E03F; }
span { border-color: rgb(64,224,63); }
td.TdClassName
{
border-color: #40E03F;
}
.TagClassName
{
border-color: #40E03F;
}
</style>