Shades of Lime Green #2FE347
Tints of Lime Green #2FE347
RGB
CMYK
RGB Variations
Color information
#2FE347 (or 0x2FE347) is known color: Lime Green. HEX triplet: 2F, E3 and 47. RGB value is (47,227,71). Sum of RGB (Red+Green+Blue) = 47+227+71=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 227 (89.06% from 255 or 65.80% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE347 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE347 is #D01CB8. Grayscale: #9B9B9B. Windows color (decimal): -13638841 or 4711215. OLE color: 4711215.
HSL color Cylindrical-coordinate representation of color #2FE347: hue angle of 128º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE347 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 227 | 71 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.11 |
| HSL | 128º | 0.76% | 0.54% | - |
| HSV(B) | 128º | 0.79% | 0.89% | - |
| XYZ | 29.78 | 56 | 15.2 | - |
| YUV | 155.4 | 80.37 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 227 | 71 | 0.79 | 0 | 0.69 | 0.11 | 128 | 0.76 | 0.54 |
| Hex | 2F | E3 | 47 | 4F | 0 | 45 | B | 80 | 4C | 36 |
| Octal | 57 | 343 | 107 | 117 | 0 | 105 | 13 | 200 | 114 | 66 |
| Binary | 101111 | 11100011 | 1000111 | 1001111 | 0 | 1000101 | 1011 | 10000000 | 1001100 | 110110 |
Color Harmonies of #2FE347
Complementary color
Monochromatic Colors of #2FE347
Black with #2FE347
Text Example
Text Example
White with #2FE347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE347; }
p { color: rgb(47,227,71); }
H1.HeaderClassName
{
color: #2FE347;
}
.AnyTagClassName
{
color: #2FE347;
}
</style>
background-color css
<style>
a { background-color: #2FE347; }
a { background-color: rgb(47,227,71); }
div.DivClassName
{
background-color: #2FE347;
}
.BgClassName
{
background-color: #2FE347;
}
</style>
border-color css
<style>
span { border-color: #2FE347; }
span { border-color: rgb(47,227,71); }
td.TdClassName
{
border-color: #2FE347;
}
.TagClassName
{
border-color: #2FE347;
}
</style>