Shades of Lime Green #2BE543
Tints of Lime Green #2BE543
RGB
CMYK
RGB Variations
Color information
#2BE543 (or 0x2BE543) is known color: Lime Green. HEX triplet: 2B, E5 and 43. RGB value is (43,229,67). Sum of RGB (Red+Green+Blue) = 43+229+67=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 229 (89.84% from 255 or 67.55% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE543 is #D41ABC. Grayscale: #9B9B9B. Windows color (decimal): -13900477 or 4449579. OLE color: 4449579.
HSL color Cylindrical-coordinate representation of color #2BE543: hue angle of 127.74º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE543 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 67 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.10 |
| HSL | 127.74º | 0.78% | 0.53% | - |
| HSV(B) | 127.74º | 0.81% | 0.9% | - |
| XYZ | 30.03 | 56.96 | 14.72 | - |
| YUV | 154.92 | 78.38 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 67 | 0.81 | 0 | 0.71 | 0.10 | 127.74 | 0.78 | 0.53 |
| Hex | 2B | E5 | 43 | 51 | 0 | 47 | A | 80 | 4E | 35 |
| Octal | 53 | 345 | 103 | 121 | 0 | 107 | 12 | 200 | 116 | 65 |
| Binary | 101011 | 11100101 | 1000011 | 1010001 | 0 | 1000111 | 1010 | 10000000 | 1001110 | 110101 |
Color Harmonies of #2BE543
Complementary color
Monochromatic Colors of #2BE543
Black with #2BE543
Text Example
Text Example
White with #2BE543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE543; }
p { color: rgb(43,229,67); }
H1.HeaderClassName
{
color: #2BE543;
}
.AnyTagClassName
{
color: #2BE543;
}
</style>
background-color css
<style>
a { background-color: #2BE543; }
a { background-color: rgb(43,229,67); }
div.DivClassName
{
background-color: #2BE543;
}
.BgClassName
{
background-color: #2BE543;
}
</style>
border-color css
<style>
span { border-color: #2BE543; }
span { border-color: rgb(43,229,67); }
td.TdClassName
{
border-color: #2BE543;
}
.TagClassName
{
border-color: #2BE543;
}
</style>