Shades of Lime Green #2FB127
Tints of Lime Green #2FB127
RGB
CMYK
RGB Variations
Color information
#2FB127 (or 0x2FB127) is known color: Lime Green. HEX triplet: 2F, B1 and 27. RGB value is (47,177,39). Sum of RGB (Red+Green+Blue) = 47+177+39=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 177 (69.53% from 255 or 67.30% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB127 is #D04ED8. Grayscale: #7A7A7A. Windows color (decimal): -13651673 or 2601263. OLE color: 2601263.
HSL color Cylindrical-coordinate representation of color #2FB127: hue angle of 116.52º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FB127 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 39 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.31 |
| HSL | 116.52º | 0.64% | 0.42% | - |
| HSV(B) | 116.52º | 0.78% | 0.69% | - |
| XYZ | 17.26 | 32.2 | 7.22 | - |
| YUV | 122.4 | 80.93 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 39 | 0.73 | 0 | 0.78 | 0.31 | 116.52 | 0.64 | 0.42 |
| Hex | 2F | B1 | 27 | 49 | 0 | 4E | 1F | 75 | 40 | 2A |
| Octal | 57 | 261 | 47 | 111 | 0 | 116 | 37 | 165 | 100 | 52 |
| Binary | 101111 | 10110001 | 100111 | 1001001 | 0 | 1001110 | 11111 | 1110101 | 1000000 | 101010 |
Color Harmonies of #2FB127
Complementary color
Monochromatic Colors of #2FB127
Black with #2FB127
Text Example
Text Example
White with #2FB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB127; }
p { color: rgb(47,177,39); }
H1.HeaderClassName
{
color: #2FB127;
}
.AnyTagClassName
{
color: #2FB127;
}
</style>
background-color css
<style>
a { background-color: #2FB127; }
a { background-color: rgb(47,177,39); }
div.DivClassName
{
background-color: #2FB127;
}
.BgClassName
{
background-color: #2FB127;
}
</style>
border-color css
<style>
span { border-color: #2FB127; }
span { border-color: rgb(47,177,39); }
td.TdClassName
{
border-color: #2FB127;
}
.TagClassName
{
border-color: #2FB127;
}
</style>