Shades of Lime Green #29C536
Tints of Lime Green #29C536
RGB
CMYK
RGB Variations
Color information
#29C536 (or 0x29C536) is known color: Lime Green. HEX triplet: 29, C5 and 36. RGB value is (41,197,54). Sum of RGB (Red+Green+Blue) = 41+197+54=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 197 (77.34% from 255 or 67.47% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 197 - color contains mainly: green. Hex color #29C536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C536 is #D63AC9. Grayscale: #868686. Windows color (decimal): -14039754 or 3589417. OLE color: 3589417.
HSL color Cylindrical-coordinate representation of color #29C536: hue angle of 125º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C536 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 197 | 54 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.23 |
| HSL | 125º | 0.66% | 0.47% | - |
| HSV(B) | 125º | 0.79% | 0.77% | - |
| XYZ | 21.55 | 40.67 | 10.2 | - |
| YUV | 134.05 | 82.82 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 197 | 54 | 0.79 | 0 | 0.73 | 0.23 | 125 | 0.66 | 0.47 |
| Hex | 29 | C5 | 36 | 4F | 0 | 49 | 17 | 7D | 42 | 2F |
| Octal | 51 | 305 | 66 | 117 | 0 | 111 | 27 | 175 | 102 | 57 |
| Binary | 101001 | 11000101 | 110110 | 1001111 | 0 | 1001001 | 10111 | 1111101 | 1000010 | 101111 |
Color Harmonies of #29C536
Complementary color
Monochromatic Colors of #29C536
Black with #29C536
Text Example
Text Example
White with #29C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C536; }
p { color: rgb(41,197,54); }
H1.HeaderClassName
{
color: #29C536;
}
.AnyTagClassName
{
color: #29C536;
}
</style>
background-color css
<style>
a { background-color: #29C536; }
a { background-color: rgb(41,197,54); }
div.DivClassName
{
background-color: #29C536;
}
.BgClassName
{
background-color: #29C536;
}
</style>
border-color css
<style>
span { border-color: #29C536; }
span { border-color: rgb(41,197,54); }
td.TdClassName
{
border-color: #29C536;
}
.TagClassName
{
border-color: #29C536;
}
</style>