Shades of Lime Green #29F03A
Tints of Lime Green #29F03A
RGB
CMYK
RGB Variations
Color information
#29F03A (or 0x29F03A) is known color: Lime Green. HEX triplet: 29, F0 and 3A. RGB value is (41,240,58). Sum of RGB (Red+Green+Blue) = 41+240+58=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #29F03A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F03A is #D60FC5. Grayscale: #A0A0A0. Windows color (decimal): -14028742 or 3862569. OLE color: 3862569.
HSL color Cylindrical-coordinate representation of color #29F03A: hue angle of 125.13º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F03A is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 240 | 58 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.06 |
| HSL | 125.13º | 0.87% | 0.55% | - |
| HSV(B) | 125.13º | 0.83% | 0.94% | - |
| XYZ | 32.84 | 63.1 | 14.45 | - |
| YUV | 159.75 | 70.57 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 240 | 58 | 0.83 | 0 | 0.76 | 0.06 | 125.13 | 0.87 | 0.55 |
| Hex | 29 | F0 | 3A | 53 | 0 | 4C | 6 | 7D | 57 | 37 |
| Octal | 51 | 360 | 72 | 123 | 0 | 114 | 6 | 175 | 127 | 67 |
| Binary | 101001 | 11110000 | 111010 | 1010011 | 0 | 1001100 | 110 | 1111101 | 1010111 | 110111 |
Color Harmonies of #29F03A
Complementary color
Monochromatic Colors of #29F03A
Black with #29F03A
Text Example
Text Example
White with #29F03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F03A; }
p { color: rgb(41,240,58); }
H1.HeaderClassName
{
color: #29F03A;
}
.AnyTagClassName
{
color: #29F03A;
}
</style>
background-color css
<style>
a { background-color: #29F03A; }
a { background-color: rgb(41,240,58); }
div.DivClassName
{
background-color: #29F03A;
}
.BgClassName
{
background-color: #29F03A;
}
</style>
border-color css
<style>
span { border-color: #29F03A; }
span { border-color: rgb(41,240,58); }
td.TdClassName
{
border-color: #29F03A;
}
.TagClassName
{
border-color: #29F03A;
}
</style>