Shades of Lime Green #2FBC4C
Tints of Lime Green #2FBC4C
RGB
CMYK
RGB Variations
Color information
#2FBC4C (or 0x2FBC4C) is known color: Lime Green. HEX triplet: 2F, BC and 4C. RGB value is (47,188,76). Sum of RGB (Red+Green+Blue) = 47+188+76=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC4C is #D043B3. Grayscale: #858585. Windows color (decimal): -13648820 or 5028911. OLE color: 5028911.
HSL color Cylindrical-coordinate representation of color #2FBC4C: hue angle of 132.34º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC4C is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 76 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.26 |
| HSL | 132.34º | 0.6% | 0.46% | - |
| HSV(B) | 132.34º | 0.75% | 0.74% | - |
| XYZ | 20.46 | 37.09 | 12.92 | - |
| YUV | 133.07 | 95.79 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 76 | 0.75 | 0 | 0.60 | 0.26 | 132.34 | 0.6 | 0.46 |
| Hex | 2F | BC | 4C | 4B | 0 | 3C | 1A | 84 | 3C | 2E |
| Octal | 57 | 274 | 114 | 113 | 0 | 74 | 32 | 204 | 74 | 56 |
| Binary | 101111 | 10111100 | 1001100 | 1001011 | 0 | 111100 | 11010 | 10000100 | 111100 | 101110 |
Color Harmonies of #2FBC4C
Complementary color
Monochromatic Colors of #2FBC4C
Black with #2FBC4C
Text Example
Text Example
White with #2FBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC4C; }
p { color: rgb(47,188,76); }
H1.HeaderClassName
{
color: #2FBC4C;
}
.AnyTagClassName
{
color: #2FBC4C;
}
</style>
background-color css
<style>
a { background-color: #2FBC4C; }
a { background-color: rgb(47,188,76); }
div.DivClassName
{
background-color: #2FBC4C;
}
.BgClassName
{
background-color: #2FBC4C;
}
</style>
border-color css
<style>
span { border-color: #2FBC4C; }
span { border-color: rgb(47,188,76); }
td.TdClassName
{
border-color: #2FBC4C;
}
.TagClassName
{
border-color: #2FBC4C;
}
</style>