Shades of Lime Green #2BEC37
Tints of Lime Green #2BEC37
RGB
CMYK
RGB Variations
Color information
#2BEC37 (or 0x2BEC37) is known color: Lime Green. HEX triplet: 2B, EC and 37. RGB value is (43,236,55). Sum of RGB (Red+Green+Blue) = 43+236+55=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 236 (92.58% from 255 or 70.66% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEC37 is #D413C8. Grayscale: #9E9E9E. Windows color (decimal): -13898697 or 3664939. OLE color: 3664939.
HSL color Cylindrical-coordinate representation of color #2BEC37: hue angle of 123.73º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEC37 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 55 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.07 |
| HSL | 123.73º | 0.84% | 0.55% | - |
| HSV(B) | 123.73º | 0.82% | 0.93% | - |
| XYZ | 31.68 | 60.78 | 13.68 | - |
| YUV | 157.66 | 70.06 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 55 | 0.82 | 0 | 0.77 | 0.07 | 123.73 | 0.84 | 0.55 |
| Hex | 2B | EC | 37 | 52 | 0 | 4D | 7 | 7C | 54 | 37 |
| Octal | 53 | 354 | 67 | 122 | 0 | 115 | 7 | 174 | 124 | 67 |
| Binary | 101011 | 11101100 | 110111 | 1010010 | 0 | 1001101 | 111 | 1111100 | 1010100 | 110111 |
Color Harmonies of #2BEC37
Complementary color
Monochromatic Colors of #2BEC37
Black with #2BEC37
Text Example
Text Example
White with #2BEC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC37; }
p { color: rgb(43,236,55); }
H1.HeaderClassName
{
color: #2BEC37;
}
.AnyTagClassName
{
color: #2BEC37;
}
</style>
background-color css
<style>
a { background-color: #2BEC37; }
a { background-color: rgb(43,236,55); }
div.DivClassName
{
background-color: #2BEC37;
}
.BgClassName
{
background-color: #2BEC37;
}
</style>
border-color css
<style>
span { border-color: #2BEC37; }
span { border-color: rgb(43,236,55); }
td.TdClassName
{
border-color: #2BEC37;
}
.TagClassName
{
border-color: #2BEC37;
}
</style>