Shades of Lime Green #29BC2B
Tints of Lime Green #29BC2B
RGB
CMYK
RGB Variations
Color information
#29BC2B (or 0x29BC2B) is known color: Lime Green. HEX triplet: 29, BC and 2B. RGB value is (41,188,43). Sum of RGB (Red+Green+Blue) = 41+188+43=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #29BC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BC2B is #D643D4. Grayscale: #7F7F7F. Windows color (decimal): -14042069 or 2866217. OLE color: 2866217.
HSL color Cylindrical-coordinate representation of color #29BC2B: hue angle of 120.82º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BC2B is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 188 | 43 | - |
| CMYK | 0.78 | 0 | 0.77 | 0.26 |
| HSL | 120.82º | 0.64% | 0.45% | - |
| HSV(B) | 120.82º | 0.78% | 0.74% | - |
| XYZ | 19.33 | 36.61 | 8.33 | - |
| YUV | 127.52 | 80.3 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 188 | 43 | 0.78 | 0 | 0.77 | 0.26 | 120.82 | 0.64 | 0.45 |
| Hex | 29 | BC | 2B | 4E | 0 | 4D | 1A | 79 | 40 | 2D |
| Octal | 51 | 274 | 53 | 116 | 0 | 115 | 32 | 171 | 100 | 55 |
| Binary | 101001 | 10111100 | 101011 | 1001110 | 0 | 1001101 | 11010 | 1111001 | 1000000 | 101101 |
Color Harmonies of #29BC2B
Complementary color
Monochromatic Colors of #29BC2B
Black with #29BC2B
Text Example
Text Example
White with #29BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BC2B; }
p { color: rgb(41,188,43); }
H1.HeaderClassName
{
color: #29BC2B;
}
.AnyTagClassName
{
color: #29BC2B;
}
</style>
background-color css
<style>
a { background-color: #29BC2B; }
a { background-color: rgb(41,188,43); }
div.DivClassName
{
background-color: #29BC2B;
}
.BgClassName
{
background-color: #29BC2B;
}
</style>
border-color css
<style>
span { border-color: #29BC2B; }
span { border-color: rgb(41,188,43); }
td.TdClassName
{
border-color: #29BC2B;
}
.TagClassName
{
border-color: #29BC2B;
}
</style>