Shades of Lime Green #2FB71F
Tints of Lime Green #2FB71F
RGB
CMYK
RGB Variations
Color information
#2FB71F (or 0x2FB71F) is known color: Lime Green. HEX triplet: 2F, B7 and 1F. RGB value is (47,183,31). Sum of RGB (Red+Green+Blue) = 47+183+31=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 183 (71.88% from 255 or 70.11% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB71F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB71F is #D048E0. Grayscale: #7D7D7D. Windows color (decimal): -13650145 or 2078511. OLE color: 2078511.
HSL color Cylindrical-coordinate representation of color #2FB71F: hue angle of 113.68º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FB71F is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 31 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.28 |
| HSL | 113.68º | 0.71% | 0.42% | - |
| HSV(B) | 113.68º | 0.83% | 0.72% | - |
| XYZ | 18.35 | 34.57 | 7 | - |
| YUV | 125.01 | 74.94 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 31 | 0.74 | 0 | 0.83 | 0.28 | 113.68 | 0.71 | 0.42 |
| Hex | 2F | B7 | 1F | 4A | 0 | 53 | 1C | 72 | 47 | 2A |
| Octal | 57 | 267 | 37 | 112 | 0 | 123 | 34 | 162 | 107 | 52 |
| Binary | 101111 | 10110111 | 11111 | 1001010 | 0 | 1010011 | 11100 | 1110010 | 1000111 | 101010 |
Color Harmonies of #2FB71F
Complementary color
Monochromatic Colors of #2FB71F
Black with #2FB71F
Text Example
Text Example
White with #2FB71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB71F; }
p { color: rgb(47,183,31); }
H1.HeaderClassName
{
color: #2FB71F;
}
.AnyTagClassName
{
color: #2FB71F;
}
</style>
background-color css
<style>
a { background-color: #2FB71F; }
a { background-color: rgb(47,183,31); }
div.DivClassName
{
background-color: #2FB71F;
}
.BgClassName
{
background-color: #2FB71F;
}
</style>
border-color css
<style>
span { border-color: #2FB71F; }
span { border-color: rgb(47,183,31); }
td.TdClassName
{
border-color: #2FB71F;
}
.TagClassName
{
border-color: #2FB71F;
}
</style>