Shades of Lime Green #2FBC49
Tints of Lime Green #2FBC49
RGB
CMYK
RGB Variations
Color information
#2FBC49 (or 0x2FBC49) is known color: Lime Green. HEX triplet: 2F, BC and 49. RGB value is (47,188,73). Sum of RGB (Red+Green+Blue) = 47+188+73=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC49 is #D043B6. Grayscale: #858585. Windows color (decimal): -13648823 or 4832303. OLE color: 4832303.
HSL color Cylindrical-coordinate representation of color #2FBC49: hue angle of 131.06º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC49 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 73 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.26 |
| HSL | 131.06º | 0.6% | 0.46% | - |
| HSV(B) | 131.06º | 0.75% | 0.74% | - |
| XYZ | 20.36 | 37.05 | 12.38 | - |
| YUV | 132.73 | 94.29 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 73 | 0.75 | 0 | 0.61 | 0.26 | 131.06 | 0.6 | 0.46 |
| Hex | 2F | BC | 49 | 4B | 0 | 3D | 1A | 83 | 3C | 2E |
| Octal | 57 | 274 | 111 | 113 | 0 | 75 | 32 | 203 | 74 | 56 |
| Binary | 101111 | 10111100 | 1001001 | 1001011 | 0 | 111101 | 11010 | 10000011 | 111100 | 101110 |
Color Harmonies of #2FBC49
Complementary color
Monochromatic Colors of #2FBC49
Black with #2FBC49
Text Example
Text Example
White with #2FBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC49; }
p { color: rgb(47,188,73); }
H1.HeaderClassName
{
color: #2FBC49;
}
.AnyTagClassName
{
color: #2FBC49;
}
</style>
background-color css
<style>
a { background-color: #2FBC49; }
a { background-color: rgb(47,188,73); }
div.DivClassName
{
background-color: #2FBC49;
}
.BgClassName
{
background-color: #2FBC49;
}
</style>
border-color css
<style>
span { border-color: #2FBC49; }
span { border-color: rgb(47,188,73); }
td.TdClassName
{
border-color: #2FBC49;
}
.TagClassName
{
border-color: #2FBC49;
}
</style>