Shades of Lime Green #40DD53
Tints of Lime Green #40DD53
RGB
CMYK
RGB Variations
Color information
#40DD53 (or 0x40DD53) is known color: Lime Green. HEX triplet: 40, DD and 53. RGB value is (64,221,83). Sum of RGB (Red+Green+Blue) = 64+221+83=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 221 (86.72% from 255 or 60.05% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DD53 is #BF22AC. Grayscale: #9E9E9E. Windows color (decimal): -12526253 or 5496128. OLE color: 5496128.
HSL color Cylindrical-coordinate representation of color #40DD53: hue angle of 127.26º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DD53 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 221 | 83 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.13 |
| HSL | 127.26º | 0.7% | 0.56% | - |
| HSV(B) | 127.26º | 0.71% | 0.87% | - |
| XYZ | 29.53 | 53.43 | 16.94 | - |
| YUV | 158.33 | 85.49 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 83 | 0.71 | 0 | 0.62 | 0.13 | 127.26 | 0.7 | 0.56 |
| Hex | 40 | DD | 53 | 47 | 0 | 3E | D | 7F | 46 | 38 |
| Octal | 100 | 335 | 123 | 107 | 0 | 76 | 15 | 177 | 106 | 70 |
| Binary | 1000000 | 11011101 | 1010011 | 1000111 | 0 | 111110 | 1101 | 1111111 | 1000110 | 111000 |
Color Harmonies of #40DD53
Complementary color
Monochromatic Colors of #40DD53
Black with #40DD53
Text Example
Text Example
White with #40DD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DD53; }
p { color: rgb(64,221,83); }
H1.HeaderClassName
{
color: #40DD53;
}
.AnyTagClassName
{
color: #40DD53;
}
</style>
background-color css
<style>
a { background-color: #40DD53; }
a { background-color: rgb(64,221,83); }
div.DivClassName
{
background-color: #40DD53;
}
.BgClassName
{
background-color: #40DD53;
}
</style>
border-color css
<style>
span { border-color: #40DD53; }
span { border-color: rgb(64,221,83); }
td.TdClassName
{
border-color: #40DD53;
}
.TagClassName
{
border-color: #40DD53;
}
</style>