Shades of Lime Green #29CB2D
Tints of Lime Green #29CB2D
RGB
CMYK
RGB Variations
Color information
#29CB2D (or 0x29CB2D) is known color: Lime Green. HEX triplet: 29, CB and 2D. RGB value is (41,203,45). Sum of RGB (Red+Green+Blue) = 41+203+45=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 203 (79.69% from 255 or 70.24% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CB2D is #D634D2. Grayscale: #898989. Windows color (decimal): -14038227 or 3001129. OLE color: 3001129.
HSL color Cylindrical-coordinate representation of color #29CB2D: hue angle of 121.48º 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 #29CB2D is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 203 | 45 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.20 |
| HSL | 121.48º | 0.66% | 0.48% | - |
| HSV(B) | 121.48º | 0.8% | 0.8% | - |
| XYZ | 22.74 | 43.37 | 9.66 | - |
| YUV | 136.55 | 76.33 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 203 | 45 | 0.80 | 0 | 0.78 | 0.20 | 121.48 | 0.66 | 0.48 |
| Hex | 29 | CB | 2D | 50 | 0 | 4E | 14 | 79 | 42 | 30 |
| Octal | 51 | 313 | 55 | 120 | 0 | 116 | 24 | 171 | 102 | 60 |
| Binary | 101001 | 11001011 | 101101 | 1010000 | 0 | 1001110 | 10100 | 1111001 | 1000010 | 110000 |
Color Harmonies of #29CB2D
Complementary color
Monochromatic Colors of #29CB2D
Black with #29CB2D
Text Example
Text Example
White with #29CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CB2D; }
p { color: rgb(41,203,45); }
H1.HeaderClassName
{
color: #29CB2D;
}
.AnyTagClassName
{
color: #29CB2D;
}
</style>
background-color css
<style>
a { background-color: #29CB2D; }
a { background-color: rgb(41,203,45); }
div.DivClassName
{
background-color: #29CB2D;
}
.BgClassName
{
background-color: #29CB2D;
}
</style>
border-color css
<style>
span { border-color: #29CB2D; }
span { border-color: rgb(41,203,45); }
td.TdClassName
{
border-color: #29CB2D;
}
.TagClassName
{
border-color: #29CB2D;
}
</style>