Shades of Lime Green #29FF3E
Tints of Lime Green #29FF3E
RGB
CMYK
RGB Variations
Color information
#29FF3E (or 0x29FF3E) is known color: Lime Green. HEX triplet: 29, FF and 3E. RGB value is (41,255,62). Sum of RGB (Red+Green+Blue) = 41+255+62=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 255 (100% from 255 or 71.23% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 255 - color contains mainly: green. Hex color #29FF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29FF3E is #D600C1. Grayscale: #A9A9A9. Windows color (decimal): -14024898 or 4128553. OLE color: 4128553.
HSL color Cylindrical-coordinate representation of color #29FF3E: hue angle of 125.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FF3E is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 255 | 62 | - |
| CMYK | 0.84 | 0 | 0.76 | 0 |
| HSL | 125.89º | 1% | 0.58% | - |
| HSV(B) | 125.89º | 0.84% | 1% | - |
| XYZ | 37.54 | 72.34 | 16.54 | - |
| YUV | 169.01 | 67.6 | 36.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 255 | 62 | 0.84 | 0 | 0.76 | 0 | 125.89 | 1 | 0.58 |
| Hex | 29 | FF | 3E | 54 | 0 | 4C | 0 | 7E | 64 | 3A |
| Octal | 51 | 377 | 76 | 124 | 0 | 114 | 0 | 176 | 144 | 72 |
| Binary | 101001 | 11111111 | 111110 | 1010100 | 0 | 1001100 | 0 | 1111110 | 1100100 | 111010 |
Color Harmonies of #29FF3E
Complementary color
Monochromatic Colors of #29FF3E
Black with #29FF3E
Text Example
Text Example
White with #29FF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FF3E; }
p { color: rgb(41,255,62); }
H1.HeaderClassName
{
color: #29FF3E;
}
.AnyTagClassName
{
color: #29FF3E;
}
</style>
background-color css
<style>
a { background-color: #29FF3E; }
a { background-color: rgb(41,255,62); }
div.DivClassName
{
background-color: #29FF3E;
}
.BgClassName
{
background-color: #29FF3E;
}
</style>
border-color css
<style>
span { border-color: #29FF3E; }
span { border-color: rgb(41,255,62); }
td.TdClassName
{
border-color: #29FF3E;
}
.TagClassName
{
border-color: #29FF3E;
}
</style>