Shades of Lime Green #2FBA47
Tints of Lime Green #2FBA47
RGB
CMYK
RGB Variations
Color information
#2FBA47 (or 0x2FBA47) is known color: Lime Green. HEX triplet: 2F, BA and 47. RGB value is (47,186,71). Sum of RGB (Red+Green+Blue) = 47+186+71=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA47 is #D045B8. Grayscale: #838383. Windows color (decimal): -13649337 or 4700719. OLE color: 4700719.
HSL color Cylindrical-coordinate representation of color #2FBA47: hue angle of 130.36º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA47 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 71 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.27 |
| HSL | 130.36º | 0.6% | 0.46% | - |
| HSV(B) | 130.36º | 0.75% | 0.73% | - |
| XYZ | 19.87 | 36.18 | 11.9 | - |
| YUV | 131.33 | 93.95 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 71 | 0.75 | 0 | 0.62 | 0.27 | 130.36 | 0.6 | 0.46 |
| Hex | 2F | BA | 47 | 4B | 0 | 3E | 1B | 82 | 3C | 2E |
| Octal | 57 | 272 | 107 | 113 | 0 | 76 | 33 | 202 | 74 | 56 |
| Binary | 101111 | 10111010 | 1000111 | 1001011 | 0 | 111110 | 11011 | 10000010 | 111100 | 101110 |
Color Harmonies of #2FBA47
Complementary color
Monochromatic Colors of #2FBA47
Black with #2FBA47
Text Example
Text Example
White with #2FBA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA47; }
p { color: rgb(47,186,71); }
H1.HeaderClassName
{
color: #2FBA47;
}
.AnyTagClassName
{
color: #2FBA47;
}
</style>
background-color css
<style>
a { background-color: #2FBA47; }
a { background-color: rgb(47,186,71); }
div.DivClassName
{
background-color: #2FBA47;
}
.BgClassName
{
background-color: #2FBA47;
}
</style>
border-color css
<style>
span { border-color: #2FBA47; }
span { border-color: rgb(47,186,71); }
td.TdClassName
{
border-color: #2FBA47;
}
.TagClassName
{
border-color: #2FBA47;
}
</style>