Shades of Lime Green #40BD33
Tints of Lime Green #40BD33
RGB
CMYK
RGB Variations
Color information
#40BD33 (or 0x40BD33) is known color: Lime Green. HEX triplet: 40, BD and 33. RGB value is (64,189,51). Sum of RGB (Red+Green+Blue) = 64+189+51=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 189 (74.22% from 255 or 62.17% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BD33 is #BF42CC. Grayscale: #888888. Windows color (decimal): -12534477 or 3390784. OLE color: 3390784.
HSL color Cylindrical-coordinate representation of color #40BD33: hue angle of 114.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40BD33 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 51 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.26 |
| HSL | 114.35º | 0.58% | 0.47% | - |
| HSV(B) | 114.35º | 0.73% | 0.74% | - |
| XYZ | 20.91 | 37.72 | 9.31 | - |
| YUV | 135.89 | 80.09 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 51 | 0.66 | 0 | 0.73 | 0.26 | 114.35 | 0.58 | 0.47 |
| Hex | 40 | BD | 33 | 42 | 0 | 49 | 1A | 72 | 3A | 2F |
| Octal | 100 | 275 | 63 | 102 | 0 | 111 | 32 | 162 | 72 | 57 |
| Binary | 1000000 | 10111101 | 110011 | 1000010 | 0 | 1001001 | 11010 | 1110010 | 111010 | 101111 |
Color Harmonies of #40BD33
Complementary color
Monochromatic Colors of #40BD33
Black with #40BD33
Text Example
Text Example
White with #40BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BD33; }
p { color: rgb(64,189,51); }
H1.HeaderClassName
{
color: #40BD33;
}
.AnyTagClassName
{
color: #40BD33;
}
</style>
background-color css
<style>
a { background-color: #40BD33; }
a { background-color: rgb(64,189,51); }
div.DivClassName
{
background-color: #40BD33;
}
.BgClassName
{
background-color: #40BD33;
}
</style>
border-color css
<style>
span { border-color: #40BD33; }
span { border-color: rgb(64,189,51); }
td.TdClassName
{
border-color: #40BD33;
}
.TagClassName
{
border-color: #40BD33;
}
</style>