Shades of Lime Green #40E436
Tints of Lime Green #40E436
RGB
CMYK
RGB Variations
Color information
#40E436 (or 0x40E436) is known color: Lime Green. HEX triplet: 40, E4 and 36. RGB value is (64,228,54). Sum of RGB (Red+Green+Blue) = 64+228+54=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 228 (89.45% from 255 or 65.90% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 228 - color contains mainly: green. Hex color #40E436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E436 is #BF1BC9. Grayscale: #9F9F9F. Windows color (decimal): -12524490 or 3597376. OLE color: 3597376.
HSL color Cylindrical-coordinate representation of color #40E436: hue angle of 116.55º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40E436 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 228 | 54 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.11 |
| HSL | 116.55º | 0.76% | 0.55% | - |
| HSV(B) | 116.55º | 0.76% | 0.89% | - |
| XYZ | 30.52 | 56.84 | 12.85 | - |
| YUV | 159.13 | 68.67 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 228 | 54 | 0.72 | 0 | 0.76 | 0.11 | 116.55 | 0.76 | 0.55 |
| Hex | 40 | E4 | 36 | 48 | 0 | 4C | B | 75 | 4C | 37 |
| Octal | 100 | 344 | 66 | 110 | 0 | 114 | 13 | 165 | 114 | 67 |
| Binary | 1000000 | 11100100 | 110110 | 1001000 | 0 | 1001100 | 1011 | 1110101 | 1001100 | 110111 |
Color Harmonies of #40E436
Complementary color
Monochromatic Colors of #40E436
Black with #40E436
Text Example
Text Example
White with #40E436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E436; }
p { color: rgb(64,228,54); }
H1.HeaderClassName
{
color: #40E436;
}
.AnyTagClassName
{
color: #40E436;
}
</style>
background-color css
<style>
a { background-color: #40E436; }
a { background-color: rgb(64,228,54); }
div.DivClassName
{
background-color: #40E436;
}
.BgClassName
{
background-color: #40E436;
}
</style>
border-color css
<style>
span { border-color: #40E436; }
span { border-color: rgb(64,228,54); }
td.TdClassName
{
border-color: #40E436;
}
.TagClassName
{
border-color: #40E436;
}
</style>