Shades of Lime Green #29EA2D
Tints of Lime Green #29EA2D
RGB
CMYK
RGB Variations
Color information
#29EA2D (or 0x29EA2D) is known color: Lime Green. HEX triplet: 29, EA and 2D. RGB value is (41,234,45). Sum of RGB (Red+Green+Blue) = 41+234+45=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 234 (91.80% from 255 or 73.12% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 234 - color contains mainly: green. Hex color #29EA2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29EA2D is #D615D2. Grayscale: #9B9B9B. Windows color (decimal): -14030291 or 3009065. OLE color: 3009065.
HSL color Cylindrical-coordinate representation of color #29EA2D: hue angle of 121.24º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29EA2D is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 234 | 45 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.08 |
| HSL | 121.24º | 0.82% | 0.54% | - |
| HSV(B) | 121.24º | 0.82% | 0.92% | - |
| XYZ | 30.81 | 59.51 | 12.34 | - |
| YUV | 154.75 | 66.06 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 234 | 45 | 0.82 | 0 | 0.81 | 0.08 | 121.24 | 0.82 | 0.54 |
| Hex | 29 | EA | 2D | 52 | 0 | 51 | 8 | 79 | 52 | 36 |
| Octal | 51 | 352 | 55 | 122 | 0 | 121 | 10 | 171 | 122 | 66 |
| Binary | 101001 | 11101010 | 101101 | 1010010 | 0 | 1010001 | 1000 | 1111001 | 1010010 | 110110 |
Color Harmonies of #29EA2D
Complementary color
Monochromatic Colors of #29EA2D
Black with #29EA2D
Text Example
Text Example
White with #29EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EA2D; }
p { color: rgb(41,234,45); }
H1.HeaderClassName
{
color: #29EA2D;
}
.AnyTagClassName
{
color: #29EA2D;
}
</style>
background-color css
<style>
a { background-color: #29EA2D; }
a { background-color: rgb(41,234,45); }
div.DivClassName
{
background-color: #29EA2D;
}
.BgClassName
{
background-color: #29EA2D;
}
</style>
border-color css
<style>
span { border-color: #29EA2D; }
span { border-color: rgb(41,234,45); }
td.TdClassName
{
border-color: #29EA2D;
}
.TagClassName
{
border-color: #29EA2D;
}
</style>