Shades of Lime Green #29DC41
Tints of Lime Green #29DC41
RGB
CMYK
RGB Variations
Color information
#29DC41 (or 0x29DC41) is known color: Lime Green. HEX triplet: 29, DC and 41. RGB value is (41,220,65). Sum of RGB (Red+Green+Blue) = 41+220+65=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #29DC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DC41 is #D623BE. Grayscale: #959595. Windows color (decimal): -14033855 or 4316201. OLE color: 4316201.
HSL color Cylindrical-coordinate representation of color #29DC41: hue angle of 128.04º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DC41 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 220 | 65 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.14 |
| HSL | 128.04º | 0.72% | 0.51% | - |
| HSV(B) | 128.04º | 0.81% | 0.86% | - |
| XYZ | 27.46 | 52.04 | 13.6 | - |
| YUV | 148.81 | 80.7 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 65 | 0.81 | 0 | 0.70 | 0.14 | 128.04 | 0.72 | 0.51 |
| Hex | 29 | DC | 41 | 51 | 0 | 46 | E | 80 | 48 | 33 |
| Octal | 51 | 334 | 101 | 121 | 0 | 106 | 16 | 200 | 110 | 63 |
| Binary | 101001 | 11011100 | 1000001 | 1010001 | 0 | 1000110 | 1110 | 10000000 | 1001000 | 110011 |
Color Harmonies of #29DC41
Complementary color
Monochromatic Colors of #29DC41
Black with #29DC41
Text Example
Text Example
White with #29DC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DC41; }
p { color: rgb(41,220,65); }
H1.HeaderClassName
{
color: #29DC41;
}
.AnyTagClassName
{
color: #29DC41;
}
</style>
background-color css
<style>
a { background-color: #29DC41; }
a { background-color: rgb(41,220,65); }
div.DivClassName
{
background-color: #29DC41;
}
.BgClassName
{
background-color: #29DC41;
}
</style>
border-color css
<style>
span { border-color: #29DC41; }
span { border-color: rgb(41,220,65); }
td.TdClassName
{
border-color: #29DC41;
}
.TagClassName
{
border-color: #29DC41;
}
</style>