Shades of Lime Green #40CD29
Tints of Lime Green #40CD29
RGB
CMYK
RGB Variations
Color information
#40CD29 (or 0x40CD29) is known color: Lime Green. HEX triplet: 40, CD and 29. RGB value is (64,205,41). Sum of RGB (Red+Green+Blue) = 64+205+41=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 205 (80.47% from 255 or 66.13% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CD29 is #BF32D6. Grayscale: #909090. Windows color (decimal): -12530391 or 2739520. OLE color: 2739520.
HSL color Cylindrical-coordinate representation of color #40CD29: hue angle of 111.59º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40CD29 is Cyan = 0.69, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 41 | - |
| CMYK | 0.69 | 0 | 0.8 | 0.20 |
| HSL | 111.59º | 0.67% | 0.48% | - |
| HSV(B) | 111.59º | 0.8% | 0.8% | - |
| XYZ | 24.35 | 44.91 | 9.48 | - |
| YUV | 144.15 | 69.79 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 41 | 0.69 | 0 | 0.8 | 0.20 | 111.59 | 0.67 | 0.48 |
| Hex | 40 | CD | 29 | 45 | 0 | 50 | 14 | 70 | 43 | 30 |
| Octal | 100 | 315 | 51 | 105 | 0 | 120 | 24 | 160 | 103 | 60 |
| Binary | 1000000 | 11001101 | 101001 | 1000101 | 0 | 1010000 | 10100 | 1110000 | 1000011 | 110000 |
Color Harmonies of #40CD29
Complementary color
Monochromatic Colors of #40CD29
Black with #40CD29
Text Example
Text Example
White with #40CD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD29; }
p { color: rgb(64,205,41); }
H1.HeaderClassName
{
color: #40CD29;
}
.AnyTagClassName
{
color: #40CD29;
}
</style>
background-color css
<style>
a { background-color: #40CD29; }
a { background-color: rgb(64,205,41); }
div.DivClassName
{
background-color: #40CD29;
}
.BgClassName
{
background-color: #40CD29;
}
</style>
border-color css
<style>
span { border-color: #40CD29; }
span { border-color: rgb(64,205,41); }
td.TdClassName
{
border-color: #40CD29;
}
.TagClassName
{
border-color: #40CD29;
}
</style>