Shades of Lime Green #40C537
Tints of Lime Green #40C537
RGB
CMYK
RGB Variations
Color information
#40C537 (or 0x40C537) is known color: Lime Green. HEX triplet: 40, C5 and 37. RGB value is (64,197,55). Sum of RGB (Red+Green+Blue) = 64+197+55=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 197 (77.34% from 255 or 62.34% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 197 - color contains mainly: green. Hex color #40C537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C537 is #BF3AC8. Grayscale: #8D8D8D. Windows color (decimal): -12532425 or 3654976. OLE color: 3654976.
HSL color Cylindrical-coordinate representation of color #40C537: hue angle of 116.2º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40C537 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 197 | 55 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.23 |
| HSL | 116.2º | 0.56% | 0.49% | - |
| HSV(B) | 116.2º | 0.72% | 0.77% | - |
| XYZ | 22.77 | 41.3 | 10.39 | - |
| YUV | 141.05 | 79.44 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 197 | 55 | 0.68 | 0 | 0.72 | 0.23 | 116.2 | 0.56 | 0.49 |
| Hex | 40 | C5 | 37 | 44 | 0 | 48 | 17 | 74 | 38 | 31 |
| Octal | 100 | 305 | 67 | 104 | 0 | 110 | 27 | 164 | 70 | 61 |
| Binary | 1000000 | 11000101 | 110111 | 1000100 | 0 | 1001000 | 10111 | 1110100 | 111000 | 110001 |
Color Harmonies of #40C537
Complementary color
Monochromatic Colors of #40C537
Black with #40C537
Text Example
Text Example
White with #40C537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C537; }
p { color: rgb(64,197,55); }
H1.HeaderClassName
{
color: #40C537;
}
.AnyTagClassName
{
color: #40C537;
}
</style>
background-color css
<style>
a { background-color: #40C537; }
a { background-color: rgb(64,197,55); }
div.DivClassName
{
background-color: #40C537;
}
.BgClassName
{
background-color: #40C537;
}
</style>
border-color css
<style>
span { border-color: #40C537; }
span { border-color: rgb(64,197,55); }
td.TdClassName
{
border-color: #40C537;
}
.TagClassName
{
border-color: #40C537;
}
</style>