Shades of Lime Green #29C32F
Tints of Lime Green #29C32F
RGB
CMYK
RGB Variations
Color information
#29C32F (or 0x29C32F) is known color: Lime Green. HEX triplet: 29, C3 and 2F. RGB value is (41,195,47). Sum of RGB (Red+Green+Blue) = 41+195+47=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 195 (76.56% from 255 or 68.90% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 195 - color contains mainly: green. Hex color #29C32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C32F is #D63CD0. Grayscale: #848484. Windows color (decimal): -14040273 or 3130153. OLE color: 3130153.
HSL color Cylindrical-coordinate representation of color #29C32F: hue angle of 122.34º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C32F is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 195 | 47 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.24 |
| HSL | 122.34º | 0.65% | 0.46% | - |
| HSV(B) | 122.34º | 0.79% | 0.76% | - |
| XYZ | 20.94 | 39.71 | 9.25 | - |
| YUV | 132.08 | 79.98 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 195 | 47 | 0.79 | 0 | 0.76 | 0.24 | 122.34 | 0.65 | 0.46 |
| Hex | 29 | C3 | 2F | 4F | 0 | 4C | 18 | 7A | 41 | 2E |
| Octal | 51 | 303 | 57 | 117 | 0 | 114 | 30 | 172 | 101 | 56 |
| Binary | 101001 | 11000011 | 101111 | 1001111 | 0 | 1001100 | 11000 | 1111010 | 1000001 | 101110 |
Color Harmonies of #29C32F
Complementary color
Monochromatic Colors of #29C32F
Black with #29C32F
Text Example
Text Example
White with #29C32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C32F; }
p { color: rgb(41,195,47); }
H1.HeaderClassName
{
color: #29C32F;
}
.AnyTagClassName
{
color: #29C32F;
}
</style>
background-color css
<style>
a { background-color: #29C32F; }
a { background-color: rgb(41,195,47); }
div.DivClassName
{
background-color: #29C32F;
}
.BgClassName
{
background-color: #29C32F;
}
</style>
border-color css
<style>
span { border-color: #29C32F; }
span { border-color: rgb(41,195,47); }
td.TdClassName
{
border-color: #29C32F;
}
.TagClassName
{
border-color: #29C32F;
}
</style>