Shades of Lime Green #2FB13B
Tints of Lime Green #2FB13B
RGB
CMYK
RGB Variations
Color information
#2FB13B (or 0x2FB13B) is known color: Lime Green. HEX triplet: 2F, B1 and 3B. RGB value is (47,177,59). Sum of RGB (Red+Green+Blue) = 47+177+59=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 177 (69.53% from 255 or 62.54% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB13B is #D04EC4. Grayscale: #7D7D7D. Windows color (decimal): -13651653 or 3911983. OLE color: 3911983.
HSL color Cylindrical-coordinate representation of color #2FB13B: hue angle of 125.54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB13B is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 59 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.31 |
| HSL | 125.54º | 0.58% | 0.44% | - |
| HSV(B) | 125.54º | 0.73% | 0.69% | - |
| XYZ | 17.68 | 32.36 | 9.45 | - |
| YUV | 124.68 | 90.93 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 59 | 0.73 | 0 | 0.67 | 0.31 | 125.54 | 0.58 | 0.44 |
| Hex | 2F | B1 | 3B | 49 | 0 | 43 | 1F | 7E | 3A | 2C |
| Octal | 57 | 261 | 73 | 111 | 0 | 103 | 37 | 176 | 72 | 54 |
| Binary | 101111 | 10110001 | 111011 | 1001001 | 0 | 1000011 | 11111 | 1111110 | 111010 | 101100 |
Color Harmonies of #2FB13B
Complementary color
Monochromatic Colors of #2FB13B
Black with #2FB13B
Text Example
Text Example
White with #2FB13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB13B; }
p { color: rgb(47,177,59); }
H1.HeaderClassName
{
color: #2FB13B;
}
.AnyTagClassName
{
color: #2FB13B;
}
</style>
background-color css
<style>
a { background-color: #2FB13B; }
a { background-color: rgb(47,177,59); }
div.DivClassName
{
background-color: #2FB13B;
}
.BgClassName
{
background-color: #2FB13B;
}
</style>
border-color css
<style>
span { border-color: #2FB13B; }
span { border-color: rgb(47,177,59); }
td.TdClassName
{
border-color: #2FB13B;
}
.TagClassName
{
border-color: #2FB13B;
}
</style>