Shades of Lime Green #29F13E
Tints of Lime Green #29F13E
RGB
CMYK
RGB Variations
Color information
#29F13E (or 0x29F13E) is known color: Lime Green. HEX triplet: 29, F1 and 3E. RGB value is (41,241,62). Sum of RGB (Red+Green+Blue) = 41+241+62=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 241 (94.53% from 255 or 70.06% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 241 - color contains mainly: green. Hex color #29F13E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F13E is #D60EC1. Grayscale: #A1A1A1. Windows color (decimal): -14028482 or 4124969. OLE color: 4124969.
HSL color Cylindrical-coordinate representation of color #29F13E: hue angle of 126.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F13E is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 241 | 62 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.05 |
| HSL | 126.3º | 0.88% | 0.55% | - |
| HSV(B) | 126.3º | 0.83% | 0.95% | - |
| XYZ | 33.24 | 63.73 | 15.11 | - |
| YUV | 160.79 | 72.24 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 241 | 62 | 0.83 | 0 | 0.74 | 0.05 | 126.3 | 0.88 | 0.55 |
| Hex | 29 | F1 | 3E | 53 | 0 | 4A | 5 | 7E | 58 | 37 |
| Octal | 51 | 361 | 76 | 123 | 0 | 112 | 5 | 176 | 130 | 67 |
| Binary | 101001 | 11110001 | 111110 | 1010011 | 0 | 1001010 | 101 | 1111110 | 1011000 | 110111 |
Color Harmonies of #29F13E
Complementary color
Monochromatic Colors of #29F13E
Black with #29F13E
Text Example
Text Example
White with #29F13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F13E; }
p { color: rgb(41,241,62); }
H1.HeaderClassName
{
color: #29F13E;
}
.AnyTagClassName
{
color: #29F13E;
}
</style>
background-color css
<style>
a { background-color: #29F13E; }
a { background-color: rgb(41,241,62); }
div.DivClassName
{
background-color: #29F13E;
}
.BgClassName
{
background-color: #29F13E;
}
</style>
border-color css
<style>
span { border-color: #29F13E; }
span { border-color: rgb(41,241,62); }
td.TdClassName
{
border-color: #29F13E;
}
.TagClassName
{
border-color: #29F13E;
}
</style>