Shades of Lime Green #40E048
Tints of Lime Green #40E048
RGB
CMYK
RGB Variations
Color information
#40E048 (or 0x40E048) is known color: Lime Green. HEX triplet: 40, E0 and 48. RGB value is (64,224,72). Sum of RGB (Red+Green+Blue) = 64+224+72=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #40E048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E048 is #BF1FB7. Grayscale: #9F9F9F. Windows color (decimal): -12525496 or 4776000. OLE color: 4776000.
HSL color Cylindrical-coordinate representation of color #40E048: hue angle of 123º 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 #40E048 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 72 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.12 |
| HSL | 123º | 0.72% | 0.56% | - |
| HSV(B) | 123º | 0.71% | 0.88% | - |
| XYZ | 29.94 | 54.87 | 15.14 | - |
| YUV | 158.83 | 78.99 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 72 | 0.71 | 0 | 0.68 | 0.12 | 123 | 0.72 | 0.56 |
| Hex | 40 | E0 | 48 | 47 | 0 | 44 | C | 7B | 48 | 38 |
| Octal | 100 | 340 | 110 | 107 | 0 | 104 | 14 | 173 | 110 | 70 |
| Binary | 1000000 | 11100000 | 1001000 | 1000111 | 0 | 1000100 | 1100 | 1111011 | 1001000 | 111000 |
Color Harmonies of #40E048
Complementary color
Monochromatic Colors of #40E048
Black with #40E048
Text Example
Text Example
White with #40E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E048; }
p { color: rgb(64,224,72); }
H1.HeaderClassName
{
color: #40E048;
}
.AnyTagClassName
{
color: #40E048;
}
</style>
background-color css
<style>
a { background-color: #40E048; }
a { background-color: rgb(64,224,72); }
div.DivClassName
{
background-color: #40E048;
}
.BgClassName
{
background-color: #40E048;
}
</style>
border-color css
<style>
span { border-color: #40E048; }
span { border-color: rgb(64,224,72); }
td.TdClassName
{
border-color: #40E048;
}
.TagClassName
{
border-color: #40E048;
}
</style>