Shades of Lime Green #29BC34
Tints of Lime Green #29BC34
RGB
CMYK
RGB Variations
Color information
#29BC34 (or 0x29BC34) is known color: Lime Green. HEX triplet: 29, BC and 34. RGB value is (41,188,52). Sum of RGB (Red+Green+Blue) = 41+188+52=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 188 (73.83% from 255 or 66.90% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 188 - color contains mainly: green. Hex color #29BC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BC34 is #D643CB. Grayscale: #808080. Windows color (decimal): -14042060 or 3456041. OLE color: 3456041.
HSL color Cylindrical-coordinate representation of color #29BC34: hue angle of 124.49º 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 #29BC34 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 188 | 52 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.26 |
| HSL | 124.49º | 0.64% | 0.45% | - |
| HSV(B) | 124.49º | 0.78% | 0.74% | - |
| XYZ | 19.52 | 36.69 | 9.3 | - |
| YUV | 128.54 | 84.8 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 188 | 52 | 0.78 | 0 | 0.72 | 0.26 | 124.49 | 0.64 | 0.45 |
| Hex | 29 | BC | 34 | 4E | 0 | 48 | 1A | 7C | 40 | 2D |
| Octal | 51 | 274 | 64 | 116 | 0 | 110 | 32 | 174 | 100 | 55 |
| Binary | 101001 | 10111100 | 110100 | 1001110 | 0 | 1001000 | 11010 | 1111100 | 1000000 | 101101 |
Color Harmonies of #29BC34
Complementary color
Monochromatic Colors of #29BC34
Black with #29BC34
Text Example
Text Example
White with #29BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BC34; }
p { color: rgb(41,188,52); }
H1.HeaderClassName
{
color: #29BC34;
}
.AnyTagClassName
{
color: #29BC34;
}
</style>
background-color css
<style>
a { background-color: #29BC34; }
a { background-color: rgb(41,188,52); }
div.DivClassName
{
background-color: #29BC34;
}
.BgClassName
{
background-color: #29BC34;
}
</style>
border-color css
<style>
span { border-color: #29BC34; }
span { border-color: rgb(41,188,52); }
td.TdClassName
{
border-color: #29BC34;
}
.TagClassName
{
border-color: #29BC34;
}
</style>