Shades of Lime Green #29F040
Tints of Lime Green #29F040
RGB
CMYK
RGB Variations
Color information
#29F040 (or 0x29F040) is known color: Lime Green. HEX triplet: 29, F0 and 40. RGB value is (41,240,64). Sum of RGB (Red+Green+Blue) = 41+240+64=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 240 (94.14% from 255 or 69.57% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 240 - color contains mainly: green. Hex color #29F040 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F040 is #D60FBF. Grayscale: #A0A0A0. Windows color (decimal): -14028736 or 4255785. OLE color: 4255785.
HSL color Cylindrical-coordinate representation of color #29F040: hue angle of 126.93º 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 #29F040 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 240 | 64 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.06 |
| HSL | 126.93º | 0.87% | 0.55% | - |
| HSV(B) | 126.93º | 0.83% | 0.94% | - |
| XYZ | 33 | 63.16 | 15.3 | - |
| YUV | 160.44 | 73.57 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 240 | 64 | 0.83 | 0 | 0.73 | 0.06 | 126.93 | 0.87 | 0.55 |
| Hex | 29 | F0 | 40 | 53 | 0 | 49 | 6 | 7F | 57 | 37 |
| Octal | 51 | 360 | 100 | 123 | 0 | 111 | 6 | 177 | 127 | 67 |
| Binary | 101001 | 11110000 | 1000000 | 1010011 | 0 | 1001001 | 110 | 1111111 | 1010111 | 110111 |
Color Harmonies of #29F040
Complementary color
Monochromatic Colors of #29F040
Black with #29F040
Text Example
Text Example
White with #29F040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F040; }
p { color: rgb(41,240,64); }
H1.HeaderClassName
{
color: #29F040;
}
.AnyTagClassName
{
color: #29F040;
}
</style>
background-color css
<style>
a { background-color: #29F040; }
a { background-color: rgb(41,240,64); }
div.DivClassName
{
background-color: #29F040;
}
.BgClassName
{
background-color: #29F040;
}
</style>
border-color css
<style>
span { border-color: #29F040; }
span { border-color: rgb(41,240,64); }
td.TdClassName
{
border-color: #29F040;
}
.TagClassName
{
border-color: #29F040;
}
</style>