Shades of Lime Green #29DC3C
Tints of Lime Green #29DC3C
RGB
CMYK
RGB Variations
Color information
#29DC3C (or 0x29DC3C) is known color: Lime Green. HEX triplet: 29, DC and 3C. RGB value is (41,220,60). Sum of RGB (Red+Green+Blue) = 41+220+60=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 220 (86.33% from 255 or 68.54% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 220 - color contains mainly: green. Hex color #29DC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DC3C is #D623C3. Grayscale: #949494. Windows color (decimal): -14033860 or 3988521. OLE color: 3988521.
HSL color Cylindrical-coordinate representation of color #29DC3C: hue angle of 126.37º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DC3C is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 220 | 60 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.14 |
| HSL | 126.37º | 0.72% | 0.51% | - |
| HSV(B) | 126.37º | 0.81% | 0.86% | - |
| XYZ | 27.32 | 51.98 | 12.87 | - |
| YUV | 148.24 | 78.2 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 60 | 0.81 | 0 | 0.73 | 0.14 | 126.37 | 0.72 | 0.51 |
| Hex | 29 | DC | 3C | 51 | 0 | 49 | E | 7E | 48 | 33 |
| Octal | 51 | 334 | 74 | 121 | 0 | 111 | 16 | 176 | 110 | 63 |
| Binary | 101001 | 11011100 | 111100 | 1010001 | 0 | 1001001 | 1110 | 1111110 | 1001000 | 110011 |
Color Harmonies of #29DC3C
Complementary color
Monochromatic Colors of #29DC3C
Black with #29DC3C
Text Example
Text Example
White with #29DC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DC3C; }
p { color: rgb(41,220,60); }
H1.HeaderClassName
{
color: #29DC3C;
}
.AnyTagClassName
{
color: #29DC3C;
}
</style>
background-color css
<style>
a { background-color: #29DC3C; }
a { background-color: rgb(41,220,60); }
div.DivClassName
{
background-color: #29DC3C;
}
.BgClassName
{
background-color: #29DC3C;
}
</style>
border-color css
<style>
span { border-color: #29DC3C; }
span { border-color: rgb(41,220,60); }
td.TdClassName
{
border-color: #29DC3C;
}
.TagClassName
{
border-color: #29DC3C;
}
</style>