Shades of Lime Green #40C44D
Tints of Lime Green #40C44D
RGB
CMYK
RGB Variations
Color information
#40C44D (or 0x40C44D) is known color: Lime Green. HEX triplet: 40, C4 and 4D. RGB value is (64,196,77). Sum of RGB (Red+Green+Blue) = 64+196+77=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #40C44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C44D is #BF3BB2. Grayscale: #8F8F8F. Windows color (decimal): -12532659 or 5096512. OLE color: 5096512.
HSL color Cylindrical-coordinate representation of color #40C44D: hue angle of 125.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C44D is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 77 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.23 |
| HSL | 125.91º | 0.53% | 0.51% | - |
| HSV(B) | 125.91º | 0.67% | 0.77% | - |
| XYZ | 23.19 | 41.11 | 13.73 | - |
| YUV | 142.97 | 90.77 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 77 | 0.67 | 0 | 0.61 | 0.23 | 125.91 | 0.53 | 0.51 |
| Hex | 40 | C4 | 4D | 43 | 0 | 3D | 17 | 7E | 35 | 33 |
| Octal | 100 | 304 | 115 | 103 | 0 | 75 | 27 | 176 | 65 | 63 |
| Binary | 1000000 | 11000100 | 1001101 | 1000011 | 0 | 111101 | 10111 | 1111110 | 110101 | 110011 |
Color Harmonies of #40C44D
Complementary color
Monochromatic Colors of #40C44D
Black with #40C44D
Text Example
Text Example
White with #40C44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C44D; }
p { color: rgb(64,196,77); }
H1.HeaderClassName
{
color: #40C44D;
}
.AnyTagClassName
{
color: #40C44D;
}
</style>
background-color css
<style>
a { background-color: #40C44D; }
a { background-color: rgb(64,196,77); }
div.DivClassName
{
background-color: #40C44D;
}
.BgClassName
{
background-color: #40C44D;
}
</style>
border-color css
<style>
span { border-color: #40C44D; }
span { border-color: rgb(64,196,77); }
td.TdClassName
{
border-color: #40C44D;
}
.TagClassName
{
border-color: #40C44D;
}
</style>