Shades of Lime Green #2CC144
Tints of Lime Green #2CC144
RGB
CMYK
RGB Variations
Color information
#2CC144 (or 0x2CC144) is known color: Lime Green. HEX triplet: 2C, C1 and 44. RGB value is (44,193,68). Sum of RGB (Red+Green+Blue) = 44+193+68=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC144 is #D33EBB. Grayscale: #868686. Windows color (decimal): -13844156 or 4505900. OLE color: 4505900.
HSL color Cylindrical-coordinate representation of color #2CC144: hue angle of 129.66º 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 #2CC144 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 193 | 68 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.24 |
| HSL | 129.66º | 0.63% | 0.46% | - |
| HSV(B) | 129.66º | 0.77% | 0.76% | - |
| XYZ | 21.15 | 39.09 | 11.9 | - |
| YUV | 134.2 | 90.64 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 68 | 0.77 | 0 | 0.65 | 0.24 | 129.66 | 0.63 | 0.46 |
| Hex | 2C | C1 | 44 | 4D | 0 | 41 | 18 | 82 | 3F | 2E |
| Octal | 54 | 301 | 104 | 115 | 0 | 101 | 30 | 202 | 77 | 56 |
| Binary | 101100 | 11000001 | 1000100 | 1001101 | 0 | 1000001 | 11000 | 10000010 | 111111 | 101110 |
Color Harmonies of #2CC144
Complementary color
Monochromatic Colors of #2CC144
Black with #2CC144
Text Example
Text Example
White with #2CC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC144; }
p { color: rgb(44,193,68); }
H1.HeaderClassName
{
color: #2CC144;
}
.AnyTagClassName
{
color: #2CC144;
}
</style>
background-color css
<style>
a { background-color: #2CC144; }
a { background-color: rgb(44,193,68); }
div.DivClassName
{
background-color: #2CC144;
}
.BgClassName
{
background-color: #2CC144;
}
</style>
border-color css
<style>
span { border-color: #2CC144; }
span { border-color: rgb(44,193,68); }
td.TdClassName
{
border-color: #2CC144;
}
.TagClassName
{
border-color: #2CC144;
}
</style>