Shades of Lime Green #2FB847
Tints of Lime Green #2FB847
RGB
CMYK
RGB Variations
Color information
#2FB847 (or 0x2FB847) is known color: Lime Green. HEX triplet: 2F, B8 and 47. RGB value is (47,184,71). Sum of RGB (Red+Green+Blue) = 47+184+71=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 184 (72.27% from 255 or 60.93% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB847 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB847 is #D047B8. Grayscale: #828282. Windows color (decimal): -13649849 or 4700207. OLE color: 4700207.
HSL color Cylindrical-coordinate representation of color #2FB847: hue angle of 130.51º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB847 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 184 | 71 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.28 |
| HSL | 130.51º | 0.59% | 0.45% | - |
| HSV(B) | 130.51º | 0.74% | 0.72% | - |
| XYZ | 19.45 | 35.34 | 11.76 | - |
| YUV | 130.16 | 94.61 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 184 | 71 | 0.74 | 0 | 0.61 | 0.28 | 130.51 | 0.59 | 0.45 |
| Hex | 2F | B8 | 47 | 4A | 0 | 3D | 1C | 83 | 3B | 2D |
| Octal | 57 | 270 | 107 | 112 | 0 | 75 | 34 | 203 | 73 | 55 |
| Binary | 101111 | 10111000 | 1000111 | 1001010 | 0 | 111101 | 11100 | 10000011 | 111011 | 101101 |
Color Harmonies of #2FB847
Complementary color
Monochromatic Colors of #2FB847
Black with #2FB847
Text Example
Text Example
White with #2FB847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB847; }
p { color: rgb(47,184,71); }
H1.HeaderClassName
{
color: #2FB847;
}
.AnyTagClassName
{
color: #2FB847;
}
</style>
background-color css
<style>
a { background-color: #2FB847; }
a { background-color: rgb(47,184,71); }
div.DivClassName
{
background-color: #2FB847;
}
.BgClassName
{
background-color: #2FB847;
}
</style>
border-color css
<style>
span { border-color: #2FB847; }
span { border-color: rgb(47,184,71); }
td.TdClassName
{
border-color: #2FB847;
}
.TagClassName
{
border-color: #2FB847;
}
</style>