Shades of Lime Green #2FB949
Tints of Lime Green #2FB949
RGB
CMYK
RGB Variations
Color information
#2FB949 (or 0x2FB949) is known color: Lime Green. HEX triplet: 2F, B9 and 49. RGB value is (47,185,73). Sum of RGB (Red+Green+Blue) = 47+185+73=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 185 (72.66% from 255 or 60.66% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB949 is #D046B6. Grayscale: #838383. Windows color (decimal): -13649591 or 4831535. OLE color: 4831535.
HSL color Cylindrical-coordinate representation of color #2FB949: hue angle of 131.3º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB949 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 73 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.27 |
| HSL | 131.3º | 0.59% | 0.45% | - |
| HSV(B) | 131.3º | 0.75% | 0.73% | - |
| XYZ | 19.72 | 35.78 | 12.17 | - |
| YUV | 130.97 | 95.28 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 73 | 0.75 | 0 | 0.61 | 0.27 | 131.3 | 0.59 | 0.45 |
| Hex | 2F | B9 | 49 | 4B | 0 | 3D | 1B | 83 | 3B | 2D |
| Octal | 57 | 271 | 111 | 113 | 0 | 75 | 33 | 203 | 73 | 55 |
| Binary | 101111 | 10111001 | 1001001 | 1001011 | 0 | 111101 | 11011 | 10000011 | 111011 | 101101 |
Color Harmonies of #2FB949
Complementary color
Monochromatic Colors of #2FB949
Black with #2FB949
Text Example
Text Example
White with #2FB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB949; }
p { color: rgb(47,185,73); }
H1.HeaderClassName
{
color: #2FB949;
}
.AnyTagClassName
{
color: #2FB949;
}
</style>
background-color css
<style>
a { background-color: #2FB949; }
a { background-color: rgb(47,185,73); }
div.DivClassName
{
background-color: #2FB949;
}
.BgClassName
{
background-color: #2FB949;
}
</style>
border-color css
<style>
span { border-color: #2FB949; }
span { border-color: rgb(47,185,73); }
td.TdClassName
{
border-color: #2FB949;
}
.TagClassName
{
border-color: #2FB949;
}
</style>