Shades of Lime Green #2FEC47
Tints of Lime Green #2FEC47
RGB
CMYK
RGB Variations
Color information
#2FEC47 (or 0x2FEC47) is known color: Lime Green. HEX triplet: 2F, EC and 47. RGB value is (47,236,71). Sum of RGB (Red+Green+Blue) = 47+236+71=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 236 (92.58% from 255 or 66.67% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEC47 is #D013B8. Grayscale: #A1A1A1. Windows color (decimal): -13636537 or 4713519. OLE color: 4713519.
HSL color Cylindrical-coordinate representation of color #2FEC47: hue angle of 127.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEC47 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 71 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.07 |
| HSL | 127.62º | 0.83% | 0.55% | - |
| HSV(B) | 127.62º | 0.8% | 0.93% | - |
| XYZ | 32.31 | 61.05 | 16.04 | - |
| YUV | 160.68 | 77.38 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 71 | 0.80 | 0 | 0.70 | 0.07 | 127.62 | 0.83 | 0.55 |
| Hex | 2F | EC | 47 | 50 | 0 | 46 | 7 | 80 | 53 | 37 |
| Octal | 57 | 354 | 107 | 120 | 0 | 106 | 7 | 200 | 123 | 67 |
| Binary | 101111 | 11101100 | 1000111 | 1010000 | 0 | 1000110 | 111 | 10000000 | 1010011 | 110111 |
Color Harmonies of #2FEC47
Complementary color
Monochromatic Colors of #2FEC47
Black with #2FEC47
Text Example
Text Example
White with #2FEC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC47; }
p { color: rgb(47,236,71); }
H1.HeaderClassName
{
color: #2FEC47;
}
.AnyTagClassName
{
color: #2FEC47;
}
</style>
background-color css
<style>
a { background-color: #2FEC47; }
a { background-color: rgb(47,236,71); }
div.DivClassName
{
background-color: #2FEC47;
}
.BgClassName
{
background-color: #2FEC47;
}
</style>
border-color css
<style>
span { border-color: #2FEC47; }
span { border-color: rgb(47,236,71); }
td.TdClassName
{
border-color: #2FEC47;
}
.TagClassName
{
border-color: #2FEC47;
}
</style>