Shades of Lime Green #2FEB47
Tints of Lime Green #2FEB47
RGB
CMYK
RGB Variations
Color information
#2FEB47 (or 0x2FEB47) is known color: Lime Green. HEX triplet: 2F, EB and 47. RGB value is (47,235,71). Sum of RGB (Red+Green+Blue) = 47+235+71=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 235 (92.19% from 255 or 66.57% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEB47 is #D014B8. Grayscale: #A0A0A0. Windows color (decimal): -13636793 or 4713263. OLE color: 4713263.
HSL color Cylindrical-coordinate representation of color #2FEB47: hue angle of 127.66º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB47 is Cyan = 0.8, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 71 | - |
| CMYK | 0.8 | 0 | 0.70 | 0.08 |
| HSL | 127.66º | 0.82% | 0.55% | - |
| HSV(B) | 127.66º | 0.8% | 0.92% | - |
| XYZ | 32.02 | 60.48 | 15.95 | - |
| YUV | 160.09 | 77.72 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 71 | 0.8 | 0 | 0.70 | 0.08 | 127.66 | 0.82 | 0.55 |
| Hex | 2F | EB | 47 | 50 | 0 | 46 | 8 | 80 | 52 | 37 |
| Octal | 57 | 353 | 107 | 120 | 0 | 106 | 10 | 200 | 122 | 67 |
| Binary | 101111 | 11101011 | 1000111 | 1010000 | 0 | 1000110 | 1000 | 10000000 | 1010010 | 110111 |
Color Harmonies of #2FEB47
Complementary color
Monochromatic Colors of #2FEB47
Black with #2FEB47
Text Example
Text Example
White with #2FEB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB47; }
p { color: rgb(47,235,71); }
H1.HeaderClassName
{
color: #2FEB47;
}
.AnyTagClassName
{
color: #2FEB47;
}
</style>
background-color css
<style>
a { background-color: #2FEB47; }
a { background-color: rgb(47,235,71); }
div.DivClassName
{
background-color: #2FEB47;
}
.BgClassName
{
background-color: #2FEB47;
}
</style>
border-color css
<style>
span { border-color: #2FEB47; }
span { border-color: rgb(47,235,71); }
td.TdClassName
{
border-color: #2FEB47;
}
.TagClassName
{
border-color: #2FEB47;
}
</style>