Shades of Lime Green #40CD55
Tints of Lime Green #40CD55
RGB
CMYK
RGB Variations
Color information
#40CD55 (or 0x40CD55) is known color: Lime Green. HEX triplet: 40, CD and 55. RGB value is (64,205,85). Sum of RGB (Red+Green+Blue) = 64+205+85=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 205 (80.47% from 255 or 57.91% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CD55 is #BF32AA. Grayscale: #959595. Windows color (decimal): -12530347 or 5623104. OLE color: 5623104.
HSL color Cylindrical-coordinate representation of color #40CD55: hue angle of 128.94º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CD55 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 85 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.20 |
| HSL | 128.94º | 0.59% | 0.53% | - |
| HSV(B) | 128.94º | 0.69% | 0.8% | - |
| XYZ | 25.59 | 45.41 | 16.01 | - |
| YUV | 149.16 | 91.79 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 85 | 0.69 | 0 | 0.59 | 0.20 | 128.94 | 0.59 | 0.53 |
| Hex | 40 | CD | 55 | 45 | 0 | 3B | 14 | 81 | 3B | 35 |
| Octal | 100 | 315 | 125 | 105 | 0 | 73 | 24 | 201 | 73 | 65 |
| Binary | 1000000 | 11001101 | 1010101 | 1000101 | 0 | 111011 | 10100 | 10000001 | 111011 | 110101 |
Color Harmonies of #40CD55
Complementary color
Monochromatic Colors of #40CD55
Black with #40CD55
Text Example
Text Example
White with #40CD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD55; }
p { color: rgb(64,205,85); }
H1.HeaderClassName
{
color: #40CD55;
}
.AnyTagClassName
{
color: #40CD55;
}
</style>
background-color css
<style>
a { background-color: #40CD55; }
a { background-color: rgb(64,205,85); }
div.DivClassName
{
background-color: #40CD55;
}
.BgClassName
{
background-color: #40CD55;
}
</style>
border-color css
<style>
span { border-color: #40CD55; }
span { border-color: rgb(64,205,85); }
td.TdClassName
{
border-color: #40CD55;
}
.TagClassName
{
border-color: #40CD55;
}
</style>