Shades of Lime Green #29D022
Tints of Lime Green #29D022
RGB
CMYK
RGB Variations
Color information
#29D022 (or 0x29D022) is known color: Lime Green. HEX triplet: 29, D0 and 22. RGB value is (41,208,34). Sum of RGB (Red+Green+Blue) = 41+208+34=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #29D022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D022 is #D62FDD. Grayscale: #8A8A8A. Windows color (decimal): -14036958 or 2281513. OLE color: 2281513.
HSL color Cylindrical-coordinate representation of color #29D022: hue angle of 117.59º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29D022 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 208 | 34 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.18 |
| HSL | 117.59º | 0.72% | 0.47% | - |
| HSV(B) | 117.59º | 0.84% | 0.82% | - |
| XYZ | 23.76 | 45.7 | 9.08 | - |
| YUV | 138.23 | 69.17 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 208 | 34 | 0.80 | 0 | 0.84 | 0.18 | 117.59 | 0.72 | 0.47 |
| Hex | 29 | D0 | 22 | 50 | 0 | 54 | 12 | 76 | 48 | 2F |
| Octal | 51 | 320 | 42 | 120 | 0 | 124 | 22 | 166 | 110 | 57 |
| Binary | 101001 | 11010000 | 100010 | 1010000 | 0 | 1010100 | 10010 | 1110110 | 1001000 | 101111 |
Color Harmonies of #29D022
Complementary color
Monochromatic Colors of #29D022
Black with #29D022
Text Example
Text Example
White with #29D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D022; }
p { color: rgb(41,208,34); }
H1.HeaderClassName
{
color: #29D022;
}
.AnyTagClassName
{
color: #29D022;
}
</style>
background-color css
<style>
a { background-color: #29D022; }
a { background-color: rgb(41,208,34); }
div.DivClassName
{
background-color: #29D022;
}
.BgClassName
{
background-color: #29D022;
}
</style>
border-color css
<style>
span { border-color: #29D022; }
span { border-color: rgb(41,208,34); }
td.TdClassName
{
border-color: #29D022;
}
.TagClassName
{
border-color: #29D022;
}
</style>