Shades of Lime Green #2FB138
Tints of Lime Green #2FB138
RGB
CMYK
RGB Variations
Color information
#2FB138 (or 0x2FB138) is known color: Lime Green. HEX triplet: 2F, B1 and 38. RGB value is (47,177,56). Sum of RGB (Red+Green+Blue) = 47+177+56=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 177 (69.53% from 255 or 63.21% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB138 is #D04EC7. Grayscale: #7C7C7C. Windows color (decimal): -13651656 or 3715375. OLE color: 3715375.
HSL color Cylindrical-coordinate representation of color #2FB138: hue angle of 124.15º 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 #2FB138 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 56 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.31 |
| HSL | 124.15º | 0.58% | 0.44% | - |
| HSV(B) | 124.15º | 0.73% | 0.69% | - |
| XYZ | 17.61 | 32.33 | 9.05 | - |
| YUV | 124.34 | 89.43 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 56 | 0.73 | 0 | 0.68 | 0.31 | 124.15 | 0.58 | 0.44 |
| Hex | 2F | B1 | 38 | 49 | 0 | 44 | 1F | 7C | 3A | 2C |
| Octal | 57 | 261 | 70 | 111 | 0 | 104 | 37 | 174 | 72 | 54 |
| Binary | 101111 | 10110001 | 111000 | 1001001 | 0 | 1000100 | 11111 | 1111100 | 111010 | 101100 |
Color Harmonies of #2FB138
Complementary color
Monochromatic Colors of #2FB138
Black with #2FB138
Text Example
Text Example
White with #2FB138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB138; }
p { color: rgb(47,177,56); }
H1.HeaderClassName
{
color: #2FB138;
}
.AnyTagClassName
{
color: #2FB138;
}
</style>
background-color css
<style>
a { background-color: #2FB138; }
a { background-color: rgb(47,177,56); }
div.DivClassName
{
background-color: #2FB138;
}
.BgClassName
{
background-color: #2FB138;
}
</style>
border-color css
<style>
span { border-color: #2FB138; }
span { border-color: rgb(47,177,56); }
td.TdClassName
{
border-color: #2FB138;
}
.TagClassName
{
border-color: #2FB138;
}
</style>