Shades of Lime Green #29D141
Tints of Lime Green #29D141
RGB
CMYK
RGB Variations
Color information
#29D141 (or 0x29D141) is known color: Lime Green. HEX triplet: 29, D1 and 41. RGB value is (41,209,65). Sum of RGB (Red+Green+Blue) = 41+209+65=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 209 (82.03% from 255 or 66.35% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 209 - color contains mainly: green. Hex color #29D141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D141 is #D62EBE. Grayscale: #8E8E8E. Windows color (decimal): -14036671 or 4313385. OLE color: 4313385.
HSL color Cylindrical-coordinate representation of color #29D141: hue angle of 128.57º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29D141 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 209 | 65 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.18 |
| HSL | 128.57º | 0.67% | 0.49% | - |
| HSV(B) | 128.57º | 0.8% | 0.82% | - |
| XYZ | 24.67 | 46.45 | 12.67 | - |
| YUV | 142.35 | 84.34 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 209 | 65 | 0.80 | 0 | 0.69 | 0.18 | 128.57 | 0.67 | 0.49 |
| Hex | 29 | D1 | 41 | 50 | 0 | 45 | 12 | 81 | 43 | 31 |
| Octal | 51 | 321 | 101 | 120 | 0 | 105 | 22 | 201 | 103 | 61 |
| Binary | 101001 | 11010001 | 1000001 | 1010000 | 0 | 1000101 | 10010 | 10000001 | 1000011 | 110001 |
Color Harmonies of #29D141
Complementary color
Monochromatic Colors of #29D141
Black with #29D141
Text Example
Text Example
White with #29D141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D141; }
p { color: rgb(41,209,65); }
H1.HeaderClassName
{
color: #29D141;
}
.AnyTagClassName
{
color: #29D141;
}
</style>
background-color css
<style>
a { background-color: #29D141; }
a { background-color: rgb(41,209,65); }
div.DivClassName
{
background-color: #29D141;
}
.BgClassName
{
background-color: #29D141;
}
</style>
border-color css
<style>
span { border-color: #29D141; }
span { border-color: rgb(41,209,65); }
td.TdClassName
{
border-color: #29D141;
}
.TagClassName
{
border-color: #29D141;
}
</style>