Shades of Lime Green #2CC143
Tints of Lime Green #2CC143
RGB
CMYK
RGB Variations
Color information
#2CC143 (or 0x2CC143) is known color: Lime Green. HEX triplet: 2C, C1 and 43. RGB value is (44,193,67). Sum of RGB (Red+Green+Blue) = 44+193+67=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 193 (75.78% from 255 or 63.49% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC143 is #D33EBC. Grayscale: #868686. Windows color (decimal): -13844157 or 4440364. OLE color: 4440364.
HSL color Cylindrical-coordinate representation of color #2CC143: hue angle of 129.26º 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 #2CC143 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 193 | 67 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.24 |
| HSL | 129.26º | 0.63% | 0.46% | - |
| HSV(B) | 129.26º | 0.77% | 0.76% | - |
| XYZ | 21.12 | 39.08 | 11.74 | - |
| YUV | 134.09 | 90.14 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 67 | 0.77 | 0 | 0.65 | 0.24 | 129.26 | 0.63 | 0.46 |
| Hex | 2C | C1 | 43 | 4D | 0 | 41 | 18 | 81 | 3F | 2E |
| Octal | 54 | 301 | 103 | 115 | 0 | 101 | 30 | 201 | 77 | 56 |
| Binary | 101100 | 11000001 | 1000011 | 1001101 | 0 | 1000001 | 11000 | 10000001 | 111111 | 101110 |
Color Harmonies of #2CC143
Complementary color
Monochromatic Colors of #2CC143
Black with #2CC143
Text Example
Text Example
White with #2CC143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC143; }
p { color: rgb(44,193,67); }
H1.HeaderClassName
{
color: #2CC143;
}
.AnyTagClassName
{
color: #2CC143;
}
</style>
background-color css
<style>
a { background-color: #2CC143; }
a { background-color: rgb(44,193,67); }
div.DivClassName
{
background-color: #2CC143;
}
.BgClassName
{
background-color: #2CC143;
}
</style>
border-color css
<style>
span { border-color: #2CC143; }
span { border-color: rgb(44,193,67); }
td.TdClassName
{
border-color: #2CC143;
}
.TagClassName
{
border-color: #2CC143;
}
</style>