Shades of Lime Green #2BE91B
Tints of Lime Green #2BE91B
RGB
CMYK
RGB Variations
Color information
#2BE91B (or 0x2BE91B) is known color: Lime Green. HEX triplet: 2B, E9 and 1B. RGB value is (43,233,27). Sum of RGB (Red+Green+Blue) = 43+233+27=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 233 (91.41% from 255 or 76.90% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE91B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE91B is #D416E4. Grayscale: #999999. Windows color (decimal): -13899493 or 1829163. OLE color: 1829163.
HSL color Cylindrical-coordinate representation of color #2BE91B: hue angle of 115.34º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BE91B is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 27 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.09 |
| HSL | 115.34º | 0.82% | 0.51% | - |
| HSV(B) | 115.34º | 0.88% | 0.91% | - |
| XYZ | 30.33 | 58.87 | 10.8 | - |
| YUV | 152.71 | 57.05 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 27 | 0.82 | 0 | 0.88 | 0.09 | 115.34 | 0.82 | 0.51 |
| Hex | 2B | E9 | 1B | 52 | 0 | 58 | 9 | 73 | 52 | 33 |
| Octal | 53 | 351 | 33 | 122 | 0 | 130 | 11 | 163 | 122 | 63 |
| Binary | 101011 | 11101001 | 11011 | 1010010 | 0 | 1011000 | 1001 | 1110011 | 1010010 | 110011 |
Color Harmonies of #2BE91B
Complementary color
Monochromatic Colors of #2BE91B
Black with #2BE91B
Text Example
Text Example
White with #2BE91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE91B; }
p { color: rgb(43,233,27); }
H1.HeaderClassName
{
color: #2BE91B;
}
.AnyTagClassName
{
color: #2BE91B;
}
</style>
background-color css
<style>
a { background-color: #2BE91B; }
a { background-color: rgb(43,233,27); }
div.DivClassName
{
background-color: #2BE91B;
}
.BgClassName
{
background-color: #2BE91B;
}
</style>
border-color css
<style>
span { border-color: #2BE91B; }
span { border-color: rgb(43,233,27); }
td.TdClassName
{
border-color: #2BE91B;
}
.TagClassName
{
border-color: #2BE91B;
}
</style>