Shades of Lime Green #2FC347
Tints of Lime Green #2FC347
RGB
CMYK
RGB Variations
Color information
#2FC347 (or 0x2FC347) is known color: Lime Green. HEX triplet: 2F, C3 and 47. RGB value is (47,195,71). Sum of RGB (Red+Green+Blue) = 47+195+71=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC347 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC347 is #D03CB8. Grayscale: #888888. Windows color (decimal): -13647033 or 4703023. OLE color: 4703023.
HSL color Cylindrical-coordinate representation of color #2FC347: hue angle of 129.73º 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 #2FC347 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 195 | 71 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.24 |
| HSL | 129.73º | 0.61% | 0.47% | - |
| HSV(B) | 129.73º | 0.76% | 0.76% | - |
| XYZ | 21.82 | 40.09 | 12.55 | - |
| YUV | 136.61 | 90.97 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 71 | 0.76 | 0 | 0.64 | 0.24 | 129.73 | 0.61 | 0.47 |
| Hex | 2F | C3 | 47 | 4C | 0 | 40 | 18 | 82 | 3D | 2F |
| Octal | 57 | 303 | 107 | 114 | 0 | 100 | 30 | 202 | 75 | 57 |
| Binary | 101111 | 11000011 | 1000111 | 1001100 | 0 | 1000000 | 11000 | 10000010 | 111101 | 101111 |
Color Harmonies of #2FC347
Complementary color
Monochromatic Colors of #2FC347
Black with #2FC347
Text Example
Text Example
White with #2FC347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC347; }
p { color: rgb(47,195,71); }
H1.HeaderClassName
{
color: #2FC347;
}
.AnyTagClassName
{
color: #2FC347;
}
</style>
background-color css
<style>
a { background-color: #2FC347; }
a { background-color: rgb(47,195,71); }
div.DivClassName
{
background-color: #2FC347;
}
.BgClassName
{
background-color: #2FC347;
}
</style>
border-color css
<style>
span { border-color: #2FC347; }
span { border-color: rgb(47,195,71); }
td.TdClassName
{
border-color: #2FC347;
}
.TagClassName
{
border-color: #2FC347;
}
</style>