Shades of Lime Green #40E52F
Tints of Lime Green #40E52F
RGB
CMYK
RGB Variations
Color information
#40E52F (or 0x40E52F) is known color: Lime Green. HEX triplet: 40, E5 and 2F. RGB value is (64,229,47). Sum of RGB (Red+Green+Blue) = 64+229+47=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 229 (89.84% from 255 or 67.35% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 229 - color contains mainly: green. Hex color #40E52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E52F is #BF1AD0. Grayscale: #9F9F9F. Windows color (decimal): -12524241 or 3138880. OLE color: 3138880.
HSL color Cylindrical-coordinate representation of color #40E52F: hue angle of 114.4º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40E52F is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 229 | 47 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.10 |
| HSL | 114.4º | 0.78% | 0.54% | - |
| HSV(B) | 114.4º | 0.79% | 0.9% | - |
| XYZ | 30.65 | 57.33 | 12.14 | - |
| YUV | 158.92 | 64.84 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 47 | 0.72 | 0 | 0.79 | 0.10 | 114.4 | 0.78 | 0.54 |
| Hex | 40 | E5 | 2F | 48 | 0 | 4F | A | 72 | 4E | 36 |
| Octal | 100 | 345 | 57 | 110 | 0 | 117 | 12 | 162 | 116 | 66 |
| Binary | 1000000 | 11100101 | 101111 | 1001000 | 0 | 1001111 | 1010 | 1110010 | 1001110 | 110110 |
Color Harmonies of #40E52F
Complementary color
Monochromatic Colors of #40E52F
Black with #40E52F
Text Example
Text Example
White with #40E52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E52F; }
p { color: rgb(64,229,47); }
H1.HeaderClassName
{
color: #40E52F;
}
.AnyTagClassName
{
color: #40E52F;
}
</style>
background-color css
<style>
a { background-color: #40E52F; }
a { background-color: rgb(64,229,47); }
div.DivClassName
{
background-color: #40E52F;
}
.BgClassName
{
background-color: #40E52F;
}
</style>
border-color css
<style>
span { border-color: #40E52F; }
span { border-color: rgb(64,229,47); }
td.TdClassName
{
border-color: #40E52F;
}
.TagClassName
{
border-color: #40E52F;
}
</style>