Shades of Lime Green #2BEC3A
Tints of Lime Green #2BEC3A
RGB
CMYK
RGB Variations
Color information
#2BEC3A (or 0x2BEC3A) is known color: Lime Green. HEX triplet: 2B, EC and 3A. RGB value is (43,236,58). Sum of RGB (Red+Green+Blue) = 43+236+58=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 236 (92.58% from 255 or 70.03% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEC3A is #D413C5. Grayscale: #9E9E9E. Windows color (decimal): -13898694 or 3861547. OLE color: 3861547.
HSL color Cylindrical-coordinate representation of color #2BEC3A: hue angle of 124.66º 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 #2BEC3A is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 58 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.07 |
| HSL | 124.66º | 0.84% | 0.55% | - |
| HSV(B) | 124.66º | 0.82% | 0.93% | - |
| XYZ | 31.76 | 60.81 | 14.07 | - |
| YUV | 158 | 71.56 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 58 | 0.82 | 0 | 0.75 | 0.07 | 124.66 | 0.84 | 0.55 |
| Hex | 2B | EC | 3A | 52 | 0 | 4B | 7 | 7D | 54 | 37 |
| Octal | 53 | 354 | 72 | 122 | 0 | 113 | 7 | 175 | 124 | 67 |
| Binary | 101011 | 11101100 | 111010 | 1010010 | 0 | 1001011 | 111 | 1111101 | 1010100 | 110111 |
Color Harmonies of #2BEC3A
Complementary color
Monochromatic Colors of #2BEC3A
Black with #2BEC3A
Text Example
Text Example
White with #2BEC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC3A; }
p { color: rgb(43,236,58); }
H1.HeaderClassName
{
color: #2BEC3A;
}
.AnyTagClassName
{
color: #2BEC3A;
}
</style>
background-color css
<style>
a { background-color: #2BEC3A; }
a { background-color: rgb(43,236,58); }
div.DivClassName
{
background-color: #2BEC3A;
}
.BgClassName
{
background-color: #2BEC3A;
}
</style>
border-color css
<style>
span { border-color: #2BEC3A; }
span { border-color: rgb(43,236,58); }
td.TdClassName
{
border-color: #2BEC3A;
}
.TagClassName
{
border-color: #2BEC3A;
}
</style>