Shades of Lime Green #29AC3C
Tints of Lime Green #29AC3C
RGB
CMYK
RGB Variations
Color information
#29AC3C (or 0x29AC3C) is known color: Lime Green. HEX triplet: 29, AC and 3C. RGB value is (41,172,60). Sum of RGB (Red+Green+Blue) = 41+172+60=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 172 (67.58% from 255 or 63.00% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 172 - color contains mainly: green. Hex color #29AC3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AC3C is #D653C3. Grayscale: #787878. Windows color (decimal): -14046148 or 3976233. OLE color: 3976233.
HSL color Cylindrical-coordinate representation of color #29AC3C: hue angle of 128.7º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AC3C is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 172 | 60 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.33 |
| HSL | 128.7º | 0.62% | 0.42% | - |
| HSV(B) | 128.7º | 0.76% | 0.67% | - |
| XYZ | 16.48 | 30.3 | 9.26 | - |
| YUV | 120.06 | 94.1 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 172 | 60 | 0.76 | 0 | 0.65 | 0.33 | 128.7 | 0.62 | 0.42 |
| Hex | 29 | AC | 3C | 4C | 0 | 41 | 21 | 81 | 3E | 2A |
| Octal | 51 | 254 | 74 | 114 | 0 | 101 | 41 | 201 | 76 | 52 |
| Binary | 101001 | 10101100 | 111100 | 1001100 | 0 | 1000001 | 100001 | 10000001 | 111110 | 101010 |
Color Harmonies of #29AC3C
Complementary color
Monochromatic Colors of #29AC3C
Black with #29AC3C
Text Example
Text Example
White with #29AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AC3C; }
p { color: rgb(41,172,60); }
H1.HeaderClassName
{
color: #29AC3C;
}
.AnyTagClassName
{
color: #29AC3C;
}
</style>
background-color css
<style>
a { background-color: #29AC3C; }
a { background-color: rgb(41,172,60); }
div.DivClassName
{
background-color: #29AC3C;
}
.BgClassName
{
background-color: #29AC3C;
}
</style>
border-color css
<style>
span { border-color: #29AC3C; }
span { border-color: rgb(41,172,60); }
td.TdClassName
{
border-color: #29AC3C;
}
.TagClassName
{
border-color: #29AC3C;
}
</style>