Shades of Lime Green #40ED47
Tints of Lime Green #40ED47
RGB
CMYK
RGB Variations
Color information
#40ED47 (or 0x40ED47) is known color: Lime Green. HEX triplet: 40, ED and 47. RGB value is (64,237,71). Sum of RGB (Red+Green+Blue) = 64+237+71=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 237 (92.97% from 255 or 63.71% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40ED47 is #BF12B8. Grayscale: #A6A6A6. Windows color (decimal): -12522169 or 4713792. OLE color: 4713792.
HSL color Cylindrical-coordinate representation of color #40ED47: hue angle of 122.43º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ED47 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 71 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.07 |
| HSL | 122.43º | 0.83% | 0.59% | - |
| HSV(B) | 122.43º | 0.73% | 0.93% | - |
| XYZ | 33.54 | 62.11 | 16.18 | - |
| YUV | 166.35 | 74.19 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 71 | 0.73 | 0 | 0.70 | 0.07 | 122.43 | 0.83 | 0.59 |
| Hex | 40 | ED | 47 | 49 | 0 | 46 | 7 | 7A | 53 | 3B |
| Octal | 100 | 355 | 107 | 111 | 0 | 106 | 7 | 172 | 123 | 73 |
| Binary | 1000000 | 11101101 | 1000111 | 1001001 | 0 | 1000110 | 111 | 1111010 | 1010011 | 111011 |
Color Harmonies of #40ED47
Complementary color
Monochromatic Colors of #40ED47
Black with #40ED47
Text Example
Text Example
White with #40ED47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ED47; }
p { color: rgb(64,237,71); }
H1.HeaderClassName
{
color: #40ED47;
}
.AnyTagClassName
{
color: #40ED47;
}
</style>
background-color css
<style>
a { background-color: #40ED47; }
a { background-color: rgb(64,237,71); }
div.DivClassName
{
background-color: #40ED47;
}
.BgClassName
{
background-color: #40ED47;
}
</style>
border-color css
<style>
span { border-color: #40ED47; }
span { border-color: rgb(64,237,71); }
td.TdClassName
{
border-color: #40ED47;
}
.TagClassName
{
border-color: #40ED47;
}
</style>