Shades of Lime Green #2FBB49
Tints of Lime Green #2FBB49
RGB
CMYK
RGB Variations
Color information
#2FBB49 (or 0x2FBB49) is known color: Lime Green. HEX triplet: 2F, BB and 49. RGB value is (47,187,73). Sum of RGB (Red+Green+Blue) = 47+187+73=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 187 (73.44% from 255 or 60.91% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBB49 is #D044B6. Grayscale: #848484. Windows color (decimal): -13649079 or 4832047. OLE color: 4832047.
HSL color Cylindrical-coordinate representation of color #2FBB49: hue angle of 131.14º 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 #2FBB49 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 187 | 73 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.27 |
| HSL | 131.14º | 0.6% | 0.46% | - |
| HSV(B) | 131.14º | 0.75% | 0.73% | - |
| XYZ | 20.15 | 36.63 | 12.31 | - |
| YUV | 132.14 | 94.62 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 187 | 73 | 0.75 | 0 | 0.61 | 0.27 | 131.14 | 0.6 | 0.46 |
| Hex | 2F | BB | 49 | 4B | 0 | 3D | 1B | 83 | 3C | 2E |
| Octal | 57 | 273 | 111 | 113 | 0 | 75 | 33 | 203 | 74 | 56 |
| Binary | 101111 | 10111011 | 1001001 | 1001011 | 0 | 111101 | 11011 | 10000011 | 111100 | 101110 |
Color Harmonies of #2FBB49
Complementary color
Monochromatic Colors of #2FBB49
Black with #2FBB49
Text Example
Text Example
White with #2FBB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBB49; }
p { color: rgb(47,187,73); }
H1.HeaderClassName
{
color: #2FBB49;
}
.AnyTagClassName
{
color: #2FBB49;
}
</style>
background-color css
<style>
a { background-color: #2FBB49; }
a { background-color: rgb(47,187,73); }
div.DivClassName
{
background-color: #2FBB49;
}
.BgClassName
{
background-color: #2FBB49;
}
</style>
border-color css
<style>
span { border-color: #2FBB49; }
span { border-color: rgb(47,187,73); }
td.TdClassName
{
border-color: #2FBB49;
}
.TagClassName
{
border-color: #2FBB49;
}
</style>