Shades of Lime Green #40C54F
Tints of Lime Green #40C54F
RGB
CMYK
RGB Variations
Color information
#40C54F (or 0x40C54F) is known color: Lime Green. HEX triplet: 40, C5 and 4F. RGB value is (64,197,79). Sum of RGB (Red+Green+Blue) = 64+197+79=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 197 (77.34% from 255 or 57.94% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 197 - color contains mainly: green. Hex color #40C54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C54F is #BF3AB0. Grayscale: #909090. Windows color (decimal): -12532401 or 5227840. OLE color: 5227840.
HSL color Cylindrical-coordinate representation of color #40C54F: hue angle of 126.77º 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 #40C54F is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 197 | 79 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.23 |
| HSL | 126.77º | 0.53% | 0.51% | - |
| HSV(B) | 126.77º | 0.68% | 0.77% | - |
| XYZ | 23.49 | 41.59 | 14.19 | - |
| YUV | 143.78 | 91.44 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 197 | 79 | 0.68 | 0 | 0.60 | 0.23 | 126.77 | 0.53 | 0.51 |
| Hex | 40 | C5 | 4F | 44 | 0 | 3C | 17 | 7F | 35 | 33 |
| Octal | 100 | 305 | 117 | 104 | 0 | 74 | 27 | 177 | 65 | 63 |
| Binary | 1000000 | 11000101 | 1001111 | 1000100 | 0 | 111100 | 10111 | 1111111 | 110101 | 110011 |
Color Harmonies of #40C54F
Complementary color
Monochromatic Colors of #40C54F
Black with #40C54F
Text Example
Text Example
White with #40C54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C54F; }
p { color: rgb(64,197,79); }
H1.HeaderClassName
{
color: #40C54F;
}
.AnyTagClassName
{
color: #40C54F;
}
</style>
background-color css
<style>
a { background-color: #40C54F; }
a { background-color: rgb(64,197,79); }
div.DivClassName
{
background-color: #40C54F;
}
.BgClassName
{
background-color: #40C54F;
}
</style>
border-color css
<style>
span { border-color: #40C54F; }
span { border-color: rgb(64,197,79); }
td.TdClassName
{
border-color: #40C54F;
}
.TagClassName
{
border-color: #40C54F;
}
</style>