Shades of Lime Green #29C33F
Tints of Lime Green #29C33F
RGB
CMYK
RGB Variations
Color information
#29C33F (or 0x29C33F) is known color: Lime Green. HEX triplet: 29, C3 and 3F. RGB value is (41,195,63). Sum of RGB (Red+Green+Blue) = 41+195+63=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 195 (76.56% from 255 or 65.22% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 195 - color contains mainly: green. Hex color #29C33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C33F is #D63CC0. Grayscale: #868686. Windows color (decimal): -14040257 or 4178729. OLE color: 4178729.
HSL color Cylindrical-coordinate representation of color #29C33F: hue angle of 128.57º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C33F is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 195 | 63 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.24 |
| HSL | 128.57º | 0.65% | 0.46% | - |
| HSV(B) | 128.57º | 0.79% | 0.76% | - |
| XYZ | 21.33 | 39.86 | 11.27 | - |
| YUV | 133.91 | 87.98 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 195 | 63 | 0.79 | 0 | 0.68 | 0.24 | 128.57 | 0.65 | 0.46 |
| Hex | 29 | C3 | 3F | 4F | 0 | 44 | 18 | 81 | 41 | 2E |
| Octal | 51 | 303 | 77 | 117 | 0 | 104 | 30 | 201 | 101 | 56 |
| Binary | 101001 | 11000011 | 111111 | 1001111 | 0 | 1000100 | 11000 | 10000001 | 1000001 | 101110 |
Color Harmonies of #29C33F
Complementary color
Monochromatic Colors of #29C33F
Black with #29C33F
Text Example
Text Example
White with #29C33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C33F; }
p { color: rgb(41,195,63); }
H1.HeaderClassName
{
color: #29C33F;
}
.AnyTagClassName
{
color: #29C33F;
}
</style>
background-color css
<style>
a { background-color: #29C33F; }
a { background-color: rgb(41,195,63); }
div.DivClassName
{
background-color: #29C33F;
}
.BgClassName
{
background-color: #29C33F;
}
</style>
border-color css
<style>
span { border-color: #29C33F; }
span { border-color: rgb(41,195,63); }
td.TdClassName
{
border-color: #29C33F;
}
.TagClassName
{
border-color: #29C33F;
}
</style>