Shades of Lime Green #2FE547
Tints of Lime Green #2FE547
RGB
CMYK
RGB Variations
Color information
#2FE547 (or 0x2FE547) is known color: Lime Green. HEX triplet: 2F, E5 and 47. RGB value is (47,229,71). Sum of RGB (Red+Green+Blue) = 47+229+71=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 229 (89.84% from 255 or 65.99% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE547 is #D01AB8. Grayscale: #9D9D9D. Windows color (decimal): -13638329 or 4711727. OLE color: 4711727.
HSL color Cylindrical-coordinate representation of color #2FE547: hue angle of 127.91º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE547 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 71 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.10 |
| HSL | 127.91º | 0.78% | 0.54% | - |
| HSV(B) | 127.91º | 0.79% | 0.9% | - |
| XYZ | 30.33 | 57.1 | 15.38 | - |
| YUV | 156.57 | 79.7 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 71 | 0.79 | 0 | 0.69 | 0.10 | 127.91 | 0.78 | 0.54 |
| Hex | 2F | E5 | 47 | 4F | 0 | 45 | A | 80 | 4E | 36 |
| Octal | 57 | 345 | 107 | 117 | 0 | 105 | 12 | 200 | 116 | 66 |
| Binary | 101111 | 11100101 | 1000111 | 1001111 | 0 | 1000101 | 1010 | 10000000 | 1001110 | 110110 |
Color Harmonies of #2FE547
Complementary color
Monochromatic Colors of #2FE547
Black with #2FE547
Text Example
Text Example
White with #2FE547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE547; }
p { color: rgb(47,229,71); }
H1.HeaderClassName
{
color: #2FE547;
}
.AnyTagClassName
{
color: #2FE547;
}
</style>
background-color css
<style>
a { background-color: #2FE547; }
a { background-color: rgb(47,229,71); }
div.DivClassName
{
background-color: #2FE547;
}
.BgClassName
{
background-color: #2FE547;
}
</style>
border-color css
<style>
span { border-color: #2FE547; }
span { border-color: rgb(47,229,71); }
td.TdClassName
{
border-color: #2FE547;
}
.TagClassName
{
border-color: #2FE547;
}
</style>