Shades of Lime Green #40E532
Tints of Lime Green #40E532
RGB
CMYK
RGB Variations
Color information
#40E532 (or 0x40E532) is known color: Lime Green. HEX triplet: 40, E5 and 32. RGB value is (64,229,50). Sum of RGB (Red+Green+Blue) = 64+229+50=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 229 (89.84% from 255 or 66.76% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 229 - color contains mainly: green. Hex color #40E532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E532 is #BF1ACD. Grayscale: #9F9F9F. Windows color (decimal): -12524238 or 3335488. OLE color: 3335488.
HSL color Cylindrical-coordinate representation of color #40E532: hue angle of 115.31º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40E532 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 229 | 50 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.10 |
| HSL | 115.31º | 0.77% | 0.55% | - |
| HSV(B) | 115.31º | 0.78% | 0.9% | - |
| XYZ | 30.71 | 57.36 | 12.47 | - |
| YUV | 159.26 | 66.34 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 50 | 0.72 | 0 | 0.78 | 0.10 | 115.31 | 0.77 | 0.55 |
| Hex | 40 | E5 | 32 | 48 | 0 | 4E | A | 73 | 4D | 37 |
| Octal | 100 | 345 | 62 | 110 | 0 | 116 | 12 | 163 | 115 | 67 |
| Binary | 1000000 | 11100101 | 110010 | 1001000 | 0 | 1001110 | 1010 | 1110011 | 1001101 | 110111 |
Color Harmonies of #40E532
Complementary color
Monochromatic Colors of #40E532
Black with #40E532
Text Example
Text Example
White with #40E532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E532; }
p { color: rgb(64,229,50); }
H1.HeaderClassName
{
color: #40E532;
}
.AnyTagClassName
{
color: #40E532;
}
</style>
background-color css
<style>
a { background-color: #40E532; }
a { background-color: rgb(64,229,50); }
div.DivClassName
{
background-color: #40E532;
}
.BgClassName
{
background-color: #40E532;
}
</style>
border-color css
<style>
span { border-color: #40E532; }
span { border-color: rgb(64,229,50); }
td.TdClassName
{
border-color: #40E532;
}
.TagClassName
{
border-color: #40E532;
}
</style>