Shades of Lime Green #40D52F
Tints of Lime Green #40D52F
RGB
CMYK
RGB Variations
Color information
#40D52F (or 0x40D52F) is known color: Lime Green. HEX triplet: 40, D5 and 2F. RGB value is (64,213,47). Sum of RGB (Red+Green+Blue) = 64+213+47=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #40D52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D52F is #BF2AD0. Grayscale: #969696. Windows color (decimal): -12528337 or 3134784. OLE color: 3134784.
HSL color Cylindrical-coordinate representation of color #40D52F: hue angle of 113.86º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40D52F is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 47 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.16 |
| HSL | 113.86º | 0.66% | 0.51% | - |
| HSV(B) | 113.86º | 0.78% | 0.84% | - |
| XYZ | 26.42 | 48.88 | 10.73 | - |
| YUV | 149.53 | 70.14 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 47 | 0.70 | 0 | 0.78 | 0.16 | 113.86 | 0.66 | 0.51 |
| Hex | 40 | D5 | 2F | 46 | 0 | 4E | 10 | 72 | 42 | 33 |
| Octal | 100 | 325 | 57 | 106 | 0 | 116 | 20 | 162 | 102 | 63 |
| Binary | 1000000 | 11010101 | 101111 | 1000110 | 0 | 1001110 | 10000 | 1110010 | 1000010 | 110011 |
Color Harmonies of #40D52F
Complementary color
Monochromatic Colors of #40D52F
Black with #40D52F
Text Example
Text Example
White with #40D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D52F; }
p { color: rgb(64,213,47); }
H1.HeaderClassName
{
color: #40D52F;
}
.AnyTagClassName
{
color: #40D52F;
}
</style>
background-color css
<style>
a { background-color: #40D52F; }
a { background-color: rgb(64,213,47); }
div.DivClassName
{
background-color: #40D52F;
}
.BgClassName
{
background-color: #40D52F;
}
</style>
border-color css
<style>
span { border-color: #40D52F; }
span { border-color: rgb(64,213,47); }
td.TdClassName
{
border-color: #40D52F;
}
.TagClassName
{
border-color: #40D52F;
}
</style>