Shades of Lime Green #29AB3D
Tints of Lime Green #29AB3D
RGB
CMYK
RGB Variations
Color information
#29AB3D (or 0x29AB3D) is known color: Lime Green. HEX triplet: 29, AB and 3D. RGB value is (41,171,61). Sum of RGB (Red+Green+Blue) = 41+171+61=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AB3D is #D654C2. Grayscale: #777777. Windows color (decimal): -14046403 or 4041513. OLE color: 4041513.
HSL color Cylindrical-coordinate representation of color #29AB3D: hue angle of 129.23º 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 #29AB3D is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 171 | 61 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.33 |
| HSL | 129.23º | 0.61% | 0.42% | - |
| HSV(B) | 129.23º | 0.76% | 0.67% | - |
| XYZ | 16.32 | 29.93 | 9.33 | - |
| YUV | 119.59 | 94.93 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 171 | 61 | 0.76 | 0 | 0.64 | 0.33 | 129.23 | 0.61 | 0.42 |
| Hex | 29 | AB | 3D | 4C | 0 | 40 | 21 | 81 | 3D | 2A |
| Octal | 51 | 253 | 75 | 114 | 0 | 100 | 41 | 201 | 75 | 52 |
| Binary | 101001 | 10101011 | 111101 | 1001100 | 0 | 1000000 | 100001 | 10000001 | 111101 | 101010 |
Color Harmonies of #29AB3D
Complementary color
Monochromatic Colors of #29AB3D
Black with #29AB3D
Text Example
Text Example
White with #29AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AB3D; }
p { color: rgb(41,171,61); }
H1.HeaderClassName
{
color: #29AB3D;
}
.AnyTagClassName
{
color: #29AB3D;
}
</style>
background-color css
<style>
a { background-color: #29AB3D; }
a { background-color: rgb(41,171,61); }
div.DivClassName
{
background-color: #29AB3D;
}
.BgClassName
{
background-color: #29AB3D;
}
</style>
border-color css
<style>
span { border-color: #29AB3D; }
span { border-color: rgb(41,171,61); }
td.TdClassName
{
border-color: #29AB3D;
}
.TagClassName
{
border-color: #29AB3D;
}
</style>