Shades of Lime Green #2FC247
Tints of Lime Green #2FC247
RGB
CMYK
RGB Variations
Color information
#2FC247 (or 0x2FC247) is known color: Lime Green. HEX triplet: 2F, C2 and 47. RGB value is (47,194,71). Sum of RGB (Red+Green+Blue) = 47+194+71=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC247 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC247 is #D03DB8. Grayscale: #888888. Windows color (decimal): -13647289 or 4702767. OLE color: 4702767.
HSL color Cylindrical-coordinate representation of color #2FC247: hue angle of 129.8º 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 #2FC247 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 71 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.24 |
| HSL | 129.8º | 0.61% | 0.47% | - |
| HSV(B) | 129.8º | 0.76% | 0.76% | - |
| XYZ | 21.6 | 39.64 | 12.47 | - |
| YUV | 136.03 | 91.3 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 71 | 0.76 | 0 | 0.63 | 0.24 | 129.8 | 0.61 | 0.47 |
| Hex | 2F | C2 | 47 | 4C | 0 | 3F | 18 | 82 | 3D | 2F |
| Octal | 57 | 302 | 107 | 114 | 0 | 77 | 30 | 202 | 75 | 57 |
| Binary | 101111 | 11000010 | 1000111 | 1001100 | 0 | 111111 | 11000 | 10000010 | 111101 | 101111 |
Color Harmonies of #2FC247
Complementary color
Monochromatic Colors of #2FC247
Black with #2FC247
Text Example
Text Example
White with #2FC247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC247; }
p { color: rgb(47,194,71); }
H1.HeaderClassName
{
color: #2FC247;
}
.AnyTagClassName
{
color: #2FC247;
}
</style>
background-color css
<style>
a { background-color: #2FC247; }
a { background-color: rgb(47,194,71); }
div.DivClassName
{
background-color: #2FC247;
}
.BgClassName
{
background-color: #2FC247;
}
</style>
border-color css
<style>
span { border-color: #2FC247; }
span { border-color: rgb(47,194,71); }
td.TdClassName
{
border-color: #2FC247;
}
.TagClassName
{
border-color: #2FC247;
}
</style>