Shades of Lime Green #29D508
Tints of Lime Green #29D508
RGB
CMYK
RGB Variations
Color information
#29D508 (or 0x29D508) is known color: Lime Green. HEX triplet: 29, D5 and 08. RGB value is (41,213,8). Sum of RGB (Red+Green+Blue) = 41+213+8=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 213 (83.59% from 255 or 81.30% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 213 - color contains mainly: green. Hex color #29D508 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D508 is #D62AF7. Grayscale: #8A8A8A. Windows color (decimal): -14035704 or 578857. OLE color: 578857.
HSL color Cylindrical-coordinate representation of color #29D508: hue angle of 110.34º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #29D508 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 213 | 8 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.16 |
| HSL | 110.34º | 0.93% | 0.43% | - |
| HSV(B) | 110.34º | 0.96% | 0.84% | - |
| XYZ | 24.75 | 48.08 | 8.21 | - |
| YUV | 138.2 | 54.52 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 213 | 8 | 0.81 | 0 | 0.96 | 0.16 | 110.34 | 0.93 | 0.43 |
| Hex | 29 | D5 | 8 | 51 | 0 | 60 | 10 | 6E | 5D | 2B |
| Octal | 51 | 325 | 10 | 121 | 0 | 140 | 20 | 156 | 135 | 53 |
| Binary | 101001 | 11010101 | 1000 | 1010001 | 0 | 1100000 | 10000 | 1101110 | 1011101 | 101011 |
Color Harmonies of #29D508
Complementary color
Monochromatic Colors of #29D508
Black with #29D508
Text Example
Text Example
White with #29D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D508; }
p { color: rgb(41,213,8); }
H1.HeaderClassName
{
color: #29D508;
}
.AnyTagClassName
{
color: #29D508;
}
</style>
background-color css
<style>
a { background-color: #29D508; }
a { background-color: rgb(41,213,8); }
div.DivClassName
{
background-color: #29D508;
}
.BgClassName
{
background-color: #29D508;
}
</style>
border-color css
<style>
span { border-color: #29D508; }
span { border-color: rgb(41,213,8); }
td.TdClassName
{
border-color: #29D508;
}
.TagClassName
{
border-color: #29D508;
}
</style>