Shades of Lime Green #40C43E
Tints of Lime Green #40C43E
RGB
CMYK
RGB Variations
Color information
#40C43E (or 0x40C43E) is known color: Lime Green. HEX triplet: 40, C4 and 3E. RGB value is (64,196,62). Sum of RGB (Red+Green+Blue) = 64+196+62=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 196 (76.95% from 255 or 60.87% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 196 - color contains mainly: green. Hex color #40C43E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C43E is #BF3BC1. Grayscale: #8D8D8D. Windows color (decimal): -12532674 or 4113472. OLE color: 4113472.
HSL color Cylindrical-coordinate representation of color #40C43E: hue angle of 119.1º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C43E is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 62 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.23 |
| HSL | 119.1º | 0.53% | 0.51% | - |
| HSV(B) | 119.1º | 0.68% | 0.77% | - |
| XYZ | 22.72 | 40.92 | 11.26 | - |
| YUV | 141.26 | 83.27 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 62 | 0.67 | 0 | 0.68 | 0.23 | 119.1 | 0.53 | 0.51 |
| Hex | 40 | C4 | 3E | 43 | 0 | 44 | 17 | 77 | 35 | 33 |
| Octal | 100 | 304 | 76 | 103 | 0 | 104 | 27 | 167 | 65 | 63 |
| Binary | 1000000 | 11000100 | 111110 | 1000011 | 0 | 1000100 | 10111 | 1110111 | 110101 | 110011 |
Color Harmonies of #40C43E
Complementary color
Monochromatic Colors of #40C43E
Black with #40C43E
Text Example
Text Example
White with #40C43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C43E; }
p { color: rgb(64,196,62); }
H1.HeaderClassName
{
color: #40C43E;
}
.AnyTagClassName
{
color: #40C43E;
}
</style>
background-color css
<style>
a { background-color: #40C43E; }
a { background-color: rgb(64,196,62); }
div.DivClassName
{
background-color: #40C43E;
}
.BgClassName
{
background-color: #40C43E;
}
</style>
border-color css
<style>
span { border-color: #40C43E; }
span { border-color: rgb(64,196,62); }
td.TdClassName
{
border-color: #40C43E;
}
.TagClassName
{
border-color: #40C43E;
}
</style>