Shades of Lime Green #2FE047
Tints of Lime Green #2FE047
RGB
CMYK
RGB Variations
Color information
#2FE047 (or 0x2FE047) is known color: Lime Green. HEX triplet: 2F, E0 and 47. RGB value is (47,224,71). Sum of RGB (Red+Green+Blue) = 47+224+71=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 224 (87.89% from 255 or 65.50% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE047 is #D01FB8. Grayscale: #9A9A9A. Windows color (decimal): -13639609 or 4710447. OLE color: 4710447.
HSL color Cylindrical-coordinate representation of color #2FE047: hue angle of 128.14º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE047 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 71 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.12 |
| HSL | 128.14º | 0.74% | 0.53% | - |
| HSV(B) | 128.14º | 0.79% | 0.88% | - |
| XYZ | 28.97 | 54.37 | 14.93 | - |
| YUV | 153.64 | 81.36 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 71 | 0.79 | 0 | 0.68 | 0.12 | 128.14 | 0.74 | 0.53 |
| Hex | 2F | E0 | 47 | 4F | 0 | 44 | C | 80 | 4A | 35 |
| Octal | 57 | 340 | 107 | 117 | 0 | 104 | 14 | 200 | 112 | 65 |
| Binary | 101111 | 11100000 | 1000111 | 1001111 | 0 | 1000100 | 1100 | 10000000 | 1001010 | 110101 |
Color Harmonies of #2FE047
Complementary color
Monochromatic Colors of #2FE047
Black with #2FE047
Text Example
Text Example
White with #2FE047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE047; }
p { color: rgb(47,224,71); }
H1.HeaderClassName
{
color: #2FE047;
}
.AnyTagClassName
{
color: #2FE047;
}
</style>
background-color css
<style>
a { background-color: #2FE047; }
a { background-color: rgb(47,224,71); }
div.DivClassName
{
background-color: #2FE047;
}
.BgClassName
{
background-color: #2FE047;
}
</style>
border-color css
<style>
span { border-color: #2FE047; }
span { border-color: rgb(47,224,71); }
td.TdClassName
{
border-color: #2FE047;
}
.TagClassName
{
border-color: #2FE047;
}
</style>