Shades of Lime Green #2BE345
Tints of Lime Green #2BE345
RGB
CMYK
RGB Variations
Color information
#2BE345 (or 0x2BE345) is known color: Lime Green. HEX triplet: 2B, E3 and 45. RGB value is (43,227,69). Sum of RGB (Red+Green+Blue) = 43+227+69=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 227 (89.06% from 255 or 66.96% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE345 is #D41CBA. Grayscale: #9A9A9A. Windows color (decimal): -13900987 or 4580139. OLE color: 4580139.
HSL color Cylindrical-coordinate representation of color #2BE345: hue angle of 128.48º degrees, saturation: 0.77, 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 #2BE345 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 227 | 69 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.11 |
| HSL | 128.48º | 0.77% | 0.53% | - |
| HSV(B) | 128.48º | 0.81% | 0.89% | - |
| XYZ | 29.54 | 55.88 | 14.86 | - |
| YUV | 153.97 | 80.04 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 69 | 0.81 | 0 | 0.70 | 0.11 | 128.48 | 0.77 | 0.53 |
| Hex | 2B | E3 | 45 | 51 | 0 | 46 | B | 80 | 4D | 35 |
| Octal | 53 | 343 | 105 | 121 | 0 | 106 | 13 | 200 | 115 | 65 |
| Binary | 101011 | 11100011 | 1000101 | 1010001 | 0 | 1000110 | 1011 | 10000000 | 1001101 | 110101 |
Color Harmonies of #2BE345
Complementary color
Monochromatic Colors of #2BE345
Black with #2BE345
Text Example
Text Example
White with #2BE345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE345; }
p { color: rgb(43,227,69); }
H1.HeaderClassName
{
color: #2BE345;
}
.AnyTagClassName
{
color: #2BE345;
}
</style>
background-color css
<style>
a { background-color: #2BE345; }
a { background-color: rgb(43,227,69); }
div.DivClassName
{
background-color: #2BE345;
}
.BgClassName
{
background-color: #2BE345;
}
</style>
border-color css
<style>
span { border-color: #2BE345; }
span { border-color: rgb(43,227,69); }
td.TdClassName
{
border-color: #2BE345;
}
.TagClassName
{
border-color: #2BE345;
}
</style>