Shades of Lime Green #2CC146
Tints of Lime Green #2CC146
RGB
CMYK
RGB Variations
Color information
#2CC146 (or 0x2CC146) is known color: Lime Green. HEX triplet: 2C, C1 and 46. RGB value is (44,193,70). Sum of RGB (Red+Green+Blue) = 44+193+70=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 193 (75.78% from 255 or 62.87% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC146 is #D33EB9. Grayscale: #868686. Windows color (decimal): -13844154 or 4636972. OLE color: 4636972.
HSL color Cylindrical-coordinate representation of color #2CC146: hue angle of 130.47º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC146 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 193 | 70 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.24 |
| HSL | 130.47º | 0.63% | 0.46% | - |
| HSV(B) | 130.47º | 0.77% | 0.76% | - |
| XYZ | 21.21 | 39.12 | 12.23 | - |
| YUV | 134.43 | 91.64 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 70 | 0.77 | 0 | 0.64 | 0.24 | 130.47 | 0.63 | 0.46 |
| Hex | 2C | C1 | 46 | 4D | 0 | 40 | 18 | 82 | 3F | 2E |
| Octal | 54 | 301 | 106 | 115 | 0 | 100 | 30 | 202 | 77 | 56 |
| Binary | 101100 | 11000001 | 1000110 | 1001101 | 0 | 1000000 | 11000 | 10000010 | 111111 | 101110 |
Color Harmonies of #2CC146
Complementary color
Monochromatic Colors of #2CC146
Black with #2CC146
Text Example
Text Example
White with #2CC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC146; }
p { color: rgb(44,193,70); }
H1.HeaderClassName
{
color: #2CC146;
}
.AnyTagClassName
{
color: #2CC146;
}
</style>
background-color css
<style>
a { background-color: #2CC146; }
a { background-color: rgb(44,193,70); }
div.DivClassName
{
background-color: #2CC146;
}
.BgClassName
{
background-color: #2CC146;
}
</style>
border-color css
<style>
span { border-color: #2CC146; }
span { border-color: rgb(44,193,70); }
td.TdClassName
{
border-color: #2CC146;
}
.TagClassName
{
border-color: #2CC146;
}
</style>