Shades of Lime Green #2FEA29
Tints of Lime Green #2FEA29
RGB
CMYK
RGB Variations
Color information
#2FEA29 (or 0x2FEA29) is known color: Lime Green. HEX triplet: 2F, EA and 29. RGB value is (47,234,41). Sum of RGB (Red+Green+Blue) = 47+234+41=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 234 (91.80% from 255 or 72.67% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEA29 is #D015D6. Grayscale: #9C9C9C. Windows color (decimal): -13637079 or 2746927. OLE color: 2746927.
HSL color Cylindrical-coordinate representation of color #2FEA29: hue angle of 118.13º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FEA29 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 41 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.08 |
| HSL | 118.13º | 0.82% | 0.54% | - |
| HSV(B) | 118.13º | 0.82% | 0.92% | - |
| XYZ | 31 | 59.61 | 11.97 | - |
| YUV | 156.09 | 63.05 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 41 | 0.80 | 0 | 0.82 | 0.08 | 118.13 | 0.82 | 0.54 |
| Hex | 2F | EA | 29 | 50 | 0 | 52 | 8 | 76 | 52 | 36 |
| Octal | 57 | 352 | 51 | 120 | 0 | 122 | 10 | 166 | 122 | 66 |
| Binary | 101111 | 11101010 | 101001 | 1010000 | 0 | 1010010 | 1000 | 1110110 | 1010010 | 110110 |
Color Harmonies of #2FEA29
Complementary color
Monochromatic Colors of #2FEA29
Black with #2FEA29
Text Example
Text Example
White with #2FEA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA29; }
p { color: rgb(47,234,41); }
H1.HeaderClassName
{
color: #2FEA29;
}
.AnyTagClassName
{
color: #2FEA29;
}
</style>
background-color css
<style>
a { background-color: #2FEA29; }
a { background-color: rgb(47,234,41); }
div.DivClassName
{
background-color: #2FEA29;
}
.BgClassName
{
background-color: #2FEA29;
}
</style>
border-color css
<style>
span { border-color: #2FEA29; }
span { border-color: rgb(47,234,41); }
td.TdClassName
{
border-color: #2FEA29;
}
.TagClassName
{
border-color: #2FEA29;
}
</style>