Shades of Lime Green #40CD37
Tints of Lime Green #40CD37
RGB
CMYK
RGB Variations
Color information
#40CD37 (or 0x40CD37) is known color: Lime Green. HEX triplet: 40, CD and 37. RGB value is (64,205,55). Sum of RGB (Red+Green+Blue) = 64+205+55=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 205 (80.47% from 255 or 63.27% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CD37 is #BF32C8. Grayscale: #929292. Windows color (decimal): -12530377 or 3657024. OLE color: 3657024.
HSL color Cylindrical-coordinate representation of color #40CD37: hue angle of 116.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40CD37 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 55 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.20 |
| HSL | 116.4º | 0.6% | 0.51% | - |
| HSV(B) | 116.4º | 0.73% | 0.8% | - |
| XYZ | 24.64 | 45.03 | 11.01 | - |
| YUV | 145.74 | 76.79 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 55 | 0.69 | 0 | 0.73 | 0.20 | 116.4 | 0.6 | 0.51 |
| Hex | 40 | CD | 37 | 45 | 0 | 49 | 14 | 74 | 3C | 33 |
| Octal | 100 | 315 | 67 | 105 | 0 | 111 | 24 | 164 | 74 | 63 |
| Binary | 1000000 | 11001101 | 110111 | 1000101 | 0 | 1001001 | 10100 | 1110100 | 111100 | 110011 |
Color Harmonies of #40CD37
Complementary color
Monochromatic Colors of #40CD37
Black with #40CD37
Text Example
Text Example
White with #40CD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD37; }
p { color: rgb(64,205,55); }
H1.HeaderClassName
{
color: #40CD37;
}
.AnyTagClassName
{
color: #40CD37;
}
</style>
background-color css
<style>
a { background-color: #40CD37; }
a { background-color: rgb(64,205,55); }
div.DivClassName
{
background-color: #40CD37;
}
.BgClassName
{
background-color: #40CD37;
}
</style>
border-color css
<style>
span { border-color: #40CD37; }
span { border-color: rgb(64,205,55); }
td.TdClassName
{
border-color: #40CD37;
}
.TagClassName
{
border-color: #40CD37;
}
</style>