Shades of Lime Green #2BE046
Tints of Lime Green #2BE046
RGB
CMYK
RGB Variations
Color information
#2BE046 (or 0x2BE046) is known color: Lime Green. HEX triplet: 2B, E0 and 46. RGB value is (43,224,70). Sum of RGB (Red+Green+Blue) = 43+224+70=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 224 (87.89% from 255 or 66.47% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE046 is #D41FB9. Grayscale: #989898. Windows color (decimal): -13901754 or 4644907. OLE color: 4644907.
HSL color Cylindrical-coordinate representation of color #2BE046: hue angle of 128.95º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE046 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 70 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.12 |
| HSL | 128.95º | 0.74% | 0.52% | - |
| HSV(B) | 128.95º | 0.81% | 0.88% | - |
| XYZ | 28.76 | 54.27 | 14.75 | - |
| YUV | 152.33 | 81.53 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 70 | 0.81 | 0 | 0.69 | 0.12 | 128.95 | 0.74 | 0.52 |
| Hex | 2B | E0 | 46 | 51 | 0 | 45 | C | 81 | 4A | 34 |
| Octal | 53 | 340 | 106 | 121 | 0 | 105 | 14 | 201 | 112 | 64 |
| Binary | 101011 | 11100000 | 1000110 | 1010001 | 0 | 1000101 | 1100 | 10000001 | 1001010 | 110100 |
Color Harmonies of #2BE046
Complementary color
Monochromatic Colors of #2BE046
Black with #2BE046
Text Example
Text Example
White with #2BE046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE046; }
p { color: rgb(43,224,70); }
H1.HeaderClassName
{
color: #2BE046;
}
.AnyTagClassName
{
color: #2BE046;
}
</style>
background-color css
<style>
a { background-color: #2BE046; }
a { background-color: rgb(43,224,70); }
div.DivClassName
{
background-color: #2BE046;
}
.BgClassName
{
background-color: #2BE046;
}
</style>
border-color css
<style>
span { border-color: #2BE046; }
span { border-color: rgb(43,224,70); }
td.TdClassName
{
border-color: #2BE046;
}
.TagClassName
{
border-color: #2BE046;
}
</style>