Shades of Lime Green #40E046
Tints of Lime Green #40E046
RGB
CMYK
RGB Variations
Color information
#40E046 (or 0x40E046) is known color: Lime Green. HEX triplet: 40, E0 and 46. RGB value is (64,224,70). Sum of RGB (Red+Green+Blue) = 64+224+70=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #40E046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E046 is #BF1FB9. Grayscale: #9F9F9F. Windows color (decimal): -12525498 or 4644928. OLE color: 4644928.
HSL color Cylindrical-coordinate representation of color #40E046: hue angle of 122.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E046 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 70 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.12 |
| HSL | 122.25º | 0.72% | 0.56% | - |
| HSV(B) | 122.25º | 0.71% | 0.88% | - |
| XYZ | 29.88 | 54.84 | 14.81 | - |
| YUV | 158.6 | 77.99 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 70 | 0.71 | 0 | 0.69 | 0.12 | 122.25 | 0.72 | 0.56 |
| Hex | 40 | E0 | 46 | 47 | 0 | 45 | C | 7A | 48 | 38 |
| Octal | 100 | 340 | 106 | 107 | 0 | 105 | 14 | 172 | 110 | 70 |
| Binary | 1000000 | 11100000 | 1000110 | 1000111 | 0 | 1000101 | 1100 | 1111010 | 1001000 | 111000 |
Color Harmonies of #40E046
Complementary color
Monochromatic Colors of #40E046
Black with #40E046
Text Example
Text Example
White with #40E046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E046; }
p { color: rgb(64,224,70); }
H1.HeaderClassName
{
color: #40E046;
}
.AnyTagClassName
{
color: #40E046;
}
</style>
background-color css
<style>
a { background-color: #40E046; }
a { background-color: rgb(64,224,70); }
div.DivClassName
{
background-color: #40E046;
}
.BgClassName
{
background-color: #40E046;
}
</style>
border-color css
<style>
span { border-color: #40E046; }
span { border-color: rgb(64,224,70); }
td.TdClassName
{
border-color: #40E046;
}
.TagClassName
{
border-color: #40E046;
}
</style>