Shades of Lime Green #40AD33
Tints of Lime Green #40AD33
RGB
CMYK
RGB Variations
Color information
#40AD33 (or 0x40AD33) is known color: Lime Green. HEX triplet: 40, AD and 33. RGB value is (64,173,51). Sum of RGB (Red+Green+Blue) = 64+173+51=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 173 (67.97% from 255 or 60.07% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AD33 is #BF52CC. Grayscale: #7E7E7E. Windows color (decimal): -12538573 or 3386688. OLE color: 3386688.
HSL color Cylindrical-coordinate representation of color #40AD33: hue angle of 113.61º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40AD33 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 51 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.32 |
| HSL | 113.61º | 0.54% | 0.44% | - |
| HSV(B) | 113.61º | 0.71% | 0.68% | - |
| XYZ | 17.66 | 31.22 | 8.23 | - |
| YUV | 126.5 | 85.39 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 51 | 0.63 | 0 | 0.71 | 0.32 | 113.61 | 0.54 | 0.44 |
| Hex | 40 | AD | 33 | 3F | 0 | 47 | 20 | 72 | 36 | 2C |
| Octal | 100 | 255 | 63 | 77 | 0 | 107 | 40 | 162 | 66 | 54 |
| Binary | 1000000 | 10101101 | 110011 | 111111 | 0 | 1000111 | 100000 | 1110010 | 110110 | 101100 |
Color Harmonies of #40AD33
Complementary color
Monochromatic Colors of #40AD33
Black with #40AD33
Text Example
Text Example
White with #40AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD33; }
p { color: rgb(64,173,51); }
H1.HeaderClassName
{
color: #40AD33;
}
.AnyTagClassName
{
color: #40AD33;
}
</style>
background-color css
<style>
a { background-color: #40AD33; }
a { background-color: rgb(64,173,51); }
div.DivClassName
{
background-color: #40AD33;
}
.BgClassName
{
background-color: #40AD33;
}
</style>
border-color css
<style>
span { border-color: #40AD33; }
span { border-color: rgb(64,173,51); }
td.TdClassName
{
border-color: #40AD33;
}
.TagClassName
{
border-color: #40AD33;
}
</style>