Shades of Lime Green #40BD38
Tints of Lime Green #40BD38
RGB
CMYK
RGB Variations
Color information
#40BD38 (or 0x40BD38) is known color: Lime Green. HEX triplet: 40, BD and 38. RGB value is (64,189,56). Sum of RGB (Red+Green+Blue) = 64+189+56=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BD38 is #BF42C7. Grayscale: #888888. Windows color (decimal): -12534472 or 3718464. OLE color: 3718464.
HSL color Cylindrical-coordinate representation of color #40BD38: hue angle of 116.39º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40BD38 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 56 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.26 |
| HSL | 116.39º | 0.54% | 0.48% | - |
| HSV(B) | 116.39º | 0.7% | 0.74% | - |
| XYZ | 21.03 | 37.77 | 9.92 | - |
| YUV | 136.46 | 82.59 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 56 | 0.66 | 0 | 0.70 | 0.26 | 116.39 | 0.54 | 0.48 |
| Hex | 40 | BD | 38 | 42 | 0 | 46 | 1A | 74 | 36 | 30 |
| Octal | 100 | 275 | 70 | 102 | 0 | 106 | 32 | 164 | 66 | 60 |
| Binary | 1000000 | 10111101 | 111000 | 1000010 | 0 | 1000110 | 11010 | 1110100 | 110110 | 110000 |
Color Harmonies of #40BD38
Complementary color
Monochromatic Colors of #40BD38
Black with #40BD38
Text Example
Text Example
White with #40BD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BD38; }
p { color: rgb(64,189,56); }
H1.HeaderClassName
{
color: #40BD38;
}
.AnyTagClassName
{
color: #40BD38;
}
</style>
background-color css
<style>
a { background-color: #40BD38; }
a { background-color: rgb(64,189,56); }
div.DivClassName
{
background-color: #40BD38;
}
.BgClassName
{
background-color: #40BD38;
}
</style>
border-color css
<style>
span { border-color: #40BD38; }
span { border-color: rgb(64,189,56); }
td.TdClassName
{
border-color: #40BD38;
}
.TagClassName
{
border-color: #40BD38;
}
</style>