Shades of Lime Green #2FBA49
Tints of Lime Green #2FBA49
RGB
CMYK
RGB Variations
Color information
#2FBA49 (or 0x2FBA49) is known color: Lime Green. HEX triplet: 2F, BA and 49. RGB value is (47,186,73). Sum of RGB (Red+Green+Blue) = 47+186+73=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA49 is #D045B6. Grayscale: #838383. Windows color (decimal): -13649335 or 4831791. OLE color: 4831791.
HSL color Cylindrical-coordinate representation of color #2FBA49: hue angle of 131.22º 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 #2FBA49 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 73 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.27 |
| HSL | 131.22º | 0.6% | 0.46% | - |
| HSV(B) | 131.22º | 0.75% | 0.73% | - |
| XYZ | 19.93 | 36.2 | 12.24 | - |
| YUV | 131.56 | 94.95 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 73 | 0.75 | 0 | 0.61 | 0.27 | 131.22 | 0.6 | 0.46 |
| Hex | 2F | BA | 49 | 4B | 0 | 3D | 1B | 83 | 3C | 2E |
| Octal | 57 | 272 | 111 | 113 | 0 | 75 | 33 | 203 | 74 | 56 |
| Binary | 101111 | 10111010 | 1001001 | 1001011 | 0 | 111101 | 11011 | 10000011 | 111100 | 101110 |
Color Harmonies of #2FBA49
Complementary color
Monochromatic Colors of #2FBA49
Black with #2FBA49
Text Example
Text Example
White with #2FBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA49; }
p { color: rgb(47,186,73); }
H1.HeaderClassName
{
color: #2FBA49;
}
.AnyTagClassName
{
color: #2FBA49;
}
</style>
background-color css
<style>
a { background-color: #2FBA49; }
a { background-color: rgb(47,186,73); }
div.DivClassName
{
background-color: #2FBA49;
}
.BgClassName
{
background-color: #2FBA49;
}
</style>
border-color css
<style>
span { border-color: #2FBA49; }
span { border-color: rgb(47,186,73); }
td.TdClassName
{
border-color: #2FBA49;
}
.TagClassName
{
border-color: #2FBA49;
}
</style>