Shades of Lime Green #29CE4D
Tints of Lime Green #29CE4D
RGB
CMYK
RGB Variations
Color information
#29CE4D (or 0x29CE4D) is known color: Lime Green. HEX triplet: 29, CE and 4D. RGB value is (41,206,77). Sum of RGB (Red+Green+Blue) = 41+206+77=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 206 (80.86% from 255 or 63.58% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 206 - color contains mainly: green. Hex color #29CE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29CE4D is #D631B2. Grayscale: #8E8E8E. Windows color (decimal): -14037427 or 5099049. OLE color: 5099049.
HSL color Cylindrical-coordinate representation of color #29CE4D: hue angle of 133.09º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CE4D is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 206 | 77 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.19 |
| HSL | 133.09º | 0.67% | 0.48% | - |
| HSV(B) | 133.09º | 0.8% | 0.81% | - |
| XYZ | 24.33 | 45.15 | 14.45 | - |
| YUV | 141.96 | 91.34 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 206 | 77 | 0.80 | 0 | 0.63 | 0.19 | 133.09 | 0.67 | 0.48 |
| Hex | 29 | CE | 4D | 50 | 0 | 3F | 13 | 85 | 43 | 30 |
| Octal | 51 | 316 | 115 | 120 | 0 | 77 | 23 | 205 | 103 | 60 |
| Binary | 101001 | 11001110 | 1001101 | 1010000 | 0 | 111111 | 10011 | 10000101 | 1000011 | 110000 |
Color Harmonies of #29CE4D
Complementary color
Monochromatic Colors of #29CE4D
Black with #29CE4D
Text Example
Text Example
White with #29CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CE4D; }
p { color: rgb(41,206,77); }
H1.HeaderClassName
{
color: #29CE4D;
}
.AnyTagClassName
{
color: #29CE4D;
}
</style>
background-color css
<style>
a { background-color: #29CE4D; }
a { background-color: rgb(41,206,77); }
div.DivClassName
{
background-color: #29CE4D;
}
.BgClassName
{
background-color: #29CE4D;
}
</style>
border-color css
<style>
span { border-color: #29CE4D; }
span { border-color: rgb(41,206,77); }
td.TdClassName
{
border-color: #29CE4D;
}
.TagClassName
{
border-color: #29CE4D;
}
</style>