Shades of Lime Green #2FB940
Tints of Lime Green #2FB940
RGB
CMYK
RGB Variations
Color information
#2FB940 (or 0x2FB940) is known color: Lime Green. HEX triplet: 2F, B9 and 40. RGB value is (47,185,64). Sum of RGB (Red+Green+Blue) = 47+185+64=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 185 (72.66% from 255 or 62.5% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB940 is #D046BF. Grayscale: #828282. Windows color (decimal): -13649600 or 4241711. OLE color: 4241711.
HSL color Cylindrical-coordinate representation of color #2FB940: hue angle of 127.39º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB940 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 64 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.27 |
| HSL | 127.39º | 0.59% | 0.45% | - |
| HSV(B) | 127.39º | 0.75% | 0.73% | - |
| XYZ | 19.45 | 35.67 | 10.71 | - |
| YUV | 129.94 | 90.78 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 64 | 0.75 | 0 | 0.65 | 0.27 | 127.39 | 0.59 | 0.45 |
| Hex | 2F | B9 | 40 | 4B | 0 | 41 | 1B | 7F | 3B | 2D |
| Octal | 57 | 271 | 100 | 113 | 0 | 101 | 33 | 177 | 73 | 55 |
| Binary | 101111 | 10111001 | 1000000 | 1001011 | 0 | 1000001 | 11011 | 1111111 | 111011 | 101101 |
Color Harmonies of #2FB940
Complementary color
Monochromatic Colors of #2FB940
Black with #2FB940
Text Example
Text Example
White with #2FB940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB940; }
p { color: rgb(47,185,64); }
H1.HeaderClassName
{
color: #2FB940;
}
.AnyTagClassName
{
color: #2FB940;
}
</style>
background-color css
<style>
a { background-color: #2FB940; }
a { background-color: rgb(47,185,64); }
div.DivClassName
{
background-color: #2FB940;
}
.BgClassName
{
background-color: #2FB940;
}
</style>
border-color css
<style>
span { border-color: #2FB940; }
span { border-color: rgb(47,185,64); }
td.TdClassName
{
border-color: #2FB940;
}
.TagClassName
{
border-color: #2FB940;
}
</style>