Shades of Lime Green #29CC2C
Tints of Lime Green #29CC2C
RGB
CMYK
RGB Variations
Color information
#29CC2C (or 0x29CC2C) is known color: Lime Green. HEX triplet: 29, CC and 2C. RGB value is (41,204,44). Sum of RGB (Red+Green+Blue) = 41+204+44=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 204 (80.08% from 255 or 70.59% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 204 - color contains mainly: green. Hex color #29CC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CC2C is #D633D3. Grayscale: #898989. Windows color (decimal): -14037972 or 2935849. OLE color: 2935849.
HSL color Cylindrical-coordinate representation of color #29CC2C: hue angle of 121.1º degrees, saturation: 0.67, 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 #29CC2C is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 204 | 44 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.2 |
| HSL | 121.1º | 0.67% | 0.48% | - |
| HSV(B) | 121.1º | 0.8% | 0.8% | - |
| XYZ | 22.96 | 43.84 | 9.63 | - |
| YUV | 137.02 | 75.5 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 204 | 44 | 0.80 | 0 | 0.78 | 0.2 | 121.1 | 0.67 | 0.48 |
| Hex | 29 | CC | 2C | 50 | 0 | 4E | 14 | 79 | 43 | 30 |
| Octal | 51 | 314 | 54 | 120 | 0 | 116 | 24 | 171 | 103 | 60 |
| Binary | 101001 | 11001100 | 101100 | 1010000 | 0 | 1001110 | 10100 | 1111001 | 1000011 | 110000 |
Color Harmonies of #29CC2C
Complementary color
Monochromatic Colors of #29CC2C
Black with #29CC2C
Text Example
Text Example
White with #29CC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CC2C; }
p { color: rgb(41,204,44); }
H1.HeaderClassName
{
color: #29CC2C;
}
.AnyTagClassName
{
color: #29CC2C;
}
</style>
background-color css
<style>
a { background-color: #29CC2C; }
a { background-color: rgb(41,204,44); }
div.DivClassName
{
background-color: #29CC2C;
}
.BgClassName
{
background-color: #29CC2C;
}
</style>
border-color css
<style>
span { border-color: #29CC2C; }
span { border-color: rgb(41,204,44); }
td.TdClassName
{
border-color: #29CC2C;
}
.TagClassName
{
border-color: #29CC2C;
}
</style>