Shades of Lime Green #2FE147
Tints of Lime Green #2FE147
RGB
CMYK
RGB Variations
Color information
#2FE147 (or 0x2FE147) is known color: Lime Green. HEX triplet: 2F, E1 and 47. RGB value is (47,225,71). Sum of RGB (Red+Green+Blue) = 47+225+71=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 225 (88.28% from 255 or 65.60% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE147 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE147 is #D01EB8. Grayscale: #9A9A9A. Windows color (decimal): -13639353 or 4710703. OLE color: 4710703.
HSL color Cylindrical-coordinate representation of color #2FE147: hue angle of 128.09º degrees, saturation: 0.75, 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 #2FE147 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 71 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.12 |
| HSL | 128.09º | 0.75% | 0.53% | - |
| HSV(B) | 128.09º | 0.79% | 0.88% | - |
| XYZ | 29.23 | 54.91 | 15.02 | - |
| YUV | 154.22 | 81.03 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 71 | 0.79 | 0 | 0.68 | 0.12 | 128.09 | 0.75 | 0.53 |
| Hex | 2F | E1 | 47 | 4F | 0 | 44 | C | 80 | 4B | 35 |
| Octal | 57 | 341 | 107 | 117 | 0 | 104 | 14 | 200 | 113 | 65 |
| Binary | 101111 | 11100001 | 1000111 | 1001111 | 0 | 1000100 | 1100 | 10000000 | 1001011 | 110101 |
Color Harmonies of #2FE147
Complementary color
Monochromatic Colors of #2FE147
Black with #2FE147
Text Example
Text Example
White with #2FE147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE147; }
p { color: rgb(47,225,71); }
H1.HeaderClassName
{
color: #2FE147;
}
.AnyTagClassName
{
color: #2FE147;
}
</style>
background-color css
<style>
a { background-color: #2FE147; }
a { background-color: rgb(47,225,71); }
div.DivClassName
{
background-color: #2FE147;
}
.BgClassName
{
background-color: #2FE147;
}
</style>
border-color css
<style>
span { border-color: #2FE147; }
span { border-color: rgb(47,225,71); }
td.TdClassName
{
border-color: #2FE147;
}
.TagClassName
{
border-color: #2FE147;
}
</style>