Shades of Lime Green #2FB748
Tints of Lime Green #2FB748
RGB
CMYK
RGB Variations
Color information
#2FB748 (or 0x2FB748) is known color: Lime Green. HEX triplet: 2F, B7 and 48. RGB value is (47,183,72). Sum of RGB (Red+Green+Blue) = 47+183+72=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 183 (71.88% from 255 or 60.60% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB748 is #D048B7. Grayscale: #818181. Windows color (decimal): -13650104 or 4765487. OLE color: 4765487.
HSL color Cylindrical-coordinate representation of color #2FB748: hue angle of 131.03º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB748 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 72 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.28 |
| HSL | 131.03º | 0.59% | 0.45% | - |
| HSV(B) | 131.03º | 0.74% | 0.72% | - |
| XYZ | 19.28 | 34.94 | 11.86 | - |
| YUV | 129.68 | 95.44 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 72 | 0.74 | 0 | 0.61 | 0.28 | 131.03 | 0.59 | 0.45 |
| Hex | 2F | B7 | 48 | 4A | 0 | 3D | 1C | 83 | 3B | 2D |
| Octal | 57 | 267 | 110 | 112 | 0 | 75 | 34 | 203 | 73 | 55 |
| Binary | 101111 | 10110111 | 1001000 | 1001010 | 0 | 111101 | 11100 | 10000011 | 111011 | 101101 |
Color Harmonies of #2FB748
Complementary color
Monochromatic Colors of #2FB748
Black with #2FB748
Text Example
Text Example
White with #2FB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB748; }
p { color: rgb(47,183,72); }
H1.HeaderClassName
{
color: #2FB748;
}
.AnyTagClassName
{
color: #2FB748;
}
</style>
background-color css
<style>
a { background-color: #2FB748; }
a { background-color: rgb(47,183,72); }
div.DivClassName
{
background-color: #2FB748;
}
.BgClassName
{
background-color: #2FB748;
}
</style>
border-color css
<style>
span { border-color: #2FB748; }
span { border-color: rgb(47,183,72); }
td.TdClassName
{
border-color: #2FB748;
}
.TagClassName
{
border-color: #2FB748;
}
</style>