Shades of Lime Green #40E53C
Tints of Lime Green #40E53C
RGB
CMYK
RGB Variations
Color information
#40E53C (or 0x40E53C) is known color: Lime Green. HEX triplet: 40, E5 and 3C. RGB value is (64,229,60). Sum of RGB (Red+Green+Blue) = 64+229+60=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 229 (89.84% from 255 or 64.87% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 229 - color contains mainly: green. Hex color #40E53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E53C is #BF1AC3. Grayscale: #A0A0A0. Windows color (decimal): -12524228 or 3990848. OLE color: 3990848.
HSL color Cylindrical-coordinate representation of color #40E53C: hue angle of 118.58º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40E53C is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 229 | 60 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.10 |
| HSL | 118.58º | 0.76% | 0.57% | - |
| HSV(B) | 118.58º | 0.74% | 0.9% | - |
| XYZ | 30.95 | 57.45 | 13.73 | - |
| YUV | 160.4 | 71.34 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 60 | 0.72 | 0 | 0.74 | 0.10 | 118.58 | 0.76 | 0.57 |
| Hex | 40 | E5 | 3C | 48 | 0 | 4A | A | 77 | 4C | 39 |
| Octal | 100 | 345 | 74 | 110 | 0 | 112 | 12 | 167 | 114 | 71 |
| Binary | 1000000 | 11100101 | 111100 | 1001000 | 0 | 1001010 | 1010 | 1110111 | 1001100 | 111001 |
Color Harmonies of #40E53C
Complementary color
Monochromatic Colors of #40E53C
Black with #40E53C
Text Example
Text Example
White with #40E53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E53C; }
p { color: rgb(64,229,60); }
H1.HeaderClassName
{
color: #40E53C;
}
.AnyTagClassName
{
color: #40E53C;
}
</style>
background-color css
<style>
a { background-color: #40E53C; }
a { background-color: rgb(64,229,60); }
div.DivClassName
{
background-color: #40E53C;
}
.BgClassName
{
background-color: #40E53C;
}
</style>
border-color css
<style>
span { border-color: #40E53C; }
span { border-color: rgb(64,229,60); }
td.TdClassName
{
border-color: #40E53C;
}
.TagClassName
{
border-color: #40E53C;
}
</style>