Shades of Lime Green #2FEB49
Tints of Lime Green #2FEB49
RGB
CMYK
RGB Variations
Color information
#2FEB49 (or 0x2FEB49) is known color: Lime Green. HEX triplet: 2F, EB and 49. RGB value is (47,235,73). Sum of RGB (Red+Green+Blue) = 47+235+73=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 235 (92.19% from 255 or 66.20% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEB49 is #D014B6. Grayscale: #A0A0A0. Windows color (decimal): -13636791 or 4844335. OLE color: 4844335.
HSL color Cylindrical-coordinate representation of color #2FEB49: hue angle of 128.3º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB49 is Cyan = 0.8, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 73 | - |
| CMYK | 0.8 | 0 | 0.69 | 0.08 |
| HSL | 128.3º | 0.82% | 0.55% | - |
| HSV(B) | 128.3º | 0.8% | 0.92% | - |
| XYZ | 32.08 | 60.5 | 16.29 | - |
| YUV | 160.32 | 78.72 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 73 | 0.8 | 0 | 0.69 | 0.08 | 128.3 | 0.82 | 0.55 |
| Hex | 2F | EB | 49 | 50 | 0 | 45 | 8 | 80 | 52 | 37 |
| Octal | 57 | 353 | 111 | 120 | 0 | 105 | 10 | 200 | 122 | 67 |
| Binary | 101111 | 11101011 | 1001001 | 1010000 | 0 | 1000101 | 1000 | 10000000 | 1010010 | 110111 |
Color Harmonies of #2FEB49
Complementary color
Monochromatic Colors of #2FEB49
Black with #2FEB49
Text Example
Text Example
White with #2FEB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB49; }
p { color: rgb(47,235,73); }
H1.HeaderClassName
{
color: #2FEB49;
}
.AnyTagClassName
{
color: #2FEB49;
}
</style>
background-color css
<style>
a { background-color: #2FEB49; }
a { background-color: rgb(47,235,73); }
div.DivClassName
{
background-color: #2FEB49;
}
.BgClassName
{
background-color: #2FEB49;
}
</style>
border-color css
<style>
span { border-color: #2FEB49; }
span { border-color: rgb(47,235,73); }
td.TdClassName
{
border-color: #2FEB49;
}
.TagClassName
{
border-color: #2FEB49;
}
</style>