Shades of Lime Green #29D628
Tints of Lime Green #29D628
RGB
CMYK
RGB Variations
Color information
#29D628 (or 0x29D628) is known color: Lime Green. HEX triplet: 29, D6 and 28. RGB value is (41,214,40). Sum of RGB (Red+Green+Blue) = 41+214+40=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 214 (83.98% from 255 or 72.54% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 214 - color contains mainly: green. Hex color #29D628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D628 is #D629D7. Grayscale: #8E8E8E. Windows color (decimal): -14035416 or 2676265. OLE color: 2676265.
HSL color Cylindrical-coordinate representation of color #29D628: hue angle of 119.66º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D628 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 214 | 40 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.16 |
| HSL | 119.66º | 0.69% | 0.5% | - |
| HSV(B) | 119.66º | 0.81% | 0.84% | - |
| XYZ | 25.34 | 48.72 | 10.08 | - |
| YUV | 142.44 | 70.19 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 214 | 40 | 0.81 | 0 | 0.81 | 0.16 | 119.66 | 0.69 | 0.5 |
| Hex | 29 | D6 | 28 | 51 | 0 | 51 | 10 | 78 | 45 | 32 |
| Octal | 51 | 326 | 50 | 121 | 0 | 121 | 20 | 170 | 105 | 62 |
| Binary | 101001 | 11010110 | 101000 | 1010001 | 0 | 1010001 | 10000 | 1111000 | 1000101 | 110010 |
Color Harmonies of #29D628
Complementary color
Monochromatic Colors of #29D628
Black with #29D628
Text Example
Text Example
White with #29D628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D628; }
p { color: rgb(41,214,40); }
H1.HeaderClassName
{
color: #29D628;
}
.AnyTagClassName
{
color: #29D628;
}
</style>
background-color css
<style>
a { background-color: #29D628; }
a { background-color: rgb(41,214,40); }
div.DivClassName
{
background-color: #29D628;
}
.BgClassName
{
background-color: #29D628;
}
</style>
border-color css
<style>
span { border-color: #29D628; }
span { border-color: rgb(41,214,40); }
td.TdClassName
{
border-color: #29D628;
}
.TagClassName
{
border-color: #29D628;
}
</style>