Shades of Lime Green #2CC139
Tints of Lime Green #2CC139
RGB
CMYK
RGB Variations
Color information
#2CC139 (or 0x2CC139) is known color: Lime Green. HEX triplet: 2C, C1 and 39. RGB value is (44,193,57). Sum of RGB (Red+Green+Blue) = 44+193+57=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 193 (75.78% from 255 or 65.65% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC139 is #D33EC6. Grayscale: #858585. Windows color (decimal): -13844167 or 3785004. OLE color: 3785004.
HSL color Cylindrical-coordinate representation of color #2CC139: hue angle of 125.23º 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 #2CC139 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 193 | 57 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.24 |
| HSL | 125.23º | 0.63% | 0.46% | - |
| HSV(B) | 125.23º | 0.77% | 0.76% | - |
| XYZ | 20.85 | 38.97 | 10.29 | - |
| YUV | 132.95 | 85.14 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 57 | 0.77 | 0 | 0.70 | 0.24 | 125.23 | 0.63 | 0.46 |
| Hex | 2C | C1 | 39 | 4D | 0 | 46 | 18 | 7D | 3F | 2E |
| Octal | 54 | 301 | 71 | 115 | 0 | 106 | 30 | 175 | 77 | 56 |
| Binary | 101100 | 11000001 | 111001 | 1001101 | 0 | 1000110 | 11000 | 1111101 | 111111 | 101110 |
Color Harmonies of #2CC139
Complementary color
Monochromatic Colors of #2CC139
Black with #2CC139
Text Example
Text Example
White with #2CC139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC139; }
p { color: rgb(44,193,57); }
H1.HeaderClassName
{
color: #2CC139;
}
.AnyTagClassName
{
color: #2CC139;
}
</style>
background-color css
<style>
a { background-color: #2CC139; }
a { background-color: rgb(44,193,57); }
div.DivClassName
{
background-color: #2CC139;
}
.BgClassName
{
background-color: #2CC139;
}
</style>
border-color css
<style>
span { border-color: #2CC139; }
span { border-color: rgb(44,193,57); }
td.TdClassName
{
border-color: #2CC139;
}
.TagClassName
{
border-color: #2CC139;
}
</style>