Shades of Lime Green #2BC546
Tints of Lime Green #2BC546
RGB
CMYK
RGB Variations
Color information
#2BC546 (or 0x2BC546) is known color: Lime Green. HEX triplet: 2B, C5 and 46. RGB value is (43,197,70). Sum of RGB (Red+Green+Blue) = 43+197+70=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC546 is #D43AB9. Grayscale: #888888. Windows color (decimal): -13908666 or 4637995. OLE color: 4637995.
HSL color Cylindrical-coordinate representation of color #2BC546: hue angle of 130.52º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC546 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 197 | 70 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.23 |
| HSL | 130.52º | 0.64% | 0.47% | - |
| HSV(B) | 130.52º | 0.78% | 0.77% | - |
| XYZ | 22.07 | 40.89 | 12.52 | - |
| YUV | 136.48 | 90.48 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 197 | 70 | 0.78 | 0 | 0.64 | 0.23 | 130.52 | 0.64 | 0.47 |
| Hex | 2B | C5 | 46 | 4E | 0 | 40 | 17 | 83 | 40 | 2F |
| Octal | 53 | 305 | 106 | 116 | 0 | 100 | 27 | 203 | 100 | 57 |
| Binary | 101011 | 11000101 | 1000110 | 1001110 | 0 | 1000000 | 10111 | 10000011 | 1000000 | 101111 |
Color Harmonies of #2BC546
Complementary color
Monochromatic Colors of #2BC546
Black with #2BC546
Text Example
Text Example
White with #2BC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC546; }
p { color: rgb(43,197,70); }
H1.HeaderClassName
{
color: #2BC546;
}
.AnyTagClassName
{
color: #2BC546;
}
</style>
background-color css
<style>
a { background-color: #2BC546; }
a { background-color: rgb(43,197,70); }
div.DivClassName
{
background-color: #2BC546;
}
.BgClassName
{
background-color: #2BC546;
}
</style>
border-color css
<style>
span { border-color: #2BC546; }
span { border-color: rgb(43,197,70); }
td.TdClassName
{
border-color: #2BC546;
}
.TagClassName
{
border-color: #2BC546;
}
</style>