Shades of Lime Green #29C33C
Tints of Lime Green #29C33C
RGB
CMYK
RGB Variations
Color information
#29C33C (or 0x29C33C) is known color: Lime Green. HEX triplet: 29, C3 and 3C. RGB value is (41,195,60). Sum of RGB (Red+Green+Blue) = 41+195+60=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 195 (76.56% from 255 or 65.88% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 195 - color contains mainly: green. Hex color #29C33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C33C is #D63CC3. Grayscale: #858585. Windows color (decimal): -14040260 or 3982121. OLE color: 3982121.
HSL color Cylindrical-coordinate representation of color #29C33C: hue angle of 127.4º 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 #29C33C is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 195 | 60 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.24 |
| HSL | 127.4º | 0.65% | 0.46% | - |
| HSV(B) | 127.4º | 0.79% | 0.76% | - |
| XYZ | 21.25 | 39.83 | 10.84 | - |
| YUV | 133.56 | 86.48 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 195 | 60 | 0.79 | 0 | 0.69 | 0.24 | 127.4 | 0.65 | 0.46 |
| Hex | 29 | C3 | 3C | 4F | 0 | 45 | 18 | 7F | 41 | 2E |
| Octal | 51 | 303 | 74 | 117 | 0 | 105 | 30 | 177 | 101 | 56 |
| Binary | 101001 | 11000011 | 111100 | 1001111 | 0 | 1000101 | 11000 | 1111111 | 1000001 | 101110 |
Color Harmonies of #29C33C
Complementary color
Monochromatic Colors of #29C33C
Black with #29C33C
Text Example
Text Example
White with #29C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C33C; }
p { color: rgb(41,195,60); }
H1.HeaderClassName
{
color: #29C33C;
}
.AnyTagClassName
{
color: #29C33C;
}
</style>
background-color css
<style>
a { background-color: #29C33C; }
a { background-color: rgb(41,195,60); }
div.DivClassName
{
background-color: #29C33C;
}
.BgClassName
{
background-color: #29C33C;
}
</style>
border-color css
<style>
span { border-color: #29C33C; }
span { border-color: rgb(41,195,60); }
td.TdClassName
{
border-color: #29C33C;
}
.TagClassName
{
border-color: #29C33C;
}
</style>