Shades of Lime Green #40D04F
Tints of Lime Green #40D04F
RGB
CMYK
RGB Variations
Color information
#40D04F (or 0x40D04F) is known color: Lime Green. HEX triplet: 40, D0 and 4F. RGB value is (64,208,79). Sum of RGB (Red+Green+Blue) = 64+208+79=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 208 (81.64% from 255 or 59.26% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 208 - color contains mainly: green. Hex color #40D04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D04F is #BF2FB0. Grayscale: #969696. Windows color (decimal): -12529585 or 5230656. OLE color: 5230656.
HSL color Cylindrical-coordinate representation of color #40D04F: hue angle of 126.25º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D04F is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 208 | 79 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.18 |
| HSL | 126.25º | 0.61% | 0.53% | - |
| HSV(B) | 126.25º | 0.69% | 0.82% | - |
| XYZ | 26.08 | 46.77 | 15.05 | - |
| YUV | 150.24 | 87.79 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 79 | 0.69 | 0 | 0.62 | 0.18 | 126.25 | 0.61 | 0.53 |
| Hex | 40 | D0 | 4F | 45 | 0 | 3E | 12 | 7E | 3D | 35 |
| Octal | 100 | 320 | 117 | 105 | 0 | 76 | 22 | 176 | 75 | 65 |
| Binary | 1000000 | 11010000 | 1001111 | 1000101 | 0 | 111110 | 10010 | 1111110 | 111101 | 110101 |
Color Harmonies of #40D04F
Complementary color
Monochromatic Colors of #40D04F
Black with #40D04F
Text Example
Text Example
White with #40D04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D04F; }
p { color: rgb(64,208,79); }
H1.HeaderClassName
{
color: #40D04F;
}
.AnyTagClassName
{
color: #40D04F;
}
</style>
background-color css
<style>
a { background-color: #40D04F; }
a { background-color: rgb(64,208,79); }
div.DivClassName
{
background-color: #40D04F;
}
.BgClassName
{
background-color: #40D04F;
}
</style>
border-color css
<style>
span { border-color: #40D04F; }
span { border-color: rgb(64,208,79); }
td.TdClassName
{
border-color: #40D04F;
}
.TagClassName
{
border-color: #40D04F;
}
</style>