Shades of Lime Green #29DF45
Tints of Lime Green #29DF45
RGB
CMYK
RGB Variations
Color information
#29DF45 (or 0x29DF45) is known color: Lime Green. HEX triplet: 29, DF and 45. RGB value is (41,223,69). Sum of RGB (Red+Green+Blue) = 41+223+69=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 223 (87.5% from 255 or 66.97% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 223 - color contains mainly: green. Hex color #29DF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DF45 is #D620BA. Grayscale: #979797. Windows color (decimal): -14033083 or 4579113. OLE color: 4579113.
HSL color Cylindrical-coordinate representation of color #29DF45: hue angle of 129.23º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DF45 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 223 | 69 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.13 |
| HSL | 129.23º | 0.74% | 0.52% | - |
| HSV(B) | 129.23º | 0.82% | 0.87% | - |
| XYZ | 28.38 | 53.68 | 14.5 | - |
| YUV | 151.03 | 81.7 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 223 | 69 | 0.82 | 0 | 0.69 | 0.13 | 129.23 | 0.74 | 0.52 |
| Hex | 29 | DF | 45 | 52 | 0 | 45 | D | 81 | 4A | 34 |
| Octal | 51 | 337 | 105 | 122 | 0 | 105 | 15 | 201 | 112 | 64 |
| Binary | 101001 | 11011111 | 1000101 | 1010010 | 0 | 1000101 | 1101 | 10000001 | 1001010 | 110100 |
Color Harmonies of #29DF45
Complementary color
Monochromatic Colors of #29DF45
Black with #29DF45
Text Example
Text Example
White with #29DF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DF45; }
p { color: rgb(41,223,69); }
H1.HeaderClassName
{
color: #29DF45;
}
.AnyTagClassName
{
color: #29DF45;
}
</style>
background-color css
<style>
a { background-color: #29DF45; }
a { background-color: rgb(41,223,69); }
div.DivClassName
{
background-color: #29DF45;
}
.BgClassName
{
background-color: #29DF45;
}
</style>
border-color css
<style>
span { border-color: #29DF45; }
span { border-color: rgb(41,223,69); }
td.TdClassName
{
border-color: #29DF45;
}
.TagClassName
{
border-color: #29DF45;
}
</style>