Shades of Lime Green #29AF40
Tints of Lime Green #29AF40
RGB
CMYK
RGB Variations
Color information
#29AF40 (or 0x29AF40) is known color: Lime Green. HEX triplet: 29, AF and 40. RGB value is (41,175,64). Sum of RGB (Red+Green+Blue) = 41+175+64=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 175 (68.75% from 255 or 62.5% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 175 - color contains mainly: green. Hex color #29AF40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AF40 is #D650BF. Grayscale: #7A7A7A. Windows color (decimal): -14045376 or 4239145. OLE color: 4239145.
HSL color Cylindrical-coordinate representation of color #29AF40: hue angle of 130.3º 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 #29AF40 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 175 | 64 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.31 |
| HSL | 130.3º | 0.62% | 0.42% | - |
| HSV(B) | 130.3º | 0.77% | 0.69% | - |
| XYZ | 17.17 | 31.5 | 10.03 | - |
| YUV | 122.28 | 95.11 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 175 | 64 | 0.77 | 0 | 0.63 | 0.31 | 130.3 | 0.62 | 0.42 |
| Hex | 29 | AF | 40 | 4D | 0 | 3F | 1F | 82 | 3E | 2A |
| Octal | 51 | 257 | 100 | 115 | 0 | 77 | 37 | 202 | 76 | 52 |
| Binary | 101001 | 10101111 | 1000000 | 1001101 | 0 | 111111 | 11111 | 10000010 | 111110 | 101010 |
Color Harmonies of #29AF40
Complementary color
Monochromatic Colors of #29AF40
Black with #29AF40
Text Example
Text Example
White with #29AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AF40; }
p { color: rgb(41,175,64); }
H1.HeaderClassName
{
color: #29AF40;
}
.AnyTagClassName
{
color: #29AF40;
}
</style>
background-color css
<style>
a { background-color: #29AF40; }
a { background-color: rgb(41,175,64); }
div.DivClassName
{
background-color: #29AF40;
}
.BgClassName
{
background-color: #29AF40;
}
</style>
border-color css
<style>
span { border-color: #29AF40; }
span { border-color: rgb(41,175,64); }
td.TdClassName
{
border-color: #29AF40;
}
.TagClassName
{
border-color: #29AF40;
}
</style>