Shades of Lime Green #29FE3C
Tints of Lime Green #29FE3C
RGB
CMYK
RGB Variations
Color information
#29FE3C (or 0x29FE3C) is known color: Lime Green. HEX triplet: 29, FE and 3C. RGB value is (41,254,60). Sum of RGB (Red+Green+Blue) = 41+254+60=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 254 (99.61% from 255 or 71.55% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 254 - color contains mainly: green. Hex color #29FE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29FE3C is #D601C3. Grayscale: #A8A8A8. Windows color (decimal): -14025156 or 3997225. OLE color: 3997225.
HSL color Cylindrical-coordinate representation of color #29FE3C: hue angle of 125.35º 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 #29FE3C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 60 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.00 |
| HSL | 125.35º | 0.99% | 0.58% | - |
| HSV(B) | 125.35º | 0.84% | 1% | - |
| XYZ | 37.17 | 71.68 | 16.15 | - |
| YUV | 168.2 | 66.93 | 37.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 60 | 0.84 | 0 | 0.76 | 0.00 | 125.35 | 0.99 | 0.58 |
| Hex | 29 | FE | 3C | 54 | 0 | 4C | 0 | 7D | 63 | 3A |
| Octal | 51 | 376 | 74 | 124 | 0 | 114 | 0 | 175 | 143 | 72 |
| Binary | 101001 | 11111110 | 111100 | 1010100 | 0 | 1001100 | 0 | 1111101 | 1100011 | 111010 |
Color Harmonies of #29FE3C
Complementary color
Monochromatic Colors of #29FE3C
Black with #29FE3C
Text Example
Text Example
White with #29FE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FE3C; }
p { color: rgb(41,254,60); }
H1.HeaderClassName
{
color: #29FE3C;
}
.AnyTagClassName
{
color: #29FE3C;
}
</style>
background-color css
<style>
a { background-color: #29FE3C; }
a { background-color: rgb(41,254,60); }
div.DivClassName
{
background-color: #29FE3C;
}
.BgClassName
{
background-color: #29FE3C;
}
</style>
border-color css
<style>
span { border-color: #29FE3C; }
span { border-color: rgb(41,254,60); }
td.TdClassName
{
border-color: #29FE3C;
}
.TagClassName
{
border-color: #29FE3C;
}
</style>