Shades of Lime Green #40B237
Tints of Lime Green #40B237
RGB
CMYK
RGB Variations
Color information
#40B237 (or 0x40B237) is known color: Lime Green. HEX triplet: 40, B2 and 37. RGB value is (64,178,55). Sum of RGB (Red+Green+Blue) = 64+178+55=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #40B237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B237 is #BF4DC8. Grayscale: #828282. Windows color (decimal): -12537289 or 3650112. OLE color: 3650112.
HSL color Cylindrical-coordinate representation of color #40B237: hue angle of 115.61º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40B237 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 178 | 55 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.30 |
| HSL | 115.61º | 0.53% | 0.46% | - |
| HSV(B) | 115.61º | 0.69% | 0.7% | - |
| XYZ | 18.72 | 33.21 | 9.04 | - |
| YUV | 129.89 | 85.73 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 55 | 0.64 | 0 | 0.69 | 0.30 | 115.61 | 0.53 | 0.46 |
| Hex | 40 | B2 | 37 | 40 | 0 | 45 | 1E | 74 | 35 | 2E |
| Octal | 100 | 262 | 67 | 100 | 0 | 105 | 36 | 164 | 65 | 56 |
| Binary | 1000000 | 10110010 | 110111 | 1000000 | 0 | 1000101 | 11110 | 1110100 | 110101 | 101110 |
Color Harmonies of #40B237
Complementary color
Monochromatic Colors of #40B237
Black with #40B237
Text Example
Text Example
White with #40B237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B237; }
p { color: rgb(64,178,55); }
H1.HeaderClassName
{
color: #40B237;
}
.AnyTagClassName
{
color: #40B237;
}
</style>
background-color css
<style>
a { background-color: #40B237; }
a { background-color: rgb(64,178,55); }
div.DivClassName
{
background-color: #40B237;
}
.BgClassName
{
background-color: #40B237;
}
</style>
border-color css
<style>
span { border-color: #40B237; }
span { border-color: rgb(64,178,55); }
td.TdClassName
{
border-color: #40B237;
}
.TagClassName
{
border-color: #40B237;
}
</style>