Shades of Lime Green #40C54E
Tints of Lime Green #40C54E
RGB
CMYK
RGB Variations
Color information
#40C54E (or 0x40C54E) is known color: Lime Green. HEX triplet: 40, C5 and 4E. RGB value is (64,197,78). Sum of RGB (Red+Green+Blue) = 64+197+78=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 197 (77.34% from 255 or 58.11% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 197 - color contains mainly: green. Hex color #40C54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C54E is #BF3AB1. Grayscale: #909090. Windows color (decimal): -12532402 or 5162304. OLE color: 5162304.
HSL color Cylindrical-coordinate representation of color #40C54E: hue angle of 126.32º 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 #40C54E is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 197 | 78 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.23 |
| HSL | 126.32º | 0.53% | 0.51% | - |
| HSV(B) | 126.32º | 0.68% | 0.77% | - |
| XYZ | 23.46 | 41.57 | 14 | - |
| YUV | 143.67 | 90.94 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 197 | 78 | 0.68 | 0 | 0.60 | 0.23 | 126.32 | 0.53 | 0.51 |
| Hex | 40 | C5 | 4E | 44 | 0 | 3C | 17 | 7E | 35 | 33 |
| Octal | 100 | 305 | 116 | 104 | 0 | 74 | 27 | 176 | 65 | 63 |
| Binary | 1000000 | 11000101 | 1001110 | 1000100 | 0 | 111100 | 10111 | 1111110 | 110101 | 110011 |
Color Harmonies of #40C54E
Complementary color
Monochromatic Colors of #40C54E
Black with #40C54E
Text Example
Text Example
White with #40C54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C54E; }
p { color: rgb(64,197,78); }
H1.HeaderClassName
{
color: #40C54E;
}
.AnyTagClassName
{
color: #40C54E;
}
</style>
background-color css
<style>
a { background-color: #40C54E; }
a { background-color: rgb(64,197,78); }
div.DivClassName
{
background-color: #40C54E;
}
.BgClassName
{
background-color: #40C54E;
}
</style>
border-color css
<style>
span { border-color: #40C54E; }
span { border-color: rgb(64,197,78); }
td.TdClassName
{
border-color: #40C54E;
}
.TagClassName
{
border-color: #40C54E;
}
</style>