Shades of Lime Green #2BE116
Tints of Lime Green #2BE116
RGB
CMYK
RGB Variations
Color information
#2BE116 (or 0x2BE116) is known color: Lime Green. HEX triplet: 2B, E1 and 16. RGB value is (43,225,22). Sum of RGB (Red+Green+Blue) = 43+225+22=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 225 (88.28% from 255 or 77.59% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE116 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE116 is #D41EE9. Grayscale: #949494. Windows color (decimal): -13901546 or 1499435. OLE color: 1499435.
HSL color Cylindrical-coordinate representation of color #2BE116: hue angle of 113.79º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BE116 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 22 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.12 |
| HSL | 113.79º | 0.82% | 0.48% | - |
| HSV(B) | 113.79º | 0.9% | 0.88% | - |
| XYZ | 28.07 | 54.42 | 9.78 | - |
| YUV | 147.44 | 57.2 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 22 | 0.81 | 0 | 0.90 | 0.12 | 113.79 | 0.82 | 0.48 |
| Hex | 2B | E1 | 16 | 51 | 0 | 5A | C | 72 | 52 | 30 |
| Octal | 53 | 341 | 26 | 121 | 0 | 132 | 14 | 162 | 122 | 60 |
| Binary | 101011 | 11100001 | 10110 | 1010001 | 0 | 1011010 | 1100 | 1110010 | 1010010 | 110000 |
Color Harmonies of #2BE116
Complementary color
Monochromatic Colors of #2BE116
Black with #2BE116
Text Example
Text Example
White with #2BE116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE116; }
p { color: rgb(43,225,22); }
H1.HeaderClassName
{
color: #2BE116;
}
.AnyTagClassName
{
color: #2BE116;
}
</style>
background-color css
<style>
a { background-color: #2BE116; }
a { background-color: rgb(43,225,22); }
div.DivClassName
{
background-color: #2BE116;
}
.BgClassName
{
background-color: #2BE116;
}
</style>
border-color css
<style>
span { border-color: #2BE116; }
span { border-color: rgb(43,225,22); }
td.TdClassName
{
border-color: #2BE116;
}
.TagClassName
{
border-color: #2BE116;
}
</style>