Shades of Lime Green #2BB31F
Tints of Lime Green #2BB31F
RGB
CMYK
RGB Variations
Color information
#2BB31F (or 0x2BB31F) is known color: Lime Green. HEX triplet: 2B, B3 and 1F. RGB value is (43,179,31). Sum of RGB (Red+Green+Blue) = 43+179+31=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 179 (70.31% from 255 or 70.75% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB31F is #D44CE0. Grayscale: #797979. Windows color (decimal): -13913313 or 2077483. OLE color: 2077483.
HSL color Cylindrical-coordinate representation of color #2BB31F: hue angle of 115.14º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BB31F is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 31 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.30 |
| HSL | 115.14º | 0.7% | 0.41% | - |
| HSV(B) | 115.14º | 0.83% | 0.7% | - |
| XYZ | 17.36 | 32.85 | 6.72 | - |
| YUV | 121.46 | 76.94 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 31 | 0.76 | 0 | 0.83 | 0.30 | 115.14 | 0.7 | 0.41 |
| Hex | 2B | B3 | 1F | 4C | 0 | 53 | 1E | 73 | 46 | 29 |
| Octal | 53 | 263 | 37 | 114 | 0 | 123 | 36 | 163 | 106 | 51 |
| Binary | 101011 | 10110011 | 11111 | 1001100 | 0 | 1010011 | 11110 | 1110011 | 1000110 | 101001 |
Color Harmonies of #2BB31F
Complementary color
Monochromatic Colors of #2BB31F
Black with #2BB31F
Text Example
Text Example
White with #2BB31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB31F; }
p { color: rgb(43,179,31); }
H1.HeaderClassName
{
color: #2BB31F;
}
.AnyTagClassName
{
color: #2BB31F;
}
</style>
background-color css
<style>
a { background-color: #2BB31F; }
a { background-color: rgb(43,179,31); }
div.DivClassName
{
background-color: #2BB31F;
}
.BgClassName
{
background-color: #2BB31F;
}
</style>
border-color css
<style>
span { border-color: #2BB31F; }
span { border-color: rgb(43,179,31); }
td.TdClassName
{
border-color: #2BB31F;
}
.TagClassName
{
border-color: #2BB31F;
}
</style>