Shades of Lime Green #2FC151
Tints of Lime Green #2FC151
RGB
CMYK
RGB Variations
Color information
#2FC151 (or 0x2FC151) is known color: Lime Green. HEX triplet: 2F, C1 and 51. RGB value is (47,193,81). Sum of RGB (Red+Green+Blue) = 47+193+81=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC151 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC151 is #D03EAE. Grayscale: #888888. Windows color (decimal): -13647535 or 5357871. OLE color: 5357871.
HSL color Cylindrical-coordinate representation of color #2FC151: hue angle of 133.97º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC151 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 193 | 81 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.24 |
| HSL | 133.97º | 0.61% | 0.47% | - |
| HSV(B) | 133.97º | 0.76% | 0.76% | - |
| XYZ | 21.73 | 39.34 | 14.23 | - |
| YUV | 136.58 | 96.63 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 193 | 81 | 0.76 | 0 | 0.58 | 0.24 | 133.97 | 0.61 | 0.47 |
| Hex | 2F | C1 | 51 | 4C | 0 | 3A | 18 | 86 | 3D | 2F |
| Octal | 57 | 301 | 121 | 114 | 0 | 72 | 30 | 206 | 75 | 57 |
| Binary | 101111 | 11000001 | 1010001 | 1001100 | 0 | 111010 | 11000 | 10000110 | 111101 | 101111 |
Color Harmonies of #2FC151
Complementary color
Monochromatic Colors of #2FC151
Black with #2FC151
Text Example
Text Example
White with #2FC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC151; }
p { color: rgb(47,193,81); }
H1.HeaderClassName
{
color: #2FC151;
}
.AnyTagClassName
{
color: #2FC151;
}
</style>
background-color css
<style>
a { background-color: #2FC151; }
a { background-color: rgb(47,193,81); }
div.DivClassName
{
background-color: #2FC151;
}
.BgClassName
{
background-color: #2FC151;
}
</style>
border-color css
<style>
span { border-color: #2FC151; }
span { border-color: rgb(47,193,81); }
td.TdClassName
{
border-color: #2FC151;
}
.TagClassName
{
border-color: #2FC151;
}
</style>