Shades of Lime Green #2FB140
Tints of Lime Green #2FB140
RGB
CMYK
RGB Variations
Color information
#2FB140 (or 0x2FB140) is known color: Lime Green. HEX triplet: 2F, B1 and 40. RGB value is (47,177,64). Sum of RGB (Red+Green+Blue) = 47+177+64=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 177 (69.53% from 255 or 61.46% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB140 is #D04EBF. Grayscale: #7D7D7D. Windows color (decimal): -13651648 or 4239663. OLE color: 4239663.
HSL color Cylindrical-coordinate representation of color #2FB140: hue angle of 127.85º 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 #2FB140 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 64 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.31 |
| HSL | 127.85º | 0.58% | 0.44% | - |
| HSV(B) | 127.85º | 0.73% | 0.69% | - |
| XYZ | 17.82 | 32.42 | 10.17 | - |
| YUV | 125.25 | 93.43 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 64 | 0.73 | 0 | 0.64 | 0.31 | 127.85 | 0.58 | 0.44 |
| Hex | 2F | B1 | 40 | 49 | 0 | 40 | 1F | 80 | 3A | 2C |
| Octal | 57 | 261 | 100 | 111 | 0 | 100 | 37 | 200 | 72 | 54 |
| Binary | 101111 | 10110001 | 1000000 | 1001001 | 0 | 1000000 | 11111 | 10000000 | 111010 | 101100 |
Color Harmonies of #2FB140
Complementary color
Monochromatic Colors of #2FB140
Black with #2FB140
Text Example
Text Example
White with #2FB140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB140; }
p { color: rgb(47,177,64); }
H1.HeaderClassName
{
color: #2FB140;
}
.AnyTagClassName
{
color: #2FB140;
}
</style>
background-color css
<style>
a { background-color: #2FB140; }
a { background-color: rgb(47,177,64); }
div.DivClassName
{
background-color: #2FB140;
}
.BgClassName
{
background-color: #2FB140;
}
</style>
border-color css
<style>
span { border-color: #2FB140; }
span { border-color: rgb(47,177,64); }
td.TdClassName
{
border-color: #2FB140;
}
.TagClassName
{
border-color: #2FB140;
}
</style>