Shades of Lime Green #40BF37
Tints of Lime Green #40BF37
RGB
CMYK
RGB Variations
Color information
#40BF37 (or 0x40BF37) is known color: Lime Green. HEX triplet: 40, BF and 37. RGB value is (64,191,55). Sum of RGB (Red+Green+Blue) = 64+191+55=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 191 (75% from 255 or 61.61% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BF37 is #BF40C8. Grayscale: #898989. Windows color (decimal): -12533961 or 3653440. OLE color: 3653440.
HSL color Cylindrical-coordinate representation of color #40BF37: hue angle of 116.03º 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 #40BF37 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 55 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.25 |
| HSL | 116.03º | 0.55% | 0.48% | - |
| HSV(B) | 116.03º | 0.71% | 0.75% | - |
| XYZ | 21.43 | 38.63 | 9.94 | - |
| YUV | 137.52 | 81.42 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 55 | 0.66 | 0 | 0.71 | 0.25 | 116.03 | 0.55 | 0.48 |
| Hex | 40 | BF | 37 | 42 | 0 | 47 | 19 | 74 | 37 | 30 |
| Octal | 100 | 277 | 67 | 102 | 0 | 107 | 31 | 164 | 67 | 60 |
| Binary | 1000000 | 10111111 | 110111 | 1000010 | 0 | 1000111 | 11001 | 1110100 | 110111 | 110000 |
Color Harmonies of #40BF37
Complementary color
Monochromatic Colors of #40BF37
Black with #40BF37
Text Example
Text Example
White with #40BF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF37; }
p { color: rgb(64,191,55); }
H1.HeaderClassName
{
color: #40BF37;
}
.AnyTagClassName
{
color: #40BF37;
}
</style>
background-color css
<style>
a { background-color: #40BF37; }
a { background-color: rgb(64,191,55); }
div.DivClassName
{
background-color: #40BF37;
}
.BgClassName
{
background-color: #40BF37;
}
</style>
border-color css
<style>
span { border-color: #40BF37; }
span { border-color: rgb(64,191,55); }
td.TdClassName
{
border-color: #40BF37;
}
.TagClassName
{
border-color: #40BF37;
}
</style>