Shades of Lime Green #2FC448
Tints of Lime Green #2FC448
RGB
CMYK
RGB Variations
Color information
#2FC448 (or 0x2FC448) is known color: Lime Green. HEX triplet: 2F, C4 and 48. RGB value is (47,196,72). Sum of RGB (Red+Green+Blue) = 47+196+72=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 196 (76.95% from 255 or 62.22% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC448 is #D03BB7. Grayscale: #898989. Windows color (decimal): -13646776 or 4768815. OLE color: 4768815.
HSL color Cylindrical-coordinate representation of color #2FC448: hue angle of 130.07º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC448 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 72 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.23 |
| HSL | 130.07º | 0.61% | 0.48% | - |
| HSV(B) | 130.07º | 0.76% | 0.77% | - |
| XYZ | 22.08 | 40.55 | 12.79 | - |
| YUV | 137.31 | 91.14 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 72 | 0.76 | 0 | 0.63 | 0.23 | 130.07 | 0.61 | 0.48 |
| Hex | 2F | C4 | 48 | 4C | 0 | 3F | 17 | 82 | 3D | 30 |
| Octal | 57 | 304 | 110 | 114 | 0 | 77 | 27 | 202 | 75 | 60 |
| Binary | 101111 | 11000100 | 1001000 | 1001100 | 0 | 111111 | 10111 | 10000010 | 111101 | 110000 |
Color Harmonies of #2FC448
Complementary color
Monochromatic Colors of #2FC448
Black with #2FC448
Text Example
Text Example
White with #2FC448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC448; }
p { color: rgb(47,196,72); }
H1.HeaderClassName
{
color: #2FC448;
}
.AnyTagClassName
{
color: #2FC448;
}
</style>
background-color css
<style>
a { background-color: #2FC448; }
a { background-color: rgb(47,196,72); }
div.DivClassName
{
background-color: #2FC448;
}
.BgClassName
{
background-color: #2FC448;
}
</style>
border-color css
<style>
span { border-color: #2FC448; }
span { border-color: rgb(47,196,72); }
td.TdClassName
{
border-color: #2FC448;
}
.TagClassName
{
border-color: #2FC448;
}
</style>