Shades of Lime Green #29BB3B
Tints of Lime Green #29BB3B
RGB
CMYK
RGB Variations
Color information
#29BB3B (or 0x29BB3B) is known color: Lime Green. HEX triplet: 29, BB and 3B. RGB value is (41,187,59). Sum of RGB (Red+Green+Blue) = 41+187+59=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 187 (73.44% from 255 or 65.16% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 187 - color contains mainly: green. Hex color #29BB3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BB3B is #D644C4. Grayscale: #818181. Windows color (decimal): -14042309 or 3914537. OLE color: 3914537.
HSL color Cylindrical-coordinate representation of color #29BB3B: hue angle of 127.4º 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 #29BB3B is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 187 | 59 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.27 |
| HSL | 127.4º | 0.64% | 0.45% | - |
| HSV(B) | 127.4º | 0.78% | 0.73% | - |
| XYZ | 19.47 | 36.33 | 10.12 | - |
| YUV | 128.75 | 88.63 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 187 | 59 | 0.78 | 0 | 0.68 | 0.27 | 127.4 | 0.64 | 0.45 |
| Hex | 29 | BB | 3B | 4E | 0 | 44 | 1B | 7F | 40 | 2D |
| Octal | 51 | 273 | 73 | 116 | 0 | 104 | 33 | 177 | 100 | 55 |
| Binary | 101001 | 10111011 | 111011 | 1001110 | 0 | 1000100 | 11011 | 1111111 | 1000000 | 101101 |
Color Harmonies of #29BB3B
Complementary color
Monochromatic Colors of #29BB3B
Black with #29BB3B
Text Example
Text Example
White with #29BB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BB3B; }
p { color: rgb(41,187,59); }
H1.HeaderClassName
{
color: #29BB3B;
}
.AnyTagClassName
{
color: #29BB3B;
}
</style>
background-color css
<style>
a { background-color: #29BB3B; }
a { background-color: rgb(41,187,59); }
div.DivClassName
{
background-color: #29BB3B;
}
.BgClassName
{
background-color: #29BB3B;
}
</style>
border-color css
<style>
span { border-color: #29BB3B; }
span { border-color: rgb(41,187,59); }
td.TdClassName
{
border-color: #29BB3B;
}
.TagClassName
{
border-color: #29BB3B;
}
</style>