Shades of Lime Green #29C52C
Tints of Lime Green #29C52C
RGB
CMYK
RGB Variations
Color information
#29C52C (or 0x29C52C) is known color: Lime Green. HEX triplet: 29, C5 and 2C. RGB value is (41,197,44). Sum of RGB (Red+Green+Blue) = 41+197+44=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 197 (77.34% from 255 or 69.86% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 197 - color contains mainly: green. Hex color #29C52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C52C is #D63AD3. Grayscale: #858585. Windows color (decimal): -14039764 or 2934057. OLE color: 2934057.
HSL color Cylindrical-coordinate representation of color #29C52C: hue angle of 121.15º 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 #29C52C is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 197 | 44 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.23 |
| HSL | 121.15º | 0.66% | 0.47% | - |
| HSV(B) | 121.15º | 0.79% | 0.77% | - |
| XYZ | 21.34 | 40.59 | 9.09 | - |
| YUV | 132.91 | 77.82 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 197 | 44 | 0.79 | 0 | 0.78 | 0.23 | 121.15 | 0.66 | 0.47 |
| Hex | 29 | C5 | 2C | 4F | 0 | 4E | 17 | 79 | 42 | 2F |
| Octal | 51 | 305 | 54 | 117 | 0 | 116 | 27 | 171 | 102 | 57 |
| Binary | 101001 | 11000101 | 101100 | 1001111 | 0 | 1001110 | 10111 | 1111001 | 1000010 | 101111 |
Color Harmonies of #29C52C
Complementary color
Monochromatic Colors of #29C52C
Black with #29C52C
Text Example
Text Example
White with #29C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C52C; }
p { color: rgb(41,197,44); }
H1.HeaderClassName
{
color: #29C52C;
}
.AnyTagClassName
{
color: #29C52C;
}
</style>
background-color css
<style>
a { background-color: #29C52C; }
a { background-color: rgb(41,197,44); }
div.DivClassName
{
background-color: #29C52C;
}
.BgClassName
{
background-color: #29C52C;
}
</style>
border-color css
<style>
span { border-color: #29C52C; }
span { border-color: rgb(41,197,44); }
td.TdClassName
{
border-color: #29C52C;
}
.TagClassName
{
border-color: #29C52C;
}
</style>