Shades of Lime Green #29AF2E
Tints of Lime Green #29AF2E
RGB
CMYK
RGB Variations
Color information
#29AF2E (or 0x29AF2E) is known color: Lime Green. HEX triplet: 29, AF and 2E. RGB value is (41,175,46). Sum of RGB (Red+Green+Blue) = 41+175+46=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 175 (68.75% from 255 or 66.79% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 175 - color contains mainly: green. Hex color #29AF2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AF2E is #D650D1. Grayscale: #787878. Windows color (decimal): -14045394 or 3059497. OLE color: 3059497.
HSL color Cylindrical-coordinate representation of color #29AF2E: hue angle of 122.24º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29AF2E is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 175 | 46 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.31 |
| HSL | 122.24º | 0.62% | 0.42% | - |
| HSV(B) | 122.24º | 0.77% | 0.69% | - |
| XYZ | 16.74 | 31.33 | 7.75 | - |
| YUV | 120.23 | 86.11 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 175 | 46 | 0.77 | 0 | 0.74 | 0.31 | 122.24 | 0.62 | 0.42 |
| Hex | 29 | AF | 2E | 4D | 0 | 4A | 1F | 7A | 3E | 2A |
| Octal | 51 | 257 | 56 | 115 | 0 | 112 | 37 | 172 | 76 | 52 |
| Binary | 101001 | 10101111 | 101110 | 1001101 | 0 | 1001010 | 11111 | 1111010 | 111110 | 101010 |
Color Harmonies of #29AF2E
Complementary color
Monochromatic Colors of #29AF2E
Black with #29AF2E
Text Example
Text Example
White with #29AF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AF2E; }
p { color: rgb(41,175,46); }
H1.HeaderClassName
{
color: #29AF2E;
}
.AnyTagClassName
{
color: #29AF2E;
}
</style>
background-color css
<style>
a { background-color: #29AF2E; }
a { background-color: rgb(41,175,46); }
div.DivClassName
{
background-color: #29AF2E;
}
.BgClassName
{
background-color: #29AF2E;
}
</style>
border-color css
<style>
span { border-color: #29AF2E; }
span { border-color: rgb(41,175,46); }
td.TdClassName
{
border-color: #29AF2E;
}
.TagClassName
{
border-color: #29AF2E;
}
</style>