Shades of Lime Green #2FEE29
Tints of Lime Green #2FEE29
RGB
CMYK
RGB Variations
Color information
#2FEE29 (or 0x2FEE29) is known color: Lime Green. HEX triplet: 2F, EE and 29. RGB value is (47,238,41). Sum of RGB (Red+Green+Blue) = 47+238+41=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 238 (93.36% from 255 or 73.01% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEE29 is #D011D6. Grayscale: #9F9F9F. Windows color (decimal): -13636055 or 2747951. OLE color: 2747951.
HSL color Cylindrical-coordinate representation of color #2FEE29: hue angle of 118.17º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FEE29 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 41 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.07 |
| HSL | 118.17º | 0.85% | 0.55% | - |
| HSV(B) | 118.17º | 0.83% | 0.93% | - |
| XYZ | 32.15 | 61.91 | 12.35 | - |
| YUV | 158.43 | 61.72 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 41 | 0.80 | 0 | 0.83 | 0.07 | 118.17 | 0.85 | 0.55 |
| Hex | 2F | EE | 29 | 50 | 0 | 53 | 7 | 76 | 55 | 37 |
| Octal | 57 | 356 | 51 | 120 | 0 | 123 | 7 | 166 | 125 | 67 |
| Binary | 101111 | 11101110 | 101001 | 1010000 | 0 | 1010011 | 111 | 1110110 | 1010101 | 110111 |
Color Harmonies of #2FEE29
Complementary color
Monochromatic Colors of #2FEE29
Black with #2FEE29
Text Example
Text Example
White with #2FEE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE29; }
p { color: rgb(47,238,41); }
H1.HeaderClassName
{
color: #2FEE29;
}
.AnyTagClassName
{
color: #2FEE29;
}
</style>
background-color css
<style>
a { background-color: #2FEE29; }
a { background-color: rgb(47,238,41); }
div.DivClassName
{
background-color: #2FEE29;
}
.BgClassName
{
background-color: #2FEE29;
}
</style>
border-color css
<style>
span { border-color: #2FEE29; }
span { border-color: rgb(47,238,41); }
td.TdClassName
{
border-color: #2FEE29;
}
.TagClassName
{
border-color: #2FEE29;
}
</style>