Shades of Lime Green #40BD32
Tints of Lime Green #40BD32
RGB
CMYK
RGB Variations
Color information
#40BD32 (or 0x40BD32) is known color: Lime Green. HEX triplet: 40, BD and 32. RGB value is (64,189,50). Sum of RGB (Red+Green+Blue) = 64+189+50=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 189 (74.22% from 255 or 62.38% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BD32 is #BF42CD. Grayscale: #888888. Windows color (decimal): -12534478 or 3325248. OLE color: 3325248.
HSL color Cylindrical-coordinate representation of color #40BD32: hue angle of 113.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40BD32 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 50 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.26 |
| HSL | 113.96º | 0.58% | 0.47% | - |
| HSV(B) | 113.96º | 0.74% | 0.74% | - |
| XYZ | 20.89 | 37.72 | 9.2 | - |
| YUV | 135.78 | 79.59 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 50 | 0.66 | 0 | 0.74 | 0.26 | 113.96 | 0.58 | 0.47 |
| Hex | 40 | BD | 32 | 42 | 0 | 4A | 1A | 72 | 3A | 2F |
| Octal | 100 | 275 | 62 | 102 | 0 | 112 | 32 | 162 | 72 | 57 |
| Binary | 1000000 | 10111101 | 110010 | 1000010 | 0 | 1001010 | 11010 | 1110010 | 111010 | 101111 |
Color Harmonies of #40BD32
Complementary color
Monochromatic Colors of #40BD32
Black with #40BD32
Text Example
Text Example
White with #40BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BD32; }
p { color: rgb(64,189,50); }
H1.HeaderClassName
{
color: #40BD32;
}
.AnyTagClassName
{
color: #40BD32;
}
</style>
background-color css
<style>
a { background-color: #40BD32; }
a { background-color: rgb(64,189,50); }
div.DivClassName
{
background-color: #40BD32;
}
.BgClassName
{
background-color: #40BD32;
}
</style>
border-color css
<style>
span { border-color: #40BD32; }
span { border-color: rgb(64,189,50); }
td.TdClassName
{
border-color: #40BD32;
}
.TagClassName
{
border-color: #40BD32;
}
</style>