Shades of Lime Green #2FB747
Tints of Lime Green #2FB747
RGB
CMYK
RGB Variations
Color information
#2FB747 (or 0x2FB747) is known color: Lime Green. HEX triplet: 2F, B7 and 47. RGB value is (47,183,71). Sum of RGB (Red+Green+Blue) = 47+183+71=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 183 (71.88% from 255 or 60.80% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB747 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB747 is #D048B8. Grayscale: #818181. Windows color (decimal): -13650105 or 4699951. OLE color: 4699951.
HSL color Cylindrical-coordinate representation of color #2FB747: hue angle of 130.59º 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 #2FB747 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 71 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.28 |
| HSL | 130.59º | 0.59% | 0.45% | - |
| HSV(B) | 130.59º | 0.74% | 0.72% | - |
| XYZ | 19.24 | 34.93 | 11.69 | - |
| YUV | 129.57 | 94.94 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 71 | 0.74 | 0 | 0.61 | 0.28 | 130.59 | 0.59 | 0.45 |
| Hex | 2F | B7 | 47 | 4A | 0 | 3D | 1C | 83 | 3B | 2D |
| Octal | 57 | 267 | 107 | 112 | 0 | 75 | 34 | 203 | 73 | 55 |
| Binary | 101111 | 10110111 | 1000111 | 1001010 | 0 | 111101 | 11100 | 10000011 | 111011 | 101101 |
Color Harmonies of #2FB747
Complementary color
Monochromatic Colors of #2FB747
Black with #2FB747
Text Example
Text Example
White with #2FB747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB747; }
p { color: rgb(47,183,71); }
H1.HeaderClassName
{
color: #2FB747;
}
.AnyTagClassName
{
color: #2FB747;
}
</style>
background-color css
<style>
a { background-color: #2FB747; }
a { background-color: rgb(47,183,71); }
div.DivClassName
{
background-color: #2FB747;
}
.BgClassName
{
background-color: #2FB747;
}
</style>
border-color css
<style>
span { border-color: #2FB747; }
span { border-color: rgb(47,183,71); }
td.TdClassName
{
border-color: #2FB747;
}
.TagClassName
{
border-color: #2FB747;
}
</style>