Shades of Lime Green #29FE40
Tints of Lime Green #29FE40
RGB
CMYK
RGB Variations
Color information
#29FE40 (or 0x29FE40) is known color: Lime Green. HEX triplet: 29, FE and 40. RGB value is (41,254,64). Sum of RGB (Red+Green+Blue) = 41+254+64=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 254 (99.61% from 255 or 70.75% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 254 - color contains mainly: green. Hex color #29FE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29FE40 is #D601BF. Grayscale: #A9A9A9. Windows color (decimal): -14025152 or 4259369. OLE color: 4259369.
HSL color Cylindrical-coordinate representation of color #29FE40: hue angle of 126.48º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FE40 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 64 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.00 |
| HSL | 126.48º | 0.99% | 0.58% | - |
| HSV(B) | 126.48º | 0.84% | 1% | - |
| XYZ | 37.28 | 71.73 | 16.73 | - |
| YUV | 168.65 | 68.93 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 64 | 0.84 | 0 | 0.75 | 0.00 | 126.48 | 0.99 | 0.58 |
| Hex | 29 | FE | 40 | 54 | 0 | 4B | 0 | 7E | 63 | 3A |
| Octal | 51 | 376 | 100 | 124 | 0 | 113 | 0 | 176 | 143 | 72 |
| Binary | 101001 | 11111110 | 1000000 | 1010100 | 0 | 1001011 | 0 | 1111110 | 1100011 | 111010 |
Color Harmonies of #29FE40
Complementary color
Monochromatic Colors of #29FE40
Black with #29FE40
Text Example
Text Example
White with #29FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FE40; }
p { color: rgb(41,254,64); }
H1.HeaderClassName
{
color: #29FE40;
}
.AnyTagClassName
{
color: #29FE40;
}
</style>
background-color css
<style>
a { background-color: #29FE40; }
a { background-color: rgb(41,254,64); }
div.DivClassName
{
background-color: #29FE40;
}
.BgClassName
{
background-color: #29FE40;
}
</style>
border-color css
<style>
span { border-color: #29FE40; }
span { border-color: rgb(41,254,64); }
td.TdClassName
{
border-color: #29FE40;
}
.TagClassName
{
border-color: #29FE40;
}
</style>