Shades of Lime Green #2BB71F
Tints of Lime Green #2BB71F
RGB
CMYK
RGB Variations
Color information
#2BB71F (or 0x2BB71F) is known color: Lime Green. HEX triplet: 2B, B7 and 1F. RGB value is (43,183,31). Sum of RGB (Red+Green+Blue) = 43+183+31=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 183 (71.88% from 255 or 71.21% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB71F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB71F is #D448E0. Grayscale: #7C7C7C. Windows color (decimal): -13912289 or 2078507. OLE color: 2078507.
HSL color Cylindrical-coordinate representation of color #2BB71F: hue angle of 115.26º 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 #2BB71F is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 183 | 31 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.28 |
| HSL | 115.26º | 0.71% | 0.42% | - |
| HSV(B) | 115.26º | 0.83% | 0.72% | - |
| XYZ | 18.18 | 34.48 | 6.99 | - |
| YUV | 123.81 | 75.62 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 183 | 31 | 0.77 | 0 | 0.83 | 0.28 | 115.26 | 0.71 | 0.42 |
| Hex | 2B | B7 | 1F | 4D | 0 | 53 | 1C | 73 | 47 | 2A |
| Octal | 53 | 267 | 37 | 115 | 0 | 123 | 34 | 163 | 107 | 52 |
| Binary | 101011 | 10110111 | 11111 | 1001101 | 0 | 1010011 | 11100 | 1110011 | 1000111 | 101010 |
Color Harmonies of #2BB71F
Complementary color
Monochromatic Colors of #2BB71F
Black with #2BB71F
Text Example
Text Example
White with #2BB71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB71F; }
p { color: rgb(43,183,31); }
H1.HeaderClassName
{
color: #2BB71F;
}
.AnyTagClassName
{
color: #2BB71F;
}
</style>
background-color css
<style>
a { background-color: #2BB71F; }
a { background-color: rgb(43,183,31); }
div.DivClassName
{
background-color: #2BB71F;
}
.BgClassName
{
background-color: #2BB71F;
}
</style>
border-color css
<style>
span { border-color: #2BB71F; }
span { border-color: rgb(43,183,31); }
td.TdClassName
{
border-color: #2BB71F;
}
.TagClassName
{
border-color: #2BB71F;
}
</style>