Shades of Lime Green #2BE548
Tints of Lime Green #2BE548
RGB
CMYK
RGB Variations
Color information
#2BE548 (or 0x2BE548) is known color: Lime Green. HEX triplet: 2B, E5 and 48. RGB value is (43,229,72). Sum of RGB (Red+Green+Blue) = 43+229+72=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 229 (89.84% from 255 or 66.57% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE548 is #D41AB7. Grayscale: #9B9B9B. Windows color (decimal): -13900472 or 4777259. OLE color: 4777259.
HSL color Cylindrical-coordinate representation of color #2BE548: hue angle of 129.35º 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 #2BE548 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 72 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.10 |
| HSL | 129.35º | 0.78% | 0.53% | - |
| HSV(B) | 129.35º | 0.81% | 0.9% | - |
| XYZ | 30.19 | 57.02 | 15.55 | - |
| YUV | 155.49 | 80.88 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 72 | 0.81 | 0 | 0.69 | 0.10 | 129.35 | 0.78 | 0.53 |
| Hex | 2B | E5 | 48 | 51 | 0 | 45 | A | 81 | 4E | 35 |
| Octal | 53 | 345 | 110 | 121 | 0 | 105 | 12 | 201 | 116 | 65 |
| Binary | 101011 | 11100101 | 1001000 | 1010001 | 0 | 1000101 | 1010 | 10000001 | 1001110 | 110101 |
Color Harmonies of #2BE548
Complementary color
Monochromatic Colors of #2BE548
Black with #2BE548
Text Example
Text Example
White with #2BE548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE548; }
p { color: rgb(43,229,72); }
H1.HeaderClassName
{
color: #2BE548;
}
.AnyTagClassName
{
color: #2BE548;
}
</style>
background-color css
<style>
a { background-color: #2BE548; }
a { background-color: rgb(43,229,72); }
div.DivClassName
{
background-color: #2BE548;
}
.BgClassName
{
background-color: #2BE548;
}
</style>
border-color css
<style>
span { border-color: #2BE548; }
span { border-color: rgb(43,229,72); }
td.TdClassName
{
border-color: #2BE548;
}
.TagClassName
{
border-color: #2BE548;
}
</style>