Shades of Lime Green #29C13B
Tints of Lime Green #29C13B
RGB
CMYK
RGB Variations
Color information
#29C13B (or 0x29C13B) is known color: Lime Green. HEX triplet: 29, C1 and 3B. RGB value is (41,193,59). Sum of RGB (Red+Green+Blue) = 41+193+59=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 193 (75.78% from 255 or 65.87% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 193 - color contains mainly: green. Hex color #29C13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C13B is #D63EC4. Grayscale: #848484. Windows color (decimal): -14040773 or 3916073. OLE color: 3916073.
HSL color Cylindrical-coordinate representation of color #29C13B: hue angle of 127.11º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C13B is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 193 | 59 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.24 |
| HSL | 127.11º | 0.65% | 0.46% | - |
| HSV(B) | 127.11º | 0.79% | 0.76% | - |
| XYZ | 20.77 | 38.93 | 10.56 | - |
| YUV | 132.28 | 86.64 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 193 | 59 | 0.79 | 0 | 0.69 | 0.24 | 127.11 | 0.65 | 0.46 |
| Hex | 29 | C1 | 3B | 4F | 0 | 45 | 18 | 7F | 41 | 2E |
| Octal | 51 | 301 | 73 | 117 | 0 | 105 | 30 | 177 | 101 | 56 |
| Binary | 101001 | 11000001 | 111011 | 1001111 | 0 | 1000101 | 11000 | 1111111 | 1000001 | 101110 |
Color Harmonies of #29C13B
Complementary color
Monochromatic Colors of #29C13B
Black with #29C13B
Text Example
Text Example
White with #29C13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C13B; }
p { color: rgb(41,193,59); }
H1.HeaderClassName
{
color: #29C13B;
}
.AnyTagClassName
{
color: #29C13B;
}
</style>
background-color css
<style>
a { background-color: #29C13B; }
a { background-color: rgb(41,193,59); }
div.DivClassName
{
background-color: #29C13B;
}
.BgClassName
{
background-color: #29C13B;
}
</style>
border-color css
<style>
span { border-color: #29C13B; }
span { border-color: rgb(41,193,59); }
td.TdClassName
{
border-color: #29C13B;
}
.TagClassName
{
border-color: #29C13B;
}
</style>