Shades of Lime Green #29C52D
Tints of Lime Green #29C52D
RGB
CMYK
RGB Variations
Color information
#29C52D (or 0x29C52D) is known color: Lime Green. HEX triplet: 29, C5 and 2D. RGB value is (41,197,45). Sum of RGB (Red+Green+Blue) = 41+197+45=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 197 (77.34% from 255 or 69.61% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 197 - color contains mainly: green. Hex color #29C52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C52D is #D63AD2. Grayscale: #858585. Windows color (decimal): -14039763 or 2999593. OLE color: 2999593.
HSL color Cylindrical-coordinate representation of color #29C52D: hue angle of 121.54º 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 #29C52D is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 197 | 45 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.23 |
| HSL | 121.54º | 0.66% | 0.47% | - |
| HSV(B) | 121.54º | 0.79% | 0.77% | - |
| XYZ | 21.35 | 40.59 | 9.19 | - |
| YUV | 133.03 | 78.32 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 197 | 45 | 0.79 | 0 | 0.77 | 0.23 | 121.54 | 0.66 | 0.47 |
| Hex | 29 | C5 | 2D | 4F | 0 | 4D | 17 | 7A | 42 | 2F |
| Octal | 51 | 305 | 55 | 117 | 0 | 115 | 27 | 172 | 102 | 57 |
| Binary | 101001 | 11000101 | 101101 | 1001111 | 0 | 1001101 | 10111 | 1111010 | 1000010 | 101111 |
Color Harmonies of #29C52D
Complementary color
Monochromatic Colors of #29C52D
Black with #29C52D
Text Example
Text Example
White with #29C52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C52D; }
p { color: rgb(41,197,45); }
H1.HeaderClassName
{
color: #29C52D;
}
.AnyTagClassName
{
color: #29C52D;
}
</style>
background-color css
<style>
a { background-color: #29C52D; }
a { background-color: rgb(41,197,45); }
div.DivClassName
{
background-color: #29C52D;
}
.BgClassName
{
background-color: #29C52D;
}
</style>
border-color css
<style>
span { border-color: #29C52D; }
span { border-color: rgb(41,197,45); }
td.TdClassName
{
border-color: #29C52D;
}
.TagClassName
{
border-color: #29C52D;
}
</style>