Shades of Lime Green #2BE12C
Tints of Lime Green #2BE12C
RGB
CMYK
RGB Variations
Color information
#2BE12C (or 0x2BE12C) is known color: Lime Green. HEX triplet: 2B, E1 and 2C. RGB value is (43,225,44). Sum of RGB (Red+Green+Blue) = 43+225+44=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 225 (88.28% from 255 or 72.12% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE12C is #D41ED3. Grayscale: #969696. Windows color (decimal): -13901524 or 2941227. OLE color: 2941227.
HSL color Cylindrical-coordinate representation of color #2BE12C: hue angle of 120.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE12C is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 44 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.12 |
| HSL | 120.33º | 0.75% | 0.53% | - |
| HSV(B) | 120.33º | 0.81% | 0.88% | - |
| XYZ | 28.38 | 54.55 | 11.42 | - |
| YUV | 149.95 | 68.2 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 44 | 0.81 | 0 | 0.80 | 0.12 | 120.33 | 0.75 | 0.53 |
| Hex | 2B | E1 | 2C | 51 | 0 | 50 | C | 78 | 4B | 35 |
| Octal | 53 | 341 | 54 | 121 | 0 | 120 | 14 | 170 | 113 | 65 |
| Binary | 101011 | 11100001 | 101100 | 1010001 | 0 | 1010000 | 1100 | 1111000 | 1001011 | 110101 |
Color Harmonies of #2BE12C
Complementary color
Monochromatic Colors of #2BE12C
Black with #2BE12C
Text Example
Text Example
White with #2BE12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE12C; }
p { color: rgb(43,225,44); }
H1.HeaderClassName
{
color: #2BE12C;
}
.AnyTagClassName
{
color: #2BE12C;
}
</style>
background-color css
<style>
a { background-color: #2BE12C; }
a { background-color: rgb(43,225,44); }
div.DivClassName
{
background-color: #2BE12C;
}
.BgClassName
{
background-color: #2BE12C;
}
</style>
border-color css
<style>
span { border-color: #2BE12C; }
span { border-color: rgb(43,225,44); }
td.TdClassName
{
border-color: #2BE12C;
}
.TagClassName
{
border-color: #2BE12C;
}
</style>