Shades of Lime Green #29B849
Tints of Lime Green #29B849
RGB
CMYK
RGB Variations
Color information
#29B849 (or 0x29B849) is known color: Lime Green. HEX triplet: 29, B8 and 49. RGB value is (41,184,73). Sum of RGB (Red+Green+Blue) = 41+184+73=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 184 (72.27% from 255 or 61.74% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 184 - color contains mainly: green. Hex color #29B849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29B849 is #D647B6. Grayscale: #808080. Windows color (decimal): -14043063 or 4831273. OLE color: 4831273.
HSL color Cylindrical-coordinate representation of color #29B849: hue angle of 133.43º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29B849 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 184 | 73 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.28 |
| HSL | 133.43º | 0.64% | 0.44% | - |
| HSV(B) | 133.43º | 0.78% | 0.72% | - |
| XYZ | 19.26 | 35.23 | 12.09 | - |
| YUV | 128.59 | 96.62 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 184 | 73 | 0.78 | 0 | 0.60 | 0.28 | 133.43 | 0.64 | 0.44 |
| Hex | 29 | B8 | 49 | 4E | 0 | 3C | 1C | 85 | 40 | 2C |
| Octal | 51 | 270 | 111 | 116 | 0 | 74 | 34 | 205 | 100 | 54 |
| Binary | 101001 | 10111000 | 1001001 | 1001110 | 0 | 111100 | 11100 | 10000101 | 1000000 | 101100 |
Color Harmonies of #29B849
Complementary color
Monochromatic Colors of #29B849
Black with #29B849
Text Example
Text Example
White with #29B849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B849; }
p { color: rgb(41,184,73); }
H1.HeaderClassName
{
color: #29B849;
}
.AnyTagClassName
{
color: #29B849;
}
</style>
background-color css
<style>
a { background-color: #29B849; }
a { background-color: rgb(41,184,73); }
div.DivClassName
{
background-color: #29B849;
}
.BgClassName
{
background-color: #29B849;
}
</style>
border-color css
<style>
span { border-color: #29B849; }
span { border-color: rgb(41,184,73); }
td.TdClassName
{
border-color: #29B849;
}
.TagClassName
{
border-color: #29B849;
}
</style>