Shades of Lime Green #29AB3C
Tints of Lime Green #29AB3C
RGB
CMYK
RGB Variations
Color information
#29AB3C (or 0x29AB3C) is known color: Lime Green. HEX triplet: 29, AB and 3C. RGB value is (41,171,60). Sum of RGB (Red+Green+Blue) = 41+171+60=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 171 (67.19% from 255 or 62.87% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AB3C is #D654C3. Grayscale: #777777. Windows color (decimal): -14046404 or 3975977. OLE color: 3975977.
HSL color Cylindrical-coordinate representation of color #29AB3C: hue angle of 128.77º degrees, saturation: 0.61, 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 #29AB3C is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 171 | 60 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.33 |
| HSL | 128.77º | 0.61% | 0.42% | - |
| HSV(B) | 128.77º | 0.76% | 0.67% | - |
| XYZ | 16.29 | 29.92 | 9.19 | - |
| YUV | 119.48 | 94.43 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 171 | 60 | 0.76 | 0 | 0.65 | 0.33 | 128.77 | 0.61 | 0.42 |
| Hex | 29 | AB | 3C | 4C | 0 | 41 | 21 | 81 | 3D | 2A |
| Octal | 51 | 253 | 74 | 114 | 0 | 101 | 41 | 201 | 75 | 52 |
| Binary | 101001 | 10101011 | 111100 | 1001100 | 0 | 1000001 | 100001 | 10000001 | 111101 | 101010 |
Color Harmonies of #29AB3C
Complementary color
Monochromatic Colors of #29AB3C
Black with #29AB3C
Text Example
Text Example
White with #29AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AB3C; }
p { color: rgb(41,171,60); }
H1.HeaderClassName
{
color: #29AB3C;
}
.AnyTagClassName
{
color: #29AB3C;
}
</style>
background-color css
<style>
a { background-color: #29AB3C; }
a { background-color: rgb(41,171,60); }
div.DivClassName
{
background-color: #29AB3C;
}
.BgClassName
{
background-color: #29AB3C;
}
</style>
border-color css
<style>
span { border-color: #29AB3C; }
span { border-color: rgb(41,171,60); }
td.TdClassName
{
border-color: #29AB3C;
}
.TagClassName
{
border-color: #29AB3C;
}
</style>