Shades of Lime Green #29D610
Tints of Lime Green #29D610
RGB
CMYK
RGB Variations
Color information
#29D610 (or 0x29D610) is known color: Lime Green. HEX triplet: 29, D6 and 10. RGB value is (41,214,16). Sum of RGB (Red+Green+Blue) = 41+214+16=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 214 (83.98% from 255 or 78.97% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 214 - color contains mainly: green. Hex color #29D610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D610 is #D629EF. Grayscale: #8C8C8C. Windows color (decimal): -14035440 or 1103401. OLE color: 1103401.
HSL color Cylindrical-coordinate representation of color #29D610: hue angle of 112.42º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29D610 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 214 | 16 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.16 |
| HSL | 112.42º | 0.86% | 0.45% | - |
| HSV(B) | 112.42º | 0.93% | 0.84% | - |
| XYZ | 25.05 | 48.6 | 8.55 | - |
| YUV | 139.7 | 58.19 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 214 | 16 | 0.81 | 0 | 0.93 | 0.16 | 112.42 | 0.86 | 0.45 |
| Hex | 29 | D6 | 10 | 51 | 0 | 5D | 10 | 70 | 56 | 2D |
| Octal | 51 | 326 | 20 | 121 | 0 | 135 | 20 | 160 | 126 | 55 |
| Binary | 101001 | 11010110 | 10000 | 1010001 | 0 | 1011101 | 10000 | 1110000 | 1010110 | 101101 |
Color Harmonies of #29D610
Complementary color
Monochromatic Colors of #29D610
Black with #29D610
Text Example
Text Example
White with #29D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D610; }
p { color: rgb(41,214,16); }
H1.HeaderClassName
{
color: #29D610;
}
.AnyTagClassName
{
color: #29D610;
}
</style>
background-color css
<style>
a { background-color: #29D610; }
a { background-color: rgb(41,214,16); }
div.DivClassName
{
background-color: #29D610;
}
.BgClassName
{
background-color: #29D610;
}
</style>
border-color css
<style>
span { border-color: #29D610; }
span { border-color: rgb(41,214,16); }
td.TdClassName
{
border-color: #29D610;
}
.TagClassName
{
border-color: #29D610;
}
</style>