Shades of Lime Green #2FC648
Tints of Lime Green #2FC648
RGB
CMYK
RGB Variations
Color information
#2FC648 (or 0x2FC648) is known color: Lime Green. HEX triplet: 2F, C6 and 48. RGB value is (47,198,72). Sum of RGB (Red+Green+Blue) = 47+198+72=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 198 (77.73% from 255 or 62.46% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC648 is #D039B7. Grayscale: #8A8A8A. Windows color (decimal): -13646264 or 4769327. OLE color: 4769327.
HSL color Cylindrical-coordinate representation of color #2FC648: hue angle of 129.93º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC648 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 72 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.22 |
| HSL | 129.93º | 0.62% | 0.48% | - |
| HSV(B) | 129.93º | 0.76% | 0.78% | - |
| XYZ | 22.54 | 41.46 | 12.95 | - |
| YUV | 138.49 | 90.47 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 72 | 0.76 | 0 | 0.64 | 0.22 | 129.93 | 0.62 | 0.48 |
| Hex | 2F | C6 | 48 | 4C | 0 | 40 | 16 | 82 | 3E | 30 |
| Octal | 57 | 306 | 110 | 114 | 0 | 100 | 26 | 202 | 76 | 60 |
| Binary | 101111 | 11000110 | 1001000 | 1001100 | 0 | 1000000 | 10110 | 10000010 | 111110 | 110000 |
Color Harmonies of #2FC648
Complementary color
Monochromatic Colors of #2FC648
Black with #2FC648
Text Example
Text Example
White with #2FC648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC648; }
p { color: rgb(47,198,72); }
H1.HeaderClassName
{
color: #2FC648;
}
.AnyTagClassName
{
color: #2FC648;
}
</style>
background-color css
<style>
a { background-color: #2FC648; }
a { background-color: rgb(47,198,72); }
div.DivClassName
{
background-color: #2FC648;
}
.BgClassName
{
background-color: #2FC648;
}
</style>
border-color css
<style>
span { border-color: #2FC648; }
span { border-color: rgb(47,198,72); }
td.TdClassName
{
border-color: #2FC648;
}
.TagClassName
{
border-color: #2FC648;
}
</style>