Shades of Lime Green #2BC646
Tints of Lime Green #2BC646
RGB
CMYK
RGB Variations
Color information
#2BC646 (or 0x2BC646) is known color: Lime Green. HEX triplet: 2B, C6 and 46. RGB value is (43,198,70). Sum of RGB (Red+Green+Blue) = 43+198+70=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC646 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC646 is #D439B9. Grayscale: #898989. Windows color (decimal): -13908410 or 4638251. OLE color: 4638251.
HSL color Cylindrical-coordinate representation of color #2BC646: hue angle of 130.45º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC646 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 198 | 70 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.22 |
| HSL | 130.45º | 0.64% | 0.47% | - |
| HSV(B) | 130.45º | 0.78% | 0.78% | - |
| XYZ | 22.3 | 41.34 | 12.6 | - |
| YUV | 137.06 | 90.15 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 198 | 70 | 0.78 | 0 | 0.65 | 0.22 | 130.45 | 0.64 | 0.47 |
| Hex | 2B | C6 | 46 | 4E | 0 | 41 | 16 | 82 | 40 | 2F |
| Octal | 53 | 306 | 106 | 116 | 0 | 101 | 26 | 202 | 100 | 57 |
| Binary | 101011 | 11000110 | 1000110 | 1001110 | 0 | 1000001 | 10110 | 10000010 | 1000000 | 101111 |
Color Harmonies of #2BC646
Complementary color
Monochromatic Colors of #2BC646
Black with #2BC646
Text Example
Text Example
White with #2BC646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC646; }
p { color: rgb(43,198,70); }
H1.HeaderClassName
{
color: #2BC646;
}
.AnyTagClassName
{
color: #2BC646;
}
</style>
background-color css
<style>
a { background-color: #2BC646; }
a { background-color: rgb(43,198,70); }
div.DivClassName
{
background-color: #2BC646;
}
.BgClassName
{
background-color: #2BC646;
}
</style>
border-color css
<style>
span { border-color: #2BC646; }
span { border-color: rgb(43,198,70); }
td.TdClassName
{
border-color: #2BC646;
}
.TagClassName
{
border-color: #2BC646;
}
</style>