Shades of Lime Green #2FB137
Tints of Lime Green #2FB137
RGB
CMYK
RGB Variations
Color information
#2FB137 (or 0x2FB137) is known color: Lime Green. HEX triplet: 2F, B1 and 37. RGB value is (47,177,55). Sum of RGB (Red+Green+Blue) = 47+177+55=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 177 (69.53% from 255 or 63.44% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB137 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB137 is #D04EC8. Grayscale: #7C7C7C. Windows color (decimal): -13651657 or 3649839. OLE color: 3649839.
HSL color Cylindrical-coordinate representation of color #2FB137: hue angle of 123.69º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB137 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 55 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.31 |
| HSL | 123.69º | 0.58% | 0.44% | - |
| HSV(B) | 123.69º | 0.73% | 0.69% | - |
| XYZ | 17.58 | 32.32 | 8.93 | - |
| YUV | 124.22 | 88.93 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 55 | 0.73 | 0 | 0.69 | 0.31 | 123.69 | 0.58 | 0.44 |
| Hex | 2F | B1 | 37 | 49 | 0 | 45 | 1F | 7C | 3A | 2C |
| Octal | 57 | 261 | 67 | 111 | 0 | 105 | 37 | 174 | 72 | 54 |
| Binary | 101111 | 10110001 | 110111 | 1001001 | 0 | 1000101 | 11111 | 1111100 | 111010 | 101100 |
Color Harmonies of #2FB137
Complementary color
Monochromatic Colors of #2FB137
Black with #2FB137
Text Example
Text Example
White with #2FB137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB137; }
p { color: rgb(47,177,55); }
H1.HeaderClassName
{
color: #2FB137;
}
.AnyTagClassName
{
color: #2FB137;
}
</style>
background-color css
<style>
a { background-color: #2FB137; }
a { background-color: rgb(47,177,55); }
div.DivClassName
{
background-color: #2FB137;
}
.BgClassName
{
background-color: #2FB137;
}
</style>
border-color css
<style>
span { border-color: #2FB137; }
span { border-color: rgb(47,177,55); }
td.TdClassName
{
border-color: #2FB137;
}
.TagClassName
{
border-color: #2FB137;
}
</style>