Shades of Lime Green #29CB32
Tints of Lime Green #29CB32
RGB
CMYK
RGB Variations
Color information
#29CB32 (or 0x29CB32) is known color: Lime Green. HEX triplet: 29, CB and 32. RGB value is (41,203,50). Sum of RGB (Red+Green+Blue) = 41+203+50=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 203 (79.69% from 255 or 69.05% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CB32 is #D634CD. Grayscale: #898989. Windows color (decimal): -14038222 or 3328809. OLE color: 3328809.
HSL color Cylindrical-coordinate representation of color #29CB32: hue angle of 123.33º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CB32 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 203 | 50 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.20 |
| HSL | 123.33º | 0.66% | 0.48% | - |
| HSV(B) | 123.33º | 0.8% | 0.8% | - |
| XYZ | 22.85 | 43.41 | 10.19 | - |
| YUV | 137.12 | 78.83 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 203 | 50 | 0.80 | 0 | 0.75 | 0.20 | 123.33 | 0.66 | 0.48 |
| Hex | 29 | CB | 32 | 50 | 0 | 4B | 14 | 7B | 42 | 30 |
| Octal | 51 | 313 | 62 | 120 | 0 | 113 | 24 | 173 | 102 | 60 |
| Binary | 101001 | 11001011 | 110010 | 1010000 | 0 | 1001011 | 10100 | 1111011 | 1000010 | 110000 |
Color Harmonies of #29CB32
Complementary color
Monochromatic Colors of #29CB32
Black with #29CB32
Text Example
Text Example
White with #29CB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CB32; }
p { color: rgb(41,203,50); }
H1.HeaderClassName
{
color: #29CB32;
}
.AnyTagClassName
{
color: #29CB32;
}
</style>
background-color css
<style>
a { background-color: #29CB32; }
a { background-color: rgb(41,203,50); }
div.DivClassName
{
background-color: #29CB32;
}
.BgClassName
{
background-color: #29CB32;
}
</style>
border-color css
<style>
span { border-color: #29CB32; }
span { border-color: rgb(41,203,50); }
td.TdClassName
{
border-color: #29CB32;
}
.TagClassName
{
border-color: #29CB32;
}
</style>