Shades of Lime Green #29D63B
Tints of Lime Green #29D63B
RGB
CMYK
RGB Variations
Color information
#29D63B (or 0x29D63B) is known color: Lime Green. HEX triplet: 29, D6 and 3B. RGB value is (41,214,59). Sum of RGB (Red+Green+Blue) = 41+214+59=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 214 (83.98% from 255 or 68.15% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 214 - color contains mainly: green. Hex color #29D63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D63B is #D629C4. Grayscale: #919191. Windows color (decimal): -14035397 or 3921449. OLE color: 3921449.
HSL color Cylindrical-coordinate representation of color #29D63B: hue angle of 126.24º 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 #29D63B is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 214 | 59 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.16 |
| HSL | 126.24º | 0.68% | 0.5% | - |
| HSV(B) | 126.24º | 0.81% | 0.84% | - |
| XYZ | 25.75 | 48.88 | 12.22 | - |
| YUV | 144.6 | 79.69 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 214 | 59 | 0.81 | 0 | 0.72 | 0.16 | 126.24 | 0.68 | 0.5 |
| Hex | 29 | D6 | 3B | 51 | 0 | 48 | 10 | 7E | 44 | 32 |
| Octal | 51 | 326 | 73 | 121 | 0 | 110 | 20 | 176 | 104 | 62 |
| Binary | 101001 | 11010110 | 111011 | 1010001 | 0 | 1001000 | 10000 | 1111110 | 1000100 | 110010 |
Color Harmonies of #29D63B
Complementary color
Monochromatic Colors of #29D63B
Black with #29D63B
Text Example
Text Example
White with #29D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D63B; }
p { color: rgb(41,214,59); }
H1.HeaderClassName
{
color: #29D63B;
}
.AnyTagClassName
{
color: #29D63B;
}
</style>
background-color css
<style>
a { background-color: #29D63B; }
a { background-color: rgb(41,214,59); }
div.DivClassName
{
background-color: #29D63B;
}
.BgClassName
{
background-color: #29D63B;
}
</style>
border-color css
<style>
span { border-color: #29D63B; }
span { border-color: rgb(41,214,59); }
td.TdClassName
{
border-color: #29D63B;
}
.TagClassName
{
border-color: #29D63B;
}
</style>