Shades of Lime Green #29C526
Tints of Lime Green #29C526
RGB
CMYK
RGB Variations
Color information
#29C526 (or 0x29C526) is known color: Lime Green. HEX triplet: 29, C5 and 26. RGB value is (41,197,38). Sum of RGB (Red+Green+Blue) = 41+197+38=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 197 (77.34% from 255 or 71.38% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 197 - color contains mainly: green. Hex color #29C526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C526 is #D63AD9. Grayscale: #848484. Windows color (decimal): -14039770 or 2540841. OLE color: 2540841.
HSL color Cylindrical-coordinate representation of color #29C526: hue angle of 118.87º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29C526 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 197 | 38 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.23 |
| HSL | 118.87º | 0.68% | 0.46% | - |
| HSV(B) | 118.87º | 0.81% | 0.77% | - |
| XYZ | 21.23 | 40.54 | 8.54 | - |
| YUV | 132.23 | 74.82 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 197 | 38 | 0.79 | 0 | 0.81 | 0.23 | 118.87 | 0.68 | 0.46 |
| Hex | 29 | C5 | 26 | 4F | 0 | 51 | 17 | 77 | 44 | 2E |
| Octal | 51 | 305 | 46 | 117 | 0 | 121 | 27 | 167 | 104 | 56 |
| Binary | 101001 | 11000101 | 100110 | 1001111 | 0 | 1010001 | 10111 | 1110111 | 1000100 | 101110 |
Color Harmonies of #29C526
Complementary color
Monochromatic Colors of #29C526
Black with #29C526
Text Example
Text Example
White with #29C526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C526; }
p { color: rgb(41,197,38); }
H1.HeaderClassName
{
color: #29C526;
}
.AnyTagClassName
{
color: #29C526;
}
</style>
background-color css
<style>
a { background-color: #29C526; }
a { background-color: rgb(41,197,38); }
div.DivClassName
{
background-color: #29C526;
}
.BgClassName
{
background-color: #29C526;
}
</style>
border-color css
<style>
span { border-color: #29C526; }
span { border-color: rgb(41,197,38); }
td.TdClassName
{
border-color: #29C526;
}
.TagClassName
{
border-color: #29C526;
}
</style>