Shades of Lime Green #29CE2D
Tints of Lime Green #29CE2D
RGB
CMYK
RGB Variations
Color information
#29CE2D (or 0x29CE2D) is known color: Lime Green. HEX triplet: 29, CE and 2D. RGB value is (41,206,45). Sum of RGB (Red+Green+Blue) = 41+206+45=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 206 (80.86% from 255 or 70.55% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 206 - color contains mainly: green. Hex color #29CE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CE2D is #D631D2. Grayscale: #8A8A8A. Windows color (decimal): -14037459 or 3001897. OLE color: 3001897.
HSL color Cylindrical-coordinate representation of color #29CE2D: hue angle of 121.45º 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 #29CE2D is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 206 | 45 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.19 |
| HSL | 121.45º | 0.67% | 0.48% | - |
| HSV(B) | 121.45º | 0.8% | 0.81% | - |
| XYZ | 23.46 | 44.8 | 9.89 | - |
| YUV | 138.31 | 75.34 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 206 | 45 | 0.80 | 0 | 0.78 | 0.19 | 121.45 | 0.67 | 0.48 |
| Hex | 29 | CE | 2D | 50 | 0 | 4E | 13 | 79 | 43 | 30 |
| Octal | 51 | 316 | 55 | 120 | 0 | 116 | 23 | 171 | 103 | 60 |
| Binary | 101001 | 11001110 | 101101 | 1010000 | 0 | 1001110 | 10011 | 1111001 | 1000011 | 110000 |
Color Harmonies of #29CE2D
Complementary color
Monochromatic Colors of #29CE2D
Black with #29CE2D
Text Example
Text Example
White with #29CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CE2D; }
p { color: rgb(41,206,45); }
H1.HeaderClassName
{
color: #29CE2D;
}
.AnyTagClassName
{
color: #29CE2D;
}
</style>
background-color css
<style>
a { background-color: #29CE2D; }
a { background-color: rgb(41,206,45); }
div.DivClassName
{
background-color: #29CE2D;
}
.BgClassName
{
background-color: #29CE2D;
}
</style>
border-color css
<style>
span { border-color: #29CE2D; }
span { border-color: rgb(41,206,45); }
td.TdClassName
{
border-color: #29CE2D;
}
.TagClassName
{
border-color: #29CE2D;
}
</style>