Shades of Lime Green #2FB71D
Tints of Lime Green #2FB71D
RGB
CMYK
RGB Variations
Color information
#2FB71D (or 0x2FB71D) is known color: Lime Green. HEX triplet: 2F, B7 and 1D. RGB value is (47,183,29). Sum of RGB (Red+Green+Blue) = 47+183+29=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 183 (71.88% from 255 or 70.66% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB71D is #D048E2. Grayscale: #7D7D7D. Windows color (decimal): -13650147 or 1947439. OLE color: 1947439.
HSL color Cylindrical-coordinate representation of color #2FB71D: hue angle of 112.99º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FB71D is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 29 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.28 |
| HSL | 112.99º | 0.73% | 0.42% | - |
| HSV(B) | 112.99º | 0.84% | 0.72% | - |
| XYZ | 18.33 | 34.56 | 6.87 | - |
| YUV | 124.78 | 73.94 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 29 | 0.74 | 0 | 0.84 | 0.28 | 112.99 | 0.73 | 0.42 |
| Hex | 2F | B7 | 1D | 4A | 0 | 54 | 1C | 71 | 49 | 2A |
| Octal | 57 | 267 | 35 | 112 | 0 | 124 | 34 | 161 | 111 | 52 |
| Binary | 101111 | 10110111 | 11101 | 1001010 | 0 | 1010100 | 11100 | 1110001 | 1001001 | 101010 |
Color Harmonies of #2FB71D
Complementary color
Monochromatic Colors of #2FB71D
Black with #2FB71D
Text Example
Text Example
White with #2FB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB71D; }
p { color: rgb(47,183,29); }
H1.HeaderClassName
{
color: #2FB71D;
}
.AnyTagClassName
{
color: #2FB71D;
}
</style>
background-color css
<style>
a { background-color: #2FB71D; }
a { background-color: rgb(47,183,29); }
div.DivClassName
{
background-color: #2FB71D;
}
.BgClassName
{
background-color: #2FB71D;
}
</style>
border-color css
<style>
span { border-color: #2FB71D; }
span { border-color: rgb(47,183,29); }
td.TdClassName
{
border-color: #2FB71D;
}
.TagClassName
{
border-color: #2FB71D;
}
</style>