Shades of Lime Green #2BEC21
Tints of Lime Green #2BEC21
RGB
CMYK
RGB Variations
Color information
#2BEC21 (or 0x2BEC21) is known color: Lime Green. HEX triplet: 2B, EC and 21. RGB value is (43,236,33). Sum of RGB (Red+Green+Blue) = 43+236+33=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 236 (92.58% from 255 or 75.64% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEC21 is #D413DE. Grayscale: #9B9B9B. Windows color (decimal): -13898719 or 2223147. OLE color: 2223147.
HSL color Cylindrical-coordinate representation of color #2BEC21: hue angle of 117.04º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BEC21 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 33 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.07 |
| HSL | 117.04º | 0.84% | 0.53% | - |
| HSV(B) | 117.04º | 0.86% | 0.93% | - |
| XYZ | 31.27 | 60.61 | 11.49 | - |
| YUV | 155.15 | 59.06 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 33 | 0.82 | 0 | 0.86 | 0.07 | 117.04 | 0.84 | 0.53 |
| Hex | 2B | EC | 21 | 52 | 0 | 56 | 7 | 75 | 54 | 35 |
| Octal | 53 | 354 | 41 | 122 | 0 | 126 | 7 | 165 | 124 | 65 |
| Binary | 101011 | 11101100 | 100001 | 1010010 | 0 | 1010110 | 111 | 1110101 | 1010100 | 110101 |
Color Harmonies of #2BEC21
Complementary color
Monochromatic Colors of #2BEC21
Black with #2BEC21
Text Example
Text Example
White with #2BEC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC21; }
p { color: rgb(43,236,33); }
H1.HeaderClassName
{
color: #2BEC21;
}
.AnyTagClassName
{
color: #2BEC21;
}
</style>
background-color css
<style>
a { background-color: #2BEC21; }
a { background-color: rgb(43,236,33); }
div.DivClassName
{
background-color: #2BEC21;
}
.BgClassName
{
background-color: #2BEC21;
}
</style>
border-color css
<style>
span { border-color: #2BEC21; }
span { border-color: rgb(43,236,33); }
td.TdClassName
{
border-color: #2BEC21;
}
.TagClassName
{
border-color: #2BEC21;
}
</style>