Shades of Lime Green #2BE227
Tints of Lime Green #2BE227
RGB
CMYK
RGB Variations
Color information
#2BE227 (or 0x2BE227) is known color: Lime Green. HEX triplet: 2B, E2 and 27. RGB value is (43,226,39). Sum of RGB (Red+Green+Blue) = 43+226+39=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 226 (88.67% from 255 or 73.38% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE227 is #D41DD8. Grayscale: #969696. Windows color (decimal): -13901273 or 2613803. OLE color: 2613803.
HSL color Cylindrical-coordinate representation of color #2BE227: hue angle of 118.72º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BE227 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 39 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.11 |
| HSL | 118.72º | 0.76% | 0.52% | - |
| HSV(B) | 118.72º | 0.83% | 0.89% | - |
| XYZ | 28.56 | 55.05 | 11.04 | - |
| YUV | 149.97 | 65.37 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 39 | 0.81 | 0 | 0.83 | 0.11 | 118.72 | 0.76 | 0.52 |
| Hex | 2B | E2 | 27 | 51 | 0 | 53 | B | 77 | 4C | 34 |
| Octal | 53 | 342 | 47 | 121 | 0 | 123 | 13 | 167 | 114 | 64 |
| Binary | 101011 | 11100010 | 100111 | 1010001 | 0 | 1010011 | 1011 | 1110111 | 1001100 | 110100 |
Color Harmonies of #2BE227
Complementary color
Monochromatic Colors of #2BE227
Black with #2BE227
Text Example
Text Example
White with #2BE227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE227; }
p { color: rgb(43,226,39); }
H1.HeaderClassName
{
color: #2BE227;
}
.AnyTagClassName
{
color: #2BE227;
}
</style>
background-color css
<style>
a { background-color: #2BE227; }
a { background-color: rgb(43,226,39); }
div.DivClassName
{
background-color: #2BE227;
}
.BgClassName
{
background-color: #2BE227;
}
</style>
border-color css
<style>
span { border-color: #2BE227; }
span { border-color: rgb(43,226,39); }
td.TdClassName
{
border-color: #2BE227;
}
.TagClassName
{
border-color: #2BE227;
}
</style>