Shades of Lime Green #40C437
Tints of Lime Green #40C437
RGB
CMYK
RGB Variations
Color information
#40C437 (or 0x40C437) is known color: Lime Green. HEX triplet: 40, C4 and 37. RGB value is (64,196,55). Sum of RGB (Red+Green+Blue) = 64+196+55=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 196 (76.95% from 255 or 62.22% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 196 - color contains mainly: green. Hex color #40C437 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C437 is #BF3BC8. Grayscale: #8C8C8C. Windows color (decimal): -12532681 or 3654720. OLE color: 3654720.
HSL color Cylindrical-coordinate representation of color #40C437: hue angle of 116.17º 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 #40C437 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 55 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.23 |
| HSL | 116.17º | 0.56% | 0.49% | - |
| HSV(B) | 116.17º | 0.72% | 0.77% | - |
| XYZ | 22.54 | 40.85 | 10.31 | - |
| YUV | 140.46 | 79.77 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 55 | 0.67 | 0 | 0.72 | 0.23 | 116.17 | 0.56 | 0.49 |
| Hex | 40 | C4 | 37 | 43 | 0 | 48 | 17 | 74 | 38 | 31 |
| Octal | 100 | 304 | 67 | 103 | 0 | 110 | 27 | 164 | 70 | 61 |
| Binary | 1000000 | 11000100 | 110111 | 1000011 | 0 | 1001000 | 10111 | 1110100 | 111000 | 110001 |
Color Harmonies of #40C437
Complementary color
Monochromatic Colors of #40C437
Black with #40C437
Text Example
Text Example
White with #40C437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C437; }
p { color: rgb(64,196,55); }
H1.HeaderClassName
{
color: #40C437;
}
.AnyTagClassName
{
color: #40C437;
}
</style>
background-color css
<style>
a { background-color: #40C437; }
a { background-color: rgb(64,196,55); }
div.DivClassName
{
background-color: #40C437;
}
.BgClassName
{
background-color: #40C437;
}
</style>
border-color css
<style>
span { border-color: #40C437; }
span { border-color: rgb(64,196,55); }
td.TdClassName
{
border-color: #40C437;
}
.TagClassName
{
border-color: #40C437;
}
</style>