Shades of Lime Green #2BE249
Tints of Lime Green #2BE249
RGB
CMYK
RGB Variations
Color information
#2BE249 (or 0x2BE249) is known color: Lime Green. HEX triplet: 2B, E2 and 49. RGB value is (43,226,73). Sum of RGB (Red+Green+Blue) = 43+226+73=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 226 (88.67% from 255 or 66.08% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE249 is #D41DB6. Grayscale: #9A9A9A. Windows color (decimal): -13901239 or 4842027. OLE color: 4842027.
HSL color Cylindrical-coordinate representation of color #2BE249: hue angle of 129.84º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE249 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 73 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.11 |
| HSL | 129.84º | 0.76% | 0.53% | - |
| HSV(B) | 129.84º | 0.81% | 0.89% | - |
| XYZ | 29.4 | 55.39 | 15.44 | - |
| YUV | 153.84 | 82.37 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 73 | 0.81 | 0 | 0.68 | 0.11 | 129.84 | 0.76 | 0.53 |
| Hex | 2B | E2 | 49 | 51 | 0 | 44 | B | 82 | 4C | 35 |
| Octal | 53 | 342 | 111 | 121 | 0 | 104 | 13 | 202 | 114 | 65 |
| Binary | 101011 | 11100010 | 1001001 | 1010001 | 0 | 1000100 | 1011 | 10000010 | 1001100 | 110101 |
Color Harmonies of #2BE249
Complementary color
Monochromatic Colors of #2BE249
Black with #2BE249
Text Example
Text Example
White with #2BE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE249; }
p { color: rgb(43,226,73); }
H1.HeaderClassName
{
color: #2BE249;
}
.AnyTagClassName
{
color: #2BE249;
}
</style>
background-color css
<style>
a { background-color: #2BE249; }
a { background-color: rgb(43,226,73); }
div.DivClassName
{
background-color: #2BE249;
}
.BgClassName
{
background-color: #2BE249;
}
</style>
border-color css
<style>
span { border-color: #2BE249; }
span { border-color: rgb(43,226,73); }
td.TdClassName
{
border-color: #2BE249;
}
.TagClassName
{
border-color: #2BE249;
}
</style>