Shades of Lime Green #29D63C
Tints of Lime Green #29D63C
RGB
CMYK
RGB Variations
Color information
#29D63C (or 0x29D63C) is known color: Lime Green. HEX triplet: 29, D6 and 3C. RGB value is (41,214,60). Sum of RGB (Red+Green+Blue) = 41+214+60=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 214 (83.98% from 255 or 67.94% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 214 - color contains mainly: green. Hex color #29D63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D63C is #D629C3. Grayscale: #919191. Windows color (decimal): -14035396 or 3986985. OLE color: 3986985.
HSL color Cylindrical-coordinate representation of color #29D63C: hue angle of 126.59º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D63C is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 214 | 60 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.16 |
| HSL | 126.59º | 0.68% | 0.5% | - |
| HSV(B) | 126.59º | 0.81% | 0.84% | - |
| XYZ | 25.78 | 48.89 | 12.35 | - |
| YUV | 144.72 | 80.19 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 214 | 60 | 0.81 | 0 | 0.72 | 0.16 | 126.59 | 0.68 | 0.5 |
| Hex | 29 | D6 | 3C | 51 | 0 | 48 | 10 | 7F | 44 | 32 |
| Octal | 51 | 326 | 74 | 121 | 0 | 110 | 20 | 177 | 104 | 62 |
| Binary | 101001 | 11010110 | 111100 | 1010001 | 0 | 1001000 | 10000 | 1111111 | 1000100 | 110010 |
Color Harmonies of #29D63C
Complementary color
Monochromatic Colors of #29D63C
Black with #29D63C
Text Example
Text Example
White with #29D63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D63C; }
p { color: rgb(41,214,60); }
H1.HeaderClassName
{
color: #29D63C;
}
.AnyTagClassName
{
color: #29D63C;
}
</style>
background-color css
<style>
a { background-color: #29D63C; }
a { background-color: rgb(41,214,60); }
div.DivClassName
{
background-color: #29D63C;
}
.BgClassName
{
background-color: #29D63C;
}
</style>
border-color css
<style>
span { border-color: #29D63C; }
span { border-color: rgb(41,214,60); }
td.TdClassName
{
border-color: #29D63C;
}
.TagClassName
{
border-color: #29D63C;
}
</style>