Shades of Lime Green #2BE01A
Tints of Lime Green #2BE01A
RGB
CMYK
RGB Variations
Color information
#2BE01A (or 0x2BE01A) is known color: Lime Green. HEX triplet: 2B, E0 and 1A. RGB value is (43,224,26). Sum of RGB (Red+Green+Blue) = 43+224+26=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 224 (87.89% from 255 or 76.45% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE01A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE01A is #D41FE5. Grayscale: #939393. Windows color (decimal): -13901798 or 1761323. OLE color: 1761323.
HSL color Cylindrical-coordinate representation of color #2BE01A: hue angle of 114.85º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BE01A is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 26 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.12 |
| HSL | 114.85º | 0.79% | 0.49% | - |
| HSV(B) | 114.85º | 0.88% | 0.88% | - |
| XYZ | 27.84 | 53.9 | 9.91 | - |
| YUV | 147.31 | 59.53 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 26 | 0.81 | 0 | 0.88 | 0.12 | 114.85 | 0.79 | 0.49 |
| Hex | 2B | E0 | 1A | 51 | 0 | 58 | C | 73 | 4F | 31 |
| Octal | 53 | 340 | 32 | 121 | 0 | 130 | 14 | 163 | 117 | 61 |
| Binary | 101011 | 11100000 | 11010 | 1010001 | 0 | 1011000 | 1100 | 1110011 | 1001111 | 110001 |
Color Harmonies of #2BE01A
Complementary color
Monochromatic Colors of #2BE01A
Black with #2BE01A
Text Example
Text Example
White with #2BE01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE01A; }
p { color: rgb(43,224,26); }
H1.HeaderClassName
{
color: #2BE01A;
}
.AnyTagClassName
{
color: #2BE01A;
}
</style>
background-color css
<style>
a { background-color: #2BE01A; }
a { background-color: rgb(43,224,26); }
div.DivClassName
{
background-color: #2BE01A;
}
.BgClassName
{
background-color: #2BE01A;
}
</style>
border-color css
<style>
span { border-color: #2BE01A; }
span { border-color: rgb(43,224,26); }
td.TdClassName
{
border-color: #2BE01A;
}
.TagClassName
{
border-color: #2BE01A;
}
</style>