Shades of Lime Green #29BE21
Tints of Lime Green #29BE21
RGB
CMYK
RGB Variations
Color information
#29BE21 (or 0x29BE21) is known color: Lime Green. HEX triplet: 29, BE and 21. RGB value is (41,190,33). Sum of RGB (Red+Green+Blue) = 41+190+33=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 190 (74.61% from 255 or 71.97% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 190 - color contains mainly: green. Hex color #29BE21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BE21 is #D641DE. Grayscale: #808080. Windows color (decimal): -14041567 or 2211369. OLE color: 2211369.
HSL color Cylindrical-coordinate representation of color #29BE21: hue angle of 116.94º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29BE21 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 190 | 33 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.25 |
| HSL | 116.94º | 0.7% | 0.44% | - |
| HSV(B) | 116.94º | 0.83% | 0.75% | - |
| XYZ | 19.6 | 37.41 | 7.63 | - |
| YUV | 127.55 | 74.64 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 190 | 33 | 0.78 | 0 | 0.83 | 0.25 | 116.94 | 0.7 | 0.44 |
| Hex | 29 | BE | 21 | 4E | 0 | 53 | 19 | 75 | 46 | 2C |
| Octal | 51 | 276 | 41 | 116 | 0 | 123 | 31 | 165 | 106 | 54 |
| Binary | 101001 | 10111110 | 100001 | 1001110 | 0 | 1010011 | 11001 | 1110101 | 1000110 | 101100 |
Color Harmonies of #29BE21
Complementary color
Monochromatic Colors of #29BE21
Black with #29BE21
Text Example
Text Example
White with #29BE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BE21; }
p { color: rgb(41,190,33); }
H1.HeaderClassName
{
color: #29BE21;
}
.AnyTagClassName
{
color: #29BE21;
}
</style>
background-color css
<style>
a { background-color: #29BE21; }
a { background-color: rgb(41,190,33); }
div.DivClassName
{
background-color: #29BE21;
}
.BgClassName
{
background-color: #29BE21;
}
</style>
border-color css
<style>
span { border-color: #29BE21; }
span { border-color: rgb(41,190,33); }
td.TdClassName
{
border-color: #29BE21;
}
.TagClassName
{
border-color: #29BE21;
}
</style>