Shades of Lime Green #29C548
Tints of Lime Green #29C548
RGB
CMYK
RGB Variations
Color information
#29C548 (or 0x29C548) is known color: Lime Green. HEX triplet: 29, C5 and 48. RGB value is (41,197,72). Sum of RGB (Red+Green+Blue) = 41+197+72=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #29C548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C548 is #D63AB7. Grayscale: #888888. Windows color (decimal): -14039736 or 4769065. OLE color: 4769065.
HSL color Cylindrical-coordinate representation of color #29C548: hue angle of 131.92º 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 #29C548 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 197 | 72 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.23 |
| HSL | 131.92º | 0.66% | 0.47% | - |
| HSV(B) | 131.92º | 0.79% | 0.77% | - |
| XYZ | 22.05 | 40.87 | 12.86 | - |
| YUV | 136.11 | 91.82 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 197 | 72 | 0.79 | 0 | 0.63 | 0.23 | 131.92 | 0.66 | 0.47 |
| Hex | 29 | C5 | 48 | 4F | 0 | 3F | 17 | 84 | 42 | 2F |
| Octal | 51 | 305 | 110 | 117 | 0 | 77 | 27 | 204 | 102 | 57 |
| Binary | 101001 | 11000101 | 1001000 | 1001111 | 0 | 111111 | 10111 | 10000100 | 1000010 | 101111 |
Color Harmonies of #29C548
Complementary color
Monochromatic Colors of #29C548
Black with #29C548
Text Example
Text Example
White with #29C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C548; }
p { color: rgb(41,197,72); }
H1.HeaderClassName
{
color: #29C548;
}
.AnyTagClassName
{
color: #29C548;
}
</style>
background-color css
<style>
a { background-color: #29C548; }
a { background-color: rgb(41,197,72); }
div.DivClassName
{
background-color: #29C548;
}
.BgClassName
{
background-color: #29C548;
}
</style>
border-color css
<style>
span { border-color: #29C548; }
span { border-color: rgb(41,197,72); }
td.TdClassName
{
border-color: #29C548;
}
.TagClassName
{
border-color: #29C548;
}
</style>