Shades of Lime Green #29F32C
Tints of Lime Green #29F32C
RGB
CMYK
RGB Variations
Color information
#29F32C (or 0x29F32C) is known color: Lime Green. HEX triplet: 29, F3 and 2C. RGB value is (41,243,44). Sum of RGB (Red+Green+Blue) = 41+243+44=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 243 (95.31% from 255 or 74.09% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 243 - color contains mainly: green. Hex color #29F32C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F32C is #D60CD3. Grayscale: #A0A0A0. Windows color (decimal): -14027988 or 2945833. OLE color: 2945833.
HSL color Cylindrical-coordinate representation of color #29F32C: hue angle of 120.89º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F32C is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 243 | 44 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.05 |
| HSL | 120.89º | 0.89% | 0.56% | - |
| HSV(B) | 120.89º | 0.83% | 0.95% | - |
| XYZ | 33.42 | 64.75 | 13.12 | - |
| YUV | 159.92 | 62.58 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 243 | 44 | 0.83 | 0 | 0.82 | 0.05 | 120.89 | 0.89 | 0.56 |
| Hex | 29 | F3 | 2C | 53 | 0 | 52 | 5 | 79 | 59 | 38 |
| Octal | 51 | 363 | 54 | 123 | 0 | 122 | 5 | 171 | 131 | 70 |
| Binary | 101001 | 11110011 | 101100 | 1010011 | 0 | 1010010 | 101 | 1111001 | 1011001 | 111000 |
Color Harmonies of #29F32C
Complementary color
Monochromatic Colors of #29F32C
Black with #29F32C
Text Example
Text Example
White with #29F32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F32C; }
p { color: rgb(41,243,44); }
H1.HeaderClassName
{
color: #29F32C;
}
.AnyTagClassName
{
color: #29F32C;
}
</style>
background-color css
<style>
a { background-color: #29F32C; }
a { background-color: rgb(41,243,44); }
div.DivClassName
{
background-color: #29F32C;
}
.BgClassName
{
background-color: #29F32C;
}
</style>
border-color css
<style>
span { border-color: #29F32C; }
span { border-color: rgb(41,243,44); }
td.TdClassName
{
border-color: #29F32C;
}
.TagClassName
{
border-color: #29F32C;
}
</style>