Shades of Lime Green #2BE141
Tints of Lime Green #2BE141
RGB
CMYK
RGB Variations
Color information
#2BE141 (or 0x2BE141) is known color: Lime Green. HEX triplet: 2B, E1 and 41. RGB value is (43,225,65). Sum of RGB (Red+Green+Blue) = 43+225+65=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 225 (88.28% from 255 or 67.57% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE141 is #D41EBE. Grayscale: #989898. Windows color (decimal): -13901503 or 4317483. OLE color: 4317483.
HSL color Cylindrical-coordinate representation of color #2BE141: hue angle of 127.25º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE141 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 65 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.12 |
| HSL | 127.25º | 0.75% | 0.53% | - |
| HSV(B) | 127.25º | 0.81% | 0.88% | - |
| XYZ | 28.88 | 54.75 | 14.05 | - |
| YUV | 152.34 | 78.7 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 65 | 0.81 | 0 | 0.71 | 0.12 | 127.25 | 0.75 | 0.53 |
| Hex | 2B | E1 | 41 | 51 | 0 | 47 | C | 7F | 4B | 35 |
| Octal | 53 | 341 | 101 | 121 | 0 | 107 | 14 | 177 | 113 | 65 |
| Binary | 101011 | 11100001 | 1000001 | 1010001 | 0 | 1000111 | 1100 | 1111111 | 1001011 | 110101 |
Color Harmonies of #2BE141
Complementary color
Monochromatic Colors of #2BE141
Black with #2BE141
Text Example
Text Example
White with #2BE141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE141; }
p { color: rgb(43,225,65); }
H1.HeaderClassName
{
color: #2BE141;
}
.AnyTagClassName
{
color: #2BE141;
}
</style>
background-color css
<style>
a { background-color: #2BE141; }
a { background-color: rgb(43,225,65); }
div.DivClassName
{
background-color: #2BE141;
}
.BgClassName
{
background-color: #2BE141;
}
</style>
border-color css
<style>
span { border-color: #2BE141; }
span { border-color: rgb(43,225,65); }
td.TdClassName
{
border-color: #2BE141;
}
.TagClassName
{
border-color: #2BE141;
}
</style>