Shades of Lime Green #2BE228
Tints of Lime Green #2BE228
RGB
CMYK
RGB Variations
Color information
#2BE228 (or 0x2BE228) is known color: Lime Green. HEX triplet: 2B, E2 and 28. RGB value is (43,226,40). Sum of RGB (Red+Green+Blue) = 43+226+40=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 226 (88.67% from 255 or 73.14% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE228 is #D41DD7. Grayscale: #969696. Windows color (decimal): -13901272 or 2679339. OLE color: 2679339.
HSL color Cylindrical-coordinate representation of color #2BE228: hue angle of 119.03º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE228 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 40 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.11 |
| HSL | 119.03º | 0.76% | 0.52% | - |
| HSV(B) | 119.03º | 0.82% | 0.89% | - |
| XYZ | 28.58 | 55.06 | 11.13 | - |
| YUV | 150.08 | 65.87 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 40 | 0.81 | 0 | 0.82 | 0.11 | 119.03 | 0.76 | 0.52 |
| Hex | 2B | E2 | 28 | 51 | 0 | 52 | B | 77 | 4C | 34 |
| Octal | 53 | 342 | 50 | 121 | 0 | 122 | 13 | 167 | 114 | 64 |
| Binary | 101011 | 11100010 | 101000 | 1010001 | 0 | 1010010 | 1011 | 1110111 | 1001100 | 110100 |
Color Harmonies of #2BE228
Complementary color
Monochromatic Colors of #2BE228
Black with #2BE228
Text Example
Text Example
White with #2BE228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE228; }
p { color: rgb(43,226,40); }
H1.HeaderClassName
{
color: #2BE228;
}
.AnyTagClassName
{
color: #2BE228;
}
</style>
background-color css
<style>
a { background-color: #2BE228; }
a { background-color: rgb(43,226,40); }
div.DivClassName
{
background-color: #2BE228;
}
.BgClassName
{
background-color: #2BE228;
}
</style>
border-color css
<style>
span { border-color: #2BE228; }
span { border-color: rgb(43,226,40); }
td.TdClassName
{
border-color: #2BE228;
}
.TagClassName
{
border-color: #2BE228;
}
</style>