Shades of Lime Green #2BC647
Tints of Lime Green #2BC647
RGB
CMYK
RGB Variations
Color information
#2BC647 (or 0x2BC647) is known color: Lime Green. HEX triplet: 2B, C6 and 47. RGB value is (43,198,71). Sum of RGB (Red+Green+Blue) = 43+198+71=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 198 (77.73% from 255 or 63.46% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC647 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC647 is #D439B8. Grayscale: #898989. Windows color (decimal): -13908409 or 4703787. OLE color: 4703787.
HSL color Cylindrical-coordinate representation of color #2BC647: hue angle of 130.84º 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 #2BC647 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 198 | 71 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.22 |
| HSL | 130.84º | 0.64% | 0.47% | - |
| HSV(B) | 130.84º | 0.78% | 0.78% | - |
| XYZ | 22.33 | 41.36 | 12.77 | - |
| YUV | 137.18 | 90.65 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 198 | 71 | 0.78 | 0 | 0.64 | 0.22 | 130.84 | 0.64 | 0.47 |
| Hex | 2B | C6 | 47 | 4E | 0 | 40 | 16 | 83 | 40 | 2F |
| Octal | 53 | 306 | 107 | 116 | 0 | 100 | 26 | 203 | 100 | 57 |
| Binary | 101011 | 11000110 | 1000111 | 1001110 | 0 | 1000000 | 10110 | 10000011 | 1000000 | 101111 |
Color Harmonies of #2BC647
Complementary color
Monochromatic Colors of #2BC647
Black with #2BC647
Text Example
Text Example
White with #2BC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC647; }
p { color: rgb(43,198,71); }
H1.HeaderClassName
{
color: #2BC647;
}
.AnyTagClassName
{
color: #2BC647;
}
</style>
background-color css
<style>
a { background-color: #2BC647; }
a { background-color: rgb(43,198,71); }
div.DivClassName
{
background-color: #2BC647;
}
.BgClassName
{
background-color: #2BC647;
}
</style>
border-color css
<style>
span { border-color: #2BC647; }
span { border-color: rgb(43,198,71); }
td.TdClassName
{
border-color: #2BC647;
}
.TagClassName
{
border-color: #2BC647;
}
</style>