Shades of Lime Green #2CC150
Tints of Lime Green #2CC150
RGB
CMYK
RGB Variations
Color information
#2CC150 (or 0x2CC150) is known color: Lime Green. HEX triplet: 2C, C1 and 50. RGB value is (44,193,80). Sum of RGB (Red+Green+Blue) = 44+193+80=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC150 is #D33EAF. Grayscale: #878787. Windows color (decimal): -13844144 or 5292332. OLE color: 5292332.
HSL color Cylindrical-coordinate representation of color #2CC150: hue angle of 134.5º 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 #2CC150 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 193 | 80 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.24 |
| HSL | 134.5º | 0.63% | 0.46% | - |
| HSV(B) | 134.5º | 0.77% | 0.76% | - |
| XYZ | 21.56 | 39.25 | 14.03 | - |
| YUV | 135.57 | 96.64 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 80 | 0.77 | 0 | 0.59 | 0.24 | 134.5 | 0.63 | 0.46 |
| Hex | 2C | C1 | 50 | 4D | 0 | 3B | 18 | 86 | 3F | 2E |
| Octal | 54 | 301 | 120 | 115 | 0 | 73 | 30 | 206 | 77 | 56 |
| Binary | 101100 | 11000001 | 1010000 | 1001101 | 0 | 111011 | 11000 | 10000110 | 111111 | 101110 |
Color Harmonies of #2CC150
Complementary color
Monochromatic Colors of #2CC150
Black with #2CC150
Text Example
Text Example
White with #2CC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC150; }
p { color: rgb(44,193,80); }
H1.HeaderClassName
{
color: #2CC150;
}
.AnyTagClassName
{
color: #2CC150;
}
</style>
background-color css
<style>
a { background-color: #2CC150; }
a { background-color: rgb(44,193,80); }
div.DivClassName
{
background-color: #2CC150;
}
.BgClassName
{
background-color: #2CC150;
}
</style>
border-color css
<style>
span { border-color: #2CC150; }
span { border-color: rgb(44,193,80); }
td.TdClassName
{
border-color: #2CC150;
}
.TagClassName
{
border-color: #2CC150;
}
</style>