Shades of Lime Green #29D227
Tints of Lime Green #29D227
RGB
CMYK
RGB Variations
Color information
#29D227 (or 0x29D227) is known color: Lime Green. HEX triplet: 29, D2 and 27. RGB value is (41,210,39). Sum of RGB (Red+Green+Blue) = 41+210+39=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 210 (82.42% from 255 or 72.41% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 210 - color contains mainly: green. Hex color #29D227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D227 is #D62DD8. Grayscale: #8C8C8C. Windows color (decimal): -14036441 or 2609705. OLE color: 2609705.
HSL color Cylindrical-coordinate representation of color #29D227: hue angle of 119.3º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D227 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 210 | 39 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.18 |
| HSL | 119.3º | 0.69% | 0.49% | - |
| HSV(B) | 119.3º | 0.81% | 0.82% | - |
| XYZ | 24.33 | 46.71 | 9.65 | - |
| YUV | 139.98 | 71.01 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 210 | 39 | 0.80 | 0 | 0.81 | 0.18 | 119.3 | 0.69 | 0.49 |
| Hex | 29 | D2 | 27 | 50 | 0 | 51 | 12 | 77 | 45 | 31 |
| Octal | 51 | 322 | 47 | 120 | 0 | 121 | 22 | 167 | 105 | 61 |
| Binary | 101001 | 11010010 | 100111 | 1010000 | 0 | 1010001 | 10010 | 1110111 | 1000101 | 110001 |
Color Harmonies of #29D227
Complementary color
Monochromatic Colors of #29D227
Black with #29D227
Text Example
Text Example
White with #29D227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D227; }
p { color: rgb(41,210,39); }
H1.HeaderClassName
{
color: #29D227;
}
.AnyTagClassName
{
color: #29D227;
}
</style>
background-color css
<style>
a { background-color: #29D227; }
a { background-color: rgb(41,210,39); }
div.DivClassName
{
background-color: #29D227;
}
.BgClassName
{
background-color: #29D227;
}
</style>
border-color css
<style>
span { border-color: #29D227; }
span { border-color: rgb(41,210,39); }
td.TdClassName
{
border-color: #29D227;
}
.TagClassName
{
border-color: #29D227;
}
</style>