Shades of Lime Green #29CF49
Tints of Lime Green #29CF49
RGB
CMYK
RGB Variations
Color information
#29CF49 (or 0x29CF49) is known color: Lime Green. HEX triplet: 29, CF and 49. RGB value is (41,207,73). Sum of RGB (Red+Green+Blue) = 41+207+73=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 207 (81.25% from 255 or 64.49% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CF49 is #D630B6. Grayscale: #8E8E8E. Windows color (decimal): -14037175 or 4837161. OLE color: 4837161.
HSL color Cylindrical-coordinate representation of color #29CF49: hue angle of 131.57º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CF49 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 73 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.19 |
| HSL | 131.57º | 0.67% | 0.49% | - |
| HSV(B) | 131.57º | 0.8% | 0.81% | - |
| XYZ | 24.43 | 45.58 | 13.81 | - |
| YUV | 142.09 | 89 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 73 | 0.80 | 0 | 0.65 | 0.19 | 131.57 | 0.67 | 0.49 |
| Hex | 29 | CF | 49 | 50 | 0 | 41 | 13 | 84 | 43 | 31 |
| Octal | 51 | 317 | 111 | 120 | 0 | 101 | 23 | 204 | 103 | 61 |
| Binary | 101001 | 11001111 | 1001001 | 1010000 | 0 | 1000001 | 10011 | 10000100 | 1000011 | 110001 |
Color Harmonies of #29CF49
Complementary color
Monochromatic Colors of #29CF49
Black with #29CF49
Text Example
Text Example
White with #29CF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CF49; }
p { color: rgb(41,207,73); }
H1.HeaderClassName
{
color: #29CF49;
}
.AnyTagClassName
{
color: #29CF49;
}
</style>
background-color css
<style>
a { background-color: #29CF49; }
a { background-color: rgb(41,207,73); }
div.DivClassName
{
background-color: #29CF49;
}
.BgClassName
{
background-color: #29CF49;
}
</style>
border-color css
<style>
span { border-color: #29CF49; }
span { border-color: rgb(41,207,73); }
td.TdClassName
{
border-color: #29CF49;
}
.TagClassName
{
border-color: #29CF49;
}
</style>