Shades of Lime Green #29CA40
Tints of Lime Green #29CA40
RGB
CMYK
RGB Variations
Color information
#29CA40 (or 0x29CA40) is known color: Lime Green. HEX triplet: 29, CA and 40. RGB value is (41,202,64). Sum of RGB (Red+Green+Blue) = 41+202+64=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 202 (79.30% from 255 or 65.80% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CA40 is #D635BF. Grayscale: #8A8A8A. Windows color (decimal): -14038464 or 4246057. OLE color: 4246057.
HSL color Cylindrical-coordinate representation of color #29CA40: hue angle of 128.57º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CA40 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 202 | 64 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.21 |
| HSL | 128.57º | 0.66% | 0.48% | - |
| HSV(B) | 128.57º | 0.8% | 0.79% | - |
| XYZ | 22.96 | 43.08 | 11.96 | - |
| YUV | 138.13 | 86.16 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 202 | 64 | 0.80 | 0 | 0.68 | 0.21 | 128.57 | 0.66 | 0.48 |
| Hex | 29 | CA | 40 | 50 | 0 | 44 | 15 | 81 | 42 | 30 |
| Octal | 51 | 312 | 100 | 120 | 0 | 104 | 25 | 201 | 102 | 60 |
| Binary | 101001 | 11001010 | 1000000 | 1010000 | 0 | 1000100 | 10101 | 10000001 | 1000010 | 110000 |
Color Harmonies of #29CA40
Complementary color
Monochromatic Colors of #29CA40
Black with #29CA40
Text Example
Text Example
White with #29CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CA40; }
p { color: rgb(41,202,64); }
H1.HeaderClassName
{
color: #29CA40;
}
.AnyTagClassName
{
color: #29CA40;
}
</style>
background-color css
<style>
a { background-color: #29CA40; }
a { background-color: rgb(41,202,64); }
div.DivClassName
{
background-color: #29CA40;
}
.BgClassName
{
background-color: #29CA40;
}
</style>
border-color css
<style>
span { border-color: #29CA40; }
span { border-color: rgb(41,202,64); }
td.TdClassName
{
border-color: #29CA40;
}
.TagClassName
{
border-color: #29CA40;
}
</style>