Shades of Lime Green #29CE31
Tints of Lime Green #29CE31
RGB
CMYK
RGB Variations
Color information
#29CE31 (or 0x29CE31) is known color: Lime Green. HEX triplet: 29, CE and 31. RGB value is (41,206,49). Sum of RGB (Red+Green+Blue) = 41+206+49=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 206 (80.86% from 255 or 69.59% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 206 - color contains mainly: green. Hex color #29CE31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CE31 is #D631CE. Grayscale: #8B8B8B. Windows color (decimal): -14037455 or 3264041. OLE color: 3264041.
HSL color Cylindrical-coordinate representation of color #29CE31: hue angle of 122.91º 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 #29CE31 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 206 | 49 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.19 |
| HSL | 122.91º | 0.67% | 0.48% | - |
| HSV(B) | 122.91º | 0.8% | 0.81% | - |
| XYZ | 23.54 | 44.84 | 10.32 | - |
| YUV | 138.77 | 77.34 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 206 | 49 | 0.80 | 0 | 0.76 | 0.19 | 122.91 | 0.67 | 0.48 |
| Hex | 29 | CE | 31 | 50 | 0 | 4C | 13 | 7B | 43 | 30 |
| Octal | 51 | 316 | 61 | 120 | 0 | 114 | 23 | 173 | 103 | 60 |
| Binary | 101001 | 11001110 | 110001 | 1010000 | 0 | 1001100 | 10011 | 1111011 | 1000011 | 110000 |
Color Harmonies of #29CE31
Complementary color
Monochromatic Colors of #29CE31
Black with #29CE31
Text Example
Text Example
White with #29CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CE31; }
p { color: rgb(41,206,49); }
H1.HeaderClassName
{
color: #29CE31;
}
.AnyTagClassName
{
color: #29CE31;
}
</style>
background-color css
<style>
a { background-color: #29CE31; }
a { background-color: rgb(41,206,49); }
div.DivClassName
{
background-color: #29CE31;
}
.BgClassName
{
background-color: #29CE31;
}
</style>
border-color css
<style>
span { border-color: #29CE31; }
span { border-color: rgb(41,206,49); }
td.TdClassName
{
border-color: #29CE31;
}
.TagClassName
{
border-color: #29CE31;
}
</style>