Shades of Lime Green #40C137
Tints of Lime Green #40C137
RGB
CMYK
RGB Variations
Color information
#40C137 (or 0x40C137) is known color: Lime Green. HEX triplet: 40, C1 and 37. RGB value is (64,193,55). Sum of RGB (Red+Green+Blue) = 64+193+55=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #40C137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C137 is #BF3EC8. Grayscale: #8B8B8B. Windows color (decimal): -12533449 or 3653952. OLE color: 3653952.
HSL color Cylindrical-coordinate representation of color #40C137: hue angle of 116.09º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40C137 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 55 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.24 |
| HSL | 116.09º | 0.56% | 0.49% | - |
| HSV(B) | 116.09º | 0.72% | 0.76% | - |
| XYZ | 21.87 | 39.51 | 10.09 | - |
| YUV | 138.7 | 80.76 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 55 | 0.67 | 0 | 0.72 | 0.24 | 116.09 | 0.56 | 0.49 |
| Hex | 40 | C1 | 37 | 43 | 0 | 48 | 18 | 74 | 38 | 31 |
| Octal | 100 | 301 | 67 | 103 | 0 | 110 | 30 | 164 | 70 | 61 |
| Binary | 1000000 | 11000001 | 110111 | 1000011 | 0 | 1001000 | 11000 | 1110100 | 111000 | 110001 |
Color Harmonies of #40C137
Complementary color
Monochromatic Colors of #40C137
Black with #40C137
Text Example
Text Example
White with #40C137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C137; }
p { color: rgb(64,193,55); }
H1.HeaderClassName
{
color: #40C137;
}
.AnyTagClassName
{
color: #40C137;
}
</style>
background-color css
<style>
a { background-color: #40C137; }
a { background-color: rgb(64,193,55); }
div.DivClassName
{
background-color: #40C137;
}
.BgClassName
{
background-color: #40C137;
}
</style>
border-color css
<style>
span { border-color: #40C137; }
span { border-color: rgb(64,193,55); }
td.TdClassName
{
border-color: #40C137;
}
.TagClassName
{
border-color: #40C137;
}
</style>