Shades of Lime Green #40BE37
Tints of Lime Green #40BE37
RGB
CMYK
RGB Variations
Color information
#40BE37 (or 0x40BE37) is known color: Lime Green. HEX triplet: 40, BE and 37. RGB value is (64,190,55). Sum of RGB (Red+Green+Blue) = 64+190+55=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 190 (74.61% from 255 or 61.49% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BE37 is #BF41C8. Grayscale: #898989. Windows color (decimal): -12534217 or 3653184. OLE color: 3653184.
HSL color Cylindrical-coordinate representation of color #40BE37: hue angle of 116º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BE37 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 55 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.25 |
| HSL | 116º | 0.55% | 0.48% | - |
| HSV(B) | 116º | 0.71% | 0.75% | - |
| XYZ | 21.22 | 38.19 | 9.87 | - |
| YUV | 136.94 | 81.76 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 55 | 0.66 | 0 | 0.71 | 0.25 | 116 | 0.55 | 0.48 |
| Hex | 40 | BE | 37 | 42 | 0 | 47 | 19 | 74 | 37 | 30 |
| Octal | 100 | 276 | 67 | 102 | 0 | 107 | 31 | 164 | 67 | 60 |
| Binary | 1000000 | 10111110 | 110111 | 1000010 | 0 | 1000111 | 11001 | 1110100 | 110111 | 110000 |
Color Harmonies of #40BE37
Complementary color
Monochromatic Colors of #40BE37
Black with #40BE37
Text Example
Text Example
White with #40BE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE37; }
p { color: rgb(64,190,55); }
H1.HeaderClassName
{
color: #40BE37;
}
.AnyTagClassName
{
color: #40BE37;
}
</style>
background-color css
<style>
a { background-color: #40BE37; }
a { background-color: rgb(64,190,55); }
div.DivClassName
{
background-color: #40BE37;
}
.BgClassName
{
background-color: #40BE37;
}
</style>
border-color css
<style>
span { border-color: #40BE37; }
span { border-color: rgb(64,190,55); }
td.TdClassName
{
border-color: #40BE37;
}
.TagClassName
{
border-color: #40BE37;
}
</style>