Shades of Lime Green #40BD3F
Tints of Lime Green #40BD3F
RGB
CMYK
RGB Variations
Color information
#40BD3F (or 0x40BD3F) is known color: Lime Green. HEX triplet: 40, BD and 3F. RGB value is (64,189,63). Sum of RGB (Red+Green+Blue) = 64+189+63=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BD3F is #BF42C0. Grayscale: #898989. Windows color (decimal): -12534465 or 4177216. OLE color: 4177216.
HSL color Cylindrical-coordinate representation of color #40BD3F: hue angle of 119.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40BD3F is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 63 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.26 |
| HSL | 119.52º | 0.5% | 0.49% | - |
| HSV(B) | 119.52º | 0.67% | 0.74% | - |
| XYZ | 21.21 | 37.84 | 10.89 | - |
| YUV | 137.26 | 86.09 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 63 | 0.66 | 0 | 0.67 | 0.26 | 119.52 | 0.5 | 0.49 |
| Hex | 40 | BD | 3F | 42 | 0 | 43 | 1A | 78 | 32 | 31 |
| Octal | 100 | 275 | 77 | 102 | 0 | 103 | 32 | 170 | 62 | 61 |
| Binary | 1000000 | 10111101 | 111111 | 1000010 | 0 | 1000011 | 11010 | 1111000 | 110010 | 110001 |
Color Harmonies of #40BD3F
Complementary color
Monochromatic Colors of #40BD3F
Black with #40BD3F
Text Example
Text Example
White with #40BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BD3F; }
p { color: rgb(64,189,63); }
H1.HeaderClassName
{
color: #40BD3F;
}
.AnyTagClassName
{
color: #40BD3F;
}
</style>
background-color css
<style>
a { background-color: #40BD3F; }
a { background-color: rgb(64,189,63); }
div.DivClassName
{
background-color: #40BD3F;
}
.BgClassName
{
background-color: #40BD3F;
}
</style>
border-color css
<style>
span { border-color: #40BD3F; }
span { border-color: rgb(64,189,63); }
td.TdClassName
{
border-color: #40BD3F;
}
.TagClassName
{
border-color: #40BD3F;
}
</style>