Shades of Lime Green #2FC037
Tints of Lime Green #2FC037
RGB
CMYK
RGB Variations
Color information
#2FC037 (or 0x2FC037) is known color: Lime Green. HEX triplet: 2F, C0 and 37. RGB value is (47,192,55). Sum of RGB (Red+Green+Blue) = 47+192+55=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC037 is #D03FC8. Grayscale: #858585. Windows color (decimal): -13647817 or 3653679. OLE color: 3653679.
HSL color Cylindrical-coordinate representation of color #2FC037: hue angle of 123.31º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC037 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 55 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.25 |
| HSL | 123.31º | 0.61% | 0.47% | - |
| HSV(B) | 123.31º | 0.76% | 0.75% | - |
| XYZ | 20.71 | 38.58 | 9.97 | - |
| YUV | 133.03 | 83.96 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 55 | 0.76 | 0 | 0.71 | 0.25 | 123.31 | 0.61 | 0.47 |
| Hex | 2F | C0 | 37 | 4C | 0 | 47 | 19 | 7B | 3D | 2F |
| Octal | 57 | 300 | 67 | 114 | 0 | 107 | 31 | 173 | 75 | 57 |
| Binary | 101111 | 11000000 | 110111 | 1001100 | 0 | 1000111 | 11001 | 1111011 | 111101 | 101111 |
Color Harmonies of #2FC037
Complementary color
Monochromatic Colors of #2FC037
Black with #2FC037
Text Example
Text Example
White with #2FC037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC037; }
p { color: rgb(47,192,55); }
H1.HeaderClassName
{
color: #2FC037;
}
.AnyTagClassName
{
color: #2FC037;
}
</style>
background-color css
<style>
a { background-color: #2FC037; }
a { background-color: rgb(47,192,55); }
div.DivClassName
{
background-color: #2FC037;
}
.BgClassName
{
background-color: #2FC037;
}
</style>
border-color css
<style>
span { border-color: #2FC037; }
span { border-color: rgb(47,192,55); }
td.TdClassName
{
border-color: #2FC037;
}
.TagClassName
{
border-color: #2FC037;
}
</style>