Shades of Lime Green #29CC40
Tints of Lime Green #29CC40
RGB
CMYK
RGB Variations
Color information
#29CC40 (or 0x29CC40) is known color: Lime Green. HEX triplet: 29, CC and 40. RGB value is (41,204,64). Sum of RGB (Red+Green+Blue) = 41+204+64=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 204 (80.08% from 255 or 66.02% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 204 - color contains mainly: green. Hex color #29CC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CC40 is #D633BF. Grayscale: #8B8B8B. Windows color (decimal): -14037952 or 4246569. OLE color: 4246569.
HSL color Cylindrical-coordinate representation of color #29CC40: hue angle of 128.47º 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 #29CC40 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 204 | 64 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.2 |
| HSL | 128.47º | 0.67% | 0.48% | - |
| HSV(B) | 128.47º | 0.8% | 0.8% | - |
| XYZ | 23.43 | 44.03 | 12.11 | - |
| YUV | 139.3 | 85.5 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 204 | 64 | 0.80 | 0 | 0.69 | 0.2 | 128.47 | 0.67 | 0.48 |
| Hex | 29 | CC | 40 | 50 | 0 | 45 | 14 | 80 | 43 | 30 |
| Octal | 51 | 314 | 100 | 120 | 0 | 105 | 24 | 200 | 103 | 60 |
| Binary | 101001 | 11001100 | 1000000 | 1010000 | 0 | 1000101 | 10100 | 10000000 | 1000011 | 110000 |
Color Harmonies of #29CC40
Complementary color
Monochromatic Colors of #29CC40
Black with #29CC40
Text Example
Text Example
White with #29CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CC40; }
p { color: rgb(41,204,64); }
H1.HeaderClassName
{
color: #29CC40;
}
.AnyTagClassName
{
color: #29CC40;
}
</style>
background-color css
<style>
a { background-color: #29CC40; }
a { background-color: rgb(41,204,64); }
div.DivClassName
{
background-color: #29CC40;
}
.BgClassName
{
background-color: #29CC40;
}
</style>
border-color css
<style>
span { border-color: #29CC40; }
span { border-color: rgb(41,204,64); }
td.TdClassName
{
border-color: #29CC40;
}
.TagClassName
{
border-color: #29CC40;
}
</style>