Shades of Lime Green #29BB3A
Tints of Lime Green #29BB3A
RGB
CMYK
RGB Variations
Color information
#29BB3A (or 0x29BB3A) is known color: Lime Green. HEX triplet: 29, BB and 3A. RGB value is (41,187,58). Sum of RGB (Red+Green+Blue) = 41+187+58=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 187 (73.44% from 255 or 65.38% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 187 - color contains mainly: green. Hex color #29BB3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BB3A is #D644C5. Grayscale: #818181. Windows color (decimal): -14042310 or 3849001. OLE color: 3849001.
HSL color Cylindrical-coordinate representation of color #29BB3A: hue angle of 126.99º 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 #29BB3A is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 187 | 58 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.27 |
| HSL | 126.99º | 0.64% | 0.45% | - |
| HSV(B) | 126.99º | 0.78% | 0.73% | - |
| XYZ | 19.45 | 36.32 | 9.99 | - |
| YUV | 128.64 | 88.13 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 187 | 58 | 0.78 | 0 | 0.69 | 0.27 | 126.99 | 0.64 | 0.45 |
| Hex | 29 | BB | 3A | 4E | 0 | 45 | 1B | 7F | 40 | 2D |
| Octal | 51 | 273 | 72 | 116 | 0 | 105 | 33 | 177 | 100 | 55 |
| Binary | 101001 | 10111011 | 111010 | 1001110 | 0 | 1000101 | 11011 | 1111111 | 1000000 | 101101 |
Color Harmonies of #29BB3A
Complementary color
Monochromatic Colors of #29BB3A
Black with #29BB3A
Text Example
Text Example
White with #29BB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BB3A; }
p { color: rgb(41,187,58); }
H1.HeaderClassName
{
color: #29BB3A;
}
.AnyTagClassName
{
color: #29BB3A;
}
</style>
background-color css
<style>
a { background-color: #29BB3A; }
a { background-color: rgb(41,187,58); }
div.DivClassName
{
background-color: #29BB3A;
}
.BgClassName
{
background-color: #29BB3A;
}
</style>
border-color css
<style>
span { border-color: #29BB3A; }
span { border-color: rgb(41,187,58); }
td.TdClassName
{
border-color: #29BB3A;
}
.TagClassName
{
border-color: #29BB3A;
}
</style>