Shades of Lime Green #40C536
Tints of Lime Green #40C536
RGB
CMYK
RGB Variations
Color information
#40C536 (or 0x40C536) is known color: Lime Green. HEX triplet: 40, C5 and 36. RGB value is (64,197,54). Sum of RGB (Red+Green+Blue) = 64+197+54=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #40C536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C536 is #BF3AC9. Grayscale: #8D8D8D. Windows color (decimal): -12532426 or 3589440. OLE color: 3589440.
HSL color Cylindrical-coordinate representation of color #40C536: hue angle of 115.8º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C536 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 197 | 54 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.23 |
| HSL | 115.8º | 0.57% | 0.49% | - |
| HSV(B) | 115.8º | 0.73% | 0.77% | - |
| XYZ | 22.75 | 41.29 | 10.26 | - |
| YUV | 140.93 | 78.94 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 197 | 54 | 0.68 | 0 | 0.73 | 0.23 | 115.8 | 0.57 | 0.49 |
| Hex | 40 | C5 | 36 | 44 | 0 | 49 | 17 | 74 | 39 | 31 |
| Octal | 100 | 305 | 66 | 104 | 0 | 111 | 27 | 164 | 71 | 61 |
| Binary | 1000000 | 11000101 | 110110 | 1000100 | 0 | 1001001 | 10111 | 1110100 | 111001 | 110001 |
Color Harmonies of #40C536
Complementary color
Monochromatic Colors of #40C536
Black with #40C536
Text Example
Text Example
White with #40C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C536; }
p { color: rgb(64,197,54); }
H1.HeaderClassName
{
color: #40C536;
}
.AnyTagClassName
{
color: #40C536;
}
</style>
background-color css
<style>
a { background-color: #40C536; }
a { background-color: rgb(64,197,54); }
div.DivClassName
{
background-color: #40C536;
}
.BgClassName
{
background-color: #40C536;
}
</style>
border-color css
<style>
span { border-color: #40C536; }
span { border-color: rgb(64,197,54); }
td.TdClassName
{
border-color: #40C536;
}
.TagClassName
{
border-color: #40C536;
}
</style>