Shades of Lime Green #40B037
Tints of Lime Green #40B037
RGB
CMYK
RGB Variations
Color information
#40B037 (or 0x40B037) is known color: Lime Green. HEX triplet: 40, B0 and 37. RGB value is (64,176,55). Sum of RGB (Red+Green+Blue) = 64+176+55=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 176 (69.14% from 255 or 59.66% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 176 - color contains mainly: green. Hex color #40B037 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B037 is #BF4FC8. Grayscale: #818181. Windows color (decimal): -12537801 or 3649600. OLE color: 3649600.
HSL color Cylindrical-coordinate representation of color #40B037: hue angle of 115.54º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40B037 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 176 | 55 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.31 |
| HSL | 115.54º | 0.52% | 0.45% | - |
| HSV(B) | 115.54º | 0.69% | 0.69% | - |
| XYZ | 18.33 | 32.42 | 8.91 | - |
| YUV | 128.72 | 86.39 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 176 | 55 | 0.64 | 0 | 0.69 | 0.31 | 115.54 | 0.52 | 0.45 |
| Hex | 40 | B0 | 37 | 40 | 0 | 45 | 1F | 74 | 34 | 2D |
| Octal | 100 | 260 | 67 | 100 | 0 | 105 | 37 | 164 | 64 | 55 |
| Binary | 1000000 | 10110000 | 110111 | 1000000 | 0 | 1000101 | 11111 | 1110100 | 110100 | 101101 |
Color Harmonies of #40B037
Complementary color
Monochromatic Colors of #40B037
Black with #40B037
Text Example
Text Example
White with #40B037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B037; }
p { color: rgb(64,176,55); }
H1.HeaderClassName
{
color: #40B037;
}
.AnyTagClassName
{
color: #40B037;
}
</style>
background-color css
<style>
a { background-color: #40B037; }
a { background-color: rgb(64,176,55); }
div.DivClassName
{
background-color: #40B037;
}
.BgClassName
{
background-color: #40B037;
}
</style>
border-color css
<style>
span { border-color: #40B037; }
span { border-color: rgb(64,176,55); }
td.TdClassName
{
border-color: #40B037;
}
.TagClassName
{
border-color: #40B037;
}
</style>