Shades of Lime Green #29C121
Tints of Lime Green #29C121
RGB
CMYK
RGB Variations
Color information
#29C121 (or 0x29C121) is known color: Lime Green. HEX triplet: 29, C1 and 21. RGB value is (41,193,33). Sum of RGB (Red+Green+Blue) = 41+193+33=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 193 (75.78% from 255 or 72.28% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 193 - color contains mainly: green. Hex color #29C121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C121 is #D63EDE. Grayscale: #818181. Windows color (decimal): -14040799 or 2212137. OLE color: 2212137.
HSL color Cylindrical-coordinate representation of color #29C121: hue angle of 117º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29C121 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 193 | 33 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.24 |
| HSL | 117º | 0.71% | 0.44% | - |
| HSV(B) | 117º | 0.83% | 0.76% | - |
| XYZ | 20.26 | 38.72 | 7.85 | - |
| YUV | 129.31 | 73.64 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 193 | 33 | 0.79 | 0 | 0.83 | 0.24 | 117 | 0.71 | 0.44 |
| Hex | 29 | C1 | 21 | 4F | 0 | 53 | 18 | 75 | 47 | 2C |
| Octal | 51 | 301 | 41 | 117 | 0 | 123 | 30 | 165 | 107 | 54 |
| Binary | 101001 | 11000001 | 100001 | 1001111 | 0 | 1010011 | 11000 | 1110101 | 1000111 | 101100 |
Color Harmonies of #29C121
Complementary color
Monochromatic Colors of #29C121
Black with #29C121
Text Example
Text Example
White with #29C121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C121; }
p { color: rgb(41,193,33); }
H1.HeaderClassName
{
color: #29C121;
}
.AnyTagClassName
{
color: #29C121;
}
</style>
background-color css
<style>
a { background-color: #29C121; }
a { background-color: rgb(41,193,33); }
div.DivClassName
{
background-color: #29C121;
}
.BgClassName
{
background-color: #29C121;
}
</style>
border-color css
<style>
span { border-color: #29C121; }
span { border-color: rgb(41,193,33); }
td.TdClassName
{
border-color: #29C121;
}
.TagClassName
{
border-color: #29C121;
}
</style>