Shades of Lime Green #40C740
Tints of Lime Green #40C740
RGB
CMYK
RGB Variations
Color information
#40C740 (or 0x40C740) is known color: Lime Green. HEX triplet: 40, C7 and 40. RGB value is (64,199,64). Sum of RGB (Red+Green+Blue) = 64+199+64=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 199 (78.12% from 255 or 60.86% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 199 - color contains mainly: green. Hex color #40C740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C740 is #BF38BF. Grayscale: #8F8F8F. Windows color (decimal): -12531904 or 4245312. OLE color: 4245312.
HSL color Cylindrical-coordinate representation of color #40C740: hue angle of 120º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C740 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 199 | 64 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.22 |
| HSL | 120º | 0.55% | 0.52% | - |
| HSV(B) | 120º | 0.68% | 0.78% | - |
| XYZ | 23.46 | 42.31 | 11.78 | - |
| YUV | 143.25 | 83.27 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 199 | 64 | 0.68 | 0 | 0.68 | 0.22 | 120 | 0.55 | 0.52 |
| Hex | 40 | C7 | 40 | 44 | 0 | 44 | 16 | 78 | 37 | 34 |
| Octal | 100 | 307 | 100 | 104 | 0 | 104 | 26 | 170 | 67 | 64 |
| Binary | 1000000 | 11000111 | 1000000 | 1000100 | 0 | 1000100 | 10110 | 1111000 | 110111 | 110100 |
Color Harmonies of #40C740
Complementary color
Monochromatic Colors of #40C740
Black with #40C740
Text Example
Text Example
White with #40C740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C740; }
p { color: rgb(64,199,64); }
H1.HeaderClassName
{
color: #40C740;
}
.AnyTagClassName
{
color: #40C740;
}
</style>
background-color css
<style>
a { background-color: #40C740; }
a { background-color: rgb(64,199,64); }
div.DivClassName
{
background-color: #40C740;
}
.BgClassName
{
background-color: #40C740;
}
</style>
border-color css
<style>
span { border-color: #40C740; }
span { border-color: rgb(64,199,64); }
td.TdClassName
{
border-color: #40C740;
}
.TagClassName
{
border-color: #40C740;
}
</style>