Shades of Lime Green #40E52A
Tints of Lime Green #40E52A
RGB
CMYK
RGB Variations
Color information
#40E52A (or 0x40E52A) is known color: Lime Green. HEX triplet: 40, E5 and 2A. RGB value is (64,229,42). Sum of RGB (Red+Green+Blue) = 64+229+42=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 229 (89.84% from 255 or 68.36% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 229 - color contains mainly: green. Hex color #40E52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E52A is #BF1AD5. Grayscale: #9E9E9E. Windows color (decimal): -12524246 or 2811200. OLE color: 2811200.
HSL color Cylindrical-coordinate representation of color #40E52A: hue angle of 112.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40E52A is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 229 | 42 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.10 |
| HSL | 112.94º | 0.78% | 0.53% | - |
| HSV(B) | 112.94º | 0.82% | 0.9% | - |
| XYZ | 30.55 | 57.3 | 11.64 | - |
| YUV | 158.35 | 62.34 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 42 | 0.72 | 0 | 0.82 | 0.10 | 112.94 | 0.78 | 0.53 |
| Hex | 40 | E5 | 2A | 48 | 0 | 52 | A | 71 | 4E | 35 |
| Octal | 100 | 345 | 52 | 110 | 0 | 122 | 12 | 161 | 116 | 65 |
| Binary | 1000000 | 11100101 | 101010 | 1001000 | 0 | 1010010 | 1010 | 1110001 | 1001110 | 110101 |
Color Harmonies of #40E52A
Complementary color
Monochromatic Colors of #40E52A
Black with #40E52A
Text Example
Text Example
White with #40E52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E52A; }
p { color: rgb(64,229,42); }
H1.HeaderClassName
{
color: #40E52A;
}
.AnyTagClassName
{
color: #40E52A;
}
</style>
background-color css
<style>
a { background-color: #40E52A; }
a { background-color: rgb(64,229,42); }
div.DivClassName
{
background-color: #40E52A;
}
.BgClassName
{
background-color: #40E52A;
}
</style>
border-color css
<style>
span { border-color: #40E52A; }
span { border-color: rgb(64,229,42); }
td.TdClassName
{
border-color: #40E52A;
}
.TagClassName
{
border-color: #40E52A;
}
</style>