Shades of Lime Green #40EC4F
Tints of Lime Green #40EC4F
RGB
CMYK
RGB Variations
Color information
#40EC4F (or 0x40EC4F) is known color: Lime Green. HEX triplet: 40, EC and 4F. RGB value is (64,236,79). Sum of RGB (Red+Green+Blue) = 64+236+79=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 236 (92.58% from 255 or 62.27% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 236 - color contains mainly: green. Hex color #40EC4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40EC4F is #BF13B0. Grayscale: #A7A7A7. Windows color (decimal): -12522417 or 5237824. OLE color: 5237824.
HSL color Cylindrical-coordinate representation of color #40EC4F: hue angle of 125.23º degrees, saturation: 0.82, 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 #40EC4F is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 79 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.07 |
| HSL | 125.23º | 0.82% | 0.59% | - |
| HSV(B) | 125.23º | 0.73% | 0.93% | - |
| XYZ | 33.52 | 61.65 | 17.53 | - |
| YUV | 166.67 | 78.52 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 79 | 0.73 | 0 | 0.67 | 0.07 | 125.23 | 0.82 | 0.59 |
| Hex | 40 | EC | 4F | 49 | 0 | 43 | 7 | 7D | 52 | 3B |
| Octal | 100 | 354 | 117 | 111 | 0 | 103 | 7 | 175 | 122 | 73 |
| Binary | 1000000 | 11101100 | 1001111 | 1001001 | 0 | 1000011 | 111 | 1111101 | 1010010 | 111011 |
Color Harmonies of #40EC4F
Complementary color
Monochromatic Colors of #40EC4F
Black with #40EC4F
Text Example
Text Example
White with #40EC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EC4F; }
p { color: rgb(64,236,79); }
H1.HeaderClassName
{
color: #40EC4F;
}
.AnyTagClassName
{
color: #40EC4F;
}
</style>
background-color css
<style>
a { background-color: #40EC4F; }
a { background-color: rgb(64,236,79); }
div.DivClassName
{
background-color: #40EC4F;
}
.BgClassName
{
background-color: #40EC4F;
}
</style>
border-color css
<style>
span { border-color: #40EC4F; }
span { border-color: rgb(64,236,79); }
td.TdClassName
{
border-color: #40EC4F;
}
.TagClassName
{
border-color: #40EC4F;
}
</style>