Shades of Lime Green #2BE819
Tints of Lime Green #2BE819
RGB
CMYK
RGB Variations
Color information
#2BE819 (or 0x2BE819) is known color: Lime Green. HEX triplet: 2B, E8 and 19. RGB value is (43,232,25). Sum of RGB (Red+Green+Blue) = 43+232+25=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 232 (91.02% from 255 or 77.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 232 - color contains mainly: green. Hex color #2BE819 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BE819 is #D417E6. Grayscale: #989898. Windows color (decimal): -13899751 or 1697835. OLE color: 1697835.
HSL color Cylindrical-coordinate representation of color #2BE819: hue angle of 114.78º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BE819 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 232 | 25 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.09 |
| HSL | 114.78º | 0.82% | 0.5% | - |
| HSV(B) | 114.78º | 0.89% | 0.91% | - |
| XYZ | 30.03 | 58.3 | 10.59 | - |
| YUV | 151.89 | 56.38 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 232 | 25 | 0.81 | 0 | 0.89 | 0.09 | 114.78 | 0.82 | 0.5 |
| Hex | 2B | E8 | 19 | 51 | 0 | 59 | 9 | 73 | 52 | 32 |
| Octal | 53 | 350 | 31 | 121 | 0 | 131 | 11 | 163 | 122 | 62 |
| Binary | 101011 | 11101000 | 11001 | 1010001 | 0 | 1011001 | 1001 | 1110011 | 1010010 | 110010 |
Color Harmonies of #2BE819
Complementary color
Monochromatic Colors of #2BE819
Black with #2BE819
Text Example
Text Example
White with #2BE819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE819; }
p { color: rgb(43,232,25); }
H1.HeaderClassName
{
color: #2BE819;
}
.AnyTagClassName
{
color: #2BE819;
}
</style>
background-color css
<style>
a { background-color: #2BE819; }
a { background-color: rgb(43,232,25); }
div.DivClassName
{
background-color: #2BE819;
}
.BgClassName
{
background-color: #2BE819;
}
</style>
border-color css
<style>
span { border-color: #2BE819; }
span { border-color: rgb(43,232,25); }
td.TdClassName
{
border-color: #2BE819;
}
.TagClassName
{
border-color: #2BE819;
}
</style>