Shades of Lime Green #29D031
Tints of Lime Green #29D031
RGB
CMYK
RGB Variations
Color information
#29D031 (or 0x29D031) is known color: Lime Green. HEX triplet: 29, D0 and 31. RGB value is (41,208,49). Sum of RGB (Red+Green+Blue) = 41+208+49=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 208 (81.64% from 255 or 69.80% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 208 - color contains mainly: green. Hex color #29D031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D031 is #D62FCE. Grayscale: #8C8C8C. Windows color (decimal): -14036943 or 3264553. OLE color: 3264553.
HSL color Cylindrical-coordinate representation of color #29D031: hue angle of 122.87º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29D031 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 208 | 49 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.18 |
| HSL | 122.87º | 0.67% | 0.49% | - |
| HSV(B) | 122.87º | 0.8% | 0.82% | - |
| XYZ | 24.02 | 45.8 | 10.48 | - |
| YUV | 139.94 | 76.67 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 208 | 49 | 0.80 | 0 | 0.76 | 0.18 | 122.87 | 0.67 | 0.49 |
| Hex | 29 | D0 | 31 | 50 | 0 | 4C | 12 | 7B | 43 | 31 |
| Octal | 51 | 320 | 61 | 120 | 0 | 114 | 22 | 173 | 103 | 61 |
| Binary | 101001 | 11010000 | 110001 | 1010000 | 0 | 1001100 | 10010 | 1111011 | 1000011 | 110001 |
Color Harmonies of #29D031
Complementary color
Monochromatic Colors of #29D031
Black with #29D031
Text Example
Text Example
White with #29D031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D031; }
p { color: rgb(41,208,49); }
H1.HeaderClassName
{
color: #29D031;
}
.AnyTagClassName
{
color: #29D031;
}
</style>
background-color css
<style>
a { background-color: #29D031; }
a { background-color: rgb(41,208,49); }
div.DivClassName
{
background-color: #29D031;
}
.BgClassName
{
background-color: #29D031;
}
</style>
border-color css
<style>
span { border-color: #29D031; }
span { border-color: rgb(41,208,49); }
td.TdClassName
{
border-color: #29D031;
}
.TagClassName
{
border-color: #29D031;
}
</style>