Shades of Lime Green #2FBC37
Tints of Lime Green #2FBC37
RGB
CMYK
RGB Variations
Color information
#2FBC37 (or 0x2FBC37) is known color: Lime Green. HEX triplet: 2F, BC and 37. RGB value is (47,188,55). Sum of RGB (Red+Green+Blue) = 47+188+55=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC37 is #D043C8. Grayscale: #838383. Windows color (decimal): -13648841 or 3652655. OLE color: 3652655.
HSL color Cylindrical-coordinate representation of color #2FBC37: hue angle of 123.4º 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 #2FBC37 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 55 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.26 |
| HSL | 123.4º | 0.6% | 0.46% | - |
| HSV(B) | 123.4º | 0.75% | 0.74% | - |
| XYZ | 19.85 | 36.85 | 9.68 | - |
| YUV | 130.68 | 85.29 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 55 | 0.75 | 0 | 0.71 | 0.26 | 123.4 | 0.6 | 0.46 |
| Hex | 2F | BC | 37 | 4B | 0 | 47 | 1A | 7B | 3C | 2E |
| Octal | 57 | 274 | 67 | 113 | 0 | 107 | 32 | 173 | 74 | 56 |
| Binary | 101111 | 10111100 | 110111 | 1001011 | 0 | 1000111 | 11010 | 1111011 | 111100 | 101110 |
Color Harmonies of #2FBC37
Complementary color
Monochromatic Colors of #2FBC37
Black with #2FBC37
Text Example
Text Example
White with #2FBC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC37; }
p { color: rgb(47,188,55); }
H1.HeaderClassName
{
color: #2FBC37;
}
.AnyTagClassName
{
color: #2FBC37;
}
</style>
background-color css
<style>
a { background-color: #2FBC37; }
a { background-color: rgb(47,188,55); }
div.DivClassName
{
background-color: #2FBC37;
}
.BgClassName
{
background-color: #2FBC37;
}
</style>
border-color css
<style>
span { border-color: #2FBC37; }
span { border-color: rgb(47,188,55); }
td.TdClassName
{
border-color: #2FBC37;
}
.TagClassName
{
border-color: #2FBC37;
}
</style>