Shades of Lime Green #29C941
Tints of Lime Green #29C941
RGB
CMYK
RGB Variations
Color information
#29C941 (or 0x29C941) is known color: Lime Green. HEX triplet: 29, C9 and 41. RGB value is (41,201,65). Sum of RGB (Red+Green+Blue) = 41+201+65=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 201 (78.91% from 255 or 65.47% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 201 - color contains mainly: green. Hex color #29C941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C941 is #D636BE. Grayscale: #8A8A8A. Windows color (decimal): -14038719 or 4311337. OLE color: 4311337.
HSL color Cylindrical-coordinate representation of color #29C941: hue angle of 129º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C941 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 201 | 65 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.21 |
| HSL | 129º | 0.66% | 0.47% | - |
| HSV(B) | 129º | 0.8% | 0.79% | - |
| XYZ | 22.76 | 42.63 | 12.03 | - |
| YUV | 137.66 | 86.99 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 201 | 65 | 0.80 | 0 | 0.68 | 0.21 | 129 | 0.66 | 0.47 |
| Hex | 29 | C9 | 41 | 50 | 0 | 44 | 15 | 81 | 42 | 2F |
| Octal | 51 | 311 | 101 | 120 | 0 | 104 | 25 | 201 | 102 | 57 |
| Binary | 101001 | 11001001 | 1000001 | 1010000 | 0 | 1000100 | 10101 | 10000001 | 1000010 | 101111 |
Color Harmonies of #29C941
Complementary color
Monochromatic Colors of #29C941
Black with #29C941
Text Example
Text Example
White with #29C941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C941; }
p { color: rgb(41,201,65); }
H1.HeaderClassName
{
color: #29C941;
}
.AnyTagClassName
{
color: #29C941;
}
</style>
background-color css
<style>
a { background-color: #29C941; }
a { background-color: rgb(41,201,65); }
div.DivClassName
{
background-color: #29C941;
}
.BgClassName
{
background-color: #29C941;
}
</style>
border-color css
<style>
span { border-color: #29C941; }
span { border-color: rgb(41,201,65); }
td.TdClassName
{
border-color: #29C941;
}
.TagClassName
{
border-color: #29C941;
}
</style>