Shades of Lime Green #29D93C
Tints of Lime Green #29D93C
RGB
CMYK
RGB Variations
Color information
#29D93C (or 0x29D93C) is known color: Lime Green. HEX triplet: 29, D9 and 3C. RGB value is (41,217,60). Sum of RGB (Red+Green+Blue) = 41+217+60=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 217 (85.16% from 255 or 68.24% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 217 - color contains mainly: green. Hex color #29D93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D93C is #D626C3. Grayscale: #929292. Windows color (decimal): -14034628 or 3987753. OLE color: 3987753.
HSL color Cylindrical-coordinate representation of color #29D93C: hue angle of 126.48º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D93C is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 217 | 60 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.15 |
| HSL | 126.48º | 0.7% | 0.51% | - |
| HSV(B) | 126.48º | 0.81% | 0.85% | - |
| XYZ | 26.54 | 50.42 | 12.61 | - |
| YUV | 146.48 | 79.19 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 217 | 60 | 0.81 | 0 | 0.72 | 0.15 | 126.48 | 0.7 | 0.51 |
| Hex | 29 | D9 | 3C | 51 | 0 | 48 | F | 7E | 46 | 33 |
| Octal | 51 | 331 | 74 | 121 | 0 | 110 | 17 | 176 | 106 | 63 |
| Binary | 101001 | 11011001 | 111100 | 1010001 | 0 | 1001000 | 1111 | 1111110 | 1000110 | 110011 |
Color Harmonies of #29D93C
Complementary color
Monochromatic Colors of #29D93C
Black with #29D93C
Text Example
Text Example
White with #29D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D93C; }
p { color: rgb(41,217,60); }
H1.HeaderClassName
{
color: #29D93C;
}
.AnyTagClassName
{
color: #29D93C;
}
</style>
background-color css
<style>
a { background-color: #29D93C; }
a { background-color: rgb(41,217,60); }
div.DivClassName
{
background-color: #29D93C;
}
.BgClassName
{
background-color: #29D93C;
}
</style>
border-color css
<style>
span { border-color: #29D93C; }
span { border-color: rgb(41,217,60); }
td.TdClassName
{
border-color: #29D93C;
}
.TagClassName
{
border-color: #29D93C;
}
</style>