Shades of Lime Green #29BA2A
Tints of Lime Green #29BA2A
RGB
CMYK
RGB Variations
Color information
#29BA2A (or 0x29BA2A) is known color: Lime Green. HEX triplet: 29, BA and 2A. RGB value is (41,186,42). Sum of RGB (Red+Green+Blue) = 41+186+42=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #29BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BA2A is #D645D5. Grayscale: #7E7E7E. Windows color (decimal): -14042582 or 2800169. OLE color: 2800169.
HSL color Cylindrical-coordinate representation of color #29BA2A: hue angle of 120.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BA2A is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 186 | 42 | - |
| CMYK | 0.78 | 0 | 0.77 | 0.27 |
| HSL | 120.41º | 0.64% | 0.45% | - |
| HSV(B) | 120.41º | 0.78% | 0.73% | - |
| XYZ | 18.89 | 35.76 | 8.1 | - |
| YUV | 126.23 | 80.46 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 186 | 42 | 0.78 | 0 | 0.77 | 0.27 | 120.41 | 0.64 | 0.45 |
| Hex | 29 | BA | 2A | 4E | 0 | 4D | 1B | 78 | 40 | 2D |
| Octal | 51 | 272 | 52 | 116 | 0 | 115 | 33 | 170 | 100 | 55 |
| Binary | 101001 | 10111010 | 101010 | 1001110 | 0 | 1001101 | 11011 | 1111000 | 1000000 | 101101 |
Color Harmonies of #29BA2A
Complementary color
Monochromatic Colors of #29BA2A
Black with #29BA2A
Text Example
Text Example
White with #29BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BA2A; }
p { color: rgb(41,186,42); }
H1.HeaderClassName
{
color: #29BA2A;
}
.AnyTagClassName
{
color: #29BA2A;
}
</style>
background-color css
<style>
a { background-color: #29BA2A; }
a { background-color: rgb(41,186,42); }
div.DivClassName
{
background-color: #29BA2A;
}
.BgClassName
{
background-color: #29BA2A;
}
</style>
border-color css
<style>
span { border-color: #29BA2A; }
span { border-color: rgb(41,186,42); }
td.TdClassName
{
border-color: #29BA2A;
}
.TagClassName
{
border-color: #29BA2A;
}
</style>