Shades of Lime Green #2FE046
Tints of Lime Green #2FE046
RGB
CMYK
RGB Variations
Color information
#2FE046 (or 0x2FE046) is known color: Lime Green. HEX triplet: 2F, E0 and 46. RGB value is (47,224,70). Sum of RGB (Red+Green+Blue) = 47+224+70=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 224 (87.89% from 255 or 65.69% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE046 is #D01FB9. Grayscale: #999999. Windows color (decimal): -13639610 or 4644911. OLE color: 4644911.
HSL color Cylindrical-coordinate representation of color #2FE046: hue angle of 127.8º 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 #2FE046 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 70 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.12 |
| HSL | 127.8º | 0.74% | 0.53% | - |
| HSV(B) | 127.8º | 0.79% | 0.88% | - |
| XYZ | 28.93 | 54.36 | 14.76 | - |
| YUV | 153.52 | 80.86 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 70 | 0.79 | 0 | 0.69 | 0.12 | 127.8 | 0.74 | 0.53 |
| Hex | 2F | E0 | 46 | 4F | 0 | 45 | C | 80 | 4A | 35 |
| Octal | 57 | 340 | 106 | 117 | 0 | 105 | 14 | 200 | 112 | 65 |
| Binary | 101111 | 11100000 | 1000110 | 1001111 | 0 | 1000101 | 1100 | 10000000 | 1001010 | 110101 |
Color Harmonies of #2FE046
Complementary color
Monochromatic Colors of #2FE046
Black with #2FE046
Text Example
Text Example
White with #2FE046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE046; }
p { color: rgb(47,224,70); }
H1.HeaderClassName
{
color: #2FE046;
}
.AnyTagClassName
{
color: #2FE046;
}
</style>
background-color css
<style>
a { background-color: #2FE046; }
a { background-color: rgb(47,224,70); }
div.DivClassName
{
background-color: #2FE046;
}
.BgClassName
{
background-color: #2FE046;
}
</style>
border-color css
<style>
span { border-color: #2FE046; }
span { border-color: rgb(47,224,70); }
td.TdClassName
{
border-color: #2FE046;
}
.TagClassName
{
border-color: #2FE046;
}
</style>