Shades of Lime Green #2FB61D
Tints of Lime Green #2FB61D
RGB
CMYK
RGB Variations
Color information
#2FB61D (or 0x2FB61D) is known color: Lime Green. HEX triplet: 2F, B6 and 1D. RGB value is (47,182,29). Sum of RGB (Red+Green+Blue) = 47+182+29=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 182 (71.48% from 255 or 70.54% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB61D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB61D is #D049E2. Grayscale: #7C7C7C. Windows color (decimal): -13650403 or 1947183. OLE color: 1947183.
HSL color Cylindrical-coordinate representation of color #2FB61D: hue angle of 112.94º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FB61D is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 182 | 29 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.29 |
| HSL | 112.94º | 0.73% | 0.41% | - |
| HSV(B) | 112.94º | 0.84% | 0.71% | - |
| XYZ | 18.12 | 34.15 | 6.8 | - |
| YUV | 124.19 | 74.27 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 182 | 29 | 0.74 | 0 | 0.84 | 0.29 | 112.94 | 0.73 | 0.41 |
| Hex | 2F | B6 | 1D | 4A | 0 | 54 | 1D | 71 | 49 | 29 |
| Octal | 57 | 266 | 35 | 112 | 0 | 124 | 35 | 161 | 111 | 51 |
| Binary | 101111 | 10110110 | 11101 | 1001010 | 0 | 1010100 | 11101 | 1110001 | 1001001 | 101001 |
Color Harmonies of #2FB61D
Complementary color
Monochromatic Colors of #2FB61D
Black with #2FB61D
Text Example
Text Example
White with #2FB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB61D; }
p { color: rgb(47,182,29); }
H1.HeaderClassName
{
color: #2FB61D;
}
.AnyTagClassName
{
color: #2FB61D;
}
</style>
background-color css
<style>
a { background-color: #2FB61D; }
a { background-color: rgb(47,182,29); }
div.DivClassName
{
background-color: #2FB61D;
}
.BgClassName
{
background-color: #2FB61D;
}
</style>
border-color css
<style>
span { border-color: #2FB61D; }
span { border-color: rgb(47,182,29); }
td.TdClassName
{
border-color: #2FB61D;
}
.TagClassName
{
border-color: #2FB61D;
}
</style>