Shades of Lime Green #29F432
Tints of Lime Green #29F432
RGB
CMYK
RGB Variations
Color information
#29F432 (or 0x29F432) is known color: Lime Green. HEX triplet: 29, F4 and 32. RGB value is (41,244,50). Sum of RGB (Red+Green+Blue) = 41+244+50=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 244 (95.70% from 255 or 72.84% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 244 - color contains mainly: green. Hex color #29F432 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F432 is #D60BCD. Grayscale: #A1A1A1. Windows color (decimal): -14027726 or 3339305. OLE color: 3339305.
HSL color Cylindrical-coordinate representation of color #29F432: hue angle of 122.66º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F432 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 244 | 50 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.04 |
| HSL | 122.66º | 0.9% | 0.56% | - |
| HSV(B) | 122.66º | 0.83% | 0.96% | - |
| XYZ | 33.84 | 65.4 | 13.86 | - |
| YUV | 161.19 | 65.25 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 244 | 50 | 0.83 | 0 | 0.80 | 0.04 | 122.66 | 0.9 | 0.56 |
| Hex | 29 | F4 | 32 | 53 | 0 | 50 | 4 | 7B | 5A | 38 |
| Octal | 51 | 364 | 62 | 123 | 0 | 120 | 4 | 173 | 132 | 70 |
| Binary | 101001 | 11110100 | 110010 | 1010011 | 0 | 1010000 | 100 | 1111011 | 1011010 | 111000 |
Color Harmonies of #29F432
Complementary color
Monochromatic Colors of #29F432
Black with #29F432
Text Example
Text Example
White with #29F432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F432; }
p { color: rgb(41,244,50); }
H1.HeaderClassName
{
color: #29F432;
}
.AnyTagClassName
{
color: #29F432;
}
</style>
background-color css
<style>
a { background-color: #29F432; }
a { background-color: rgb(41,244,50); }
div.DivClassName
{
background-color: #29F432;
}
.BgClassName
{
background-color: #29F432;
}
</style>
border-color css
<style>
span { border-color: #29F432; }
span { border-color: rgb(41,244,50); }
td.TdClassName
{
border-color: #29F432;
}
.TagClassName
{
border-color: #29F432;
}
</style>