Shades of Lime Green #2BEA27
Tints of Lime Green #2BEA27
RGB
CMYK
RGB Variations
Color information
#2BEA27 (or 0x2BEA27) is known color: Lime Green. HEX triplet: 2B, EA and 27. RGB value is (43,234,39). Sum of RGB (Red+Green+Blue) = 43+234+39=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 234 (91.80% from 255 or 74.05% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEA27 is #D415D8. Grayscale: #9B9B9B. Windows color (decimal): -13899225 or 2615851. OLE color: 2615851.
HSL color Cylindrical-coordinate representation of color #2BEA27: hue angle of 118.77º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BEA27 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 39 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.08 |
| HSL | 118.77º | 0.82% | 0.54% | - |
| HSV(B) | 118.77º | 0.83% | 0.92% | - |
| XYZ | 30.79 | 59.51 | 11.78 | - |
| YUV | 154.66 | 62.72 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 39 | 0.82 | 0 | 0.83 | 0.08 | 118.77 | 0.82 | 0.54 |
| Hex | 2B | EA | 27 | 52 | 0 | 53 | 8 | 77 | 52 | 36 |
| Octal | 53 | 352 | 47 | 122 | 0 | 123 | 10 | 167 | 122 | 66 |
| Binary | 101011 | 11101010 | 100111 | 1010010 | 0 | 1010011 | 1000 | 1110111 | 1010010 | 110110 |
Color Harmonies of #2BEA27
Complementary color
Monochromatic Colors of #2BEA27
Black with #2BEA27
Text Example
Text Example
White with #2BEA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA27; }
p { color: rgb(43,234,39); }
H1.HeaderClassName
{
color: #2BEA27;
}
.AnyTagClassName
{
color: #2BEA27;
}
</style>
background-color css
<style>
a { background-color: #2BEA27; }
a { background-color: rgb(43,234,39); }
div.DivClassName
{
background-color: #2BEA27;
}
.BgClassName
{
background-color: #2BEA27;
}
</style>
border-color css
<style>
span { border-color: #2BEA27; }
span { border-color: rgb(43,234,39); }
td.TdClassName
{
border-color: #2BEA27;
}
.TagClassName
{
border-color: #2BEA27;
}
</style>