Shades of Lime Green #2CC127
Tints of Lime Green #2CC127
RGB
CMYK
RGB Variations
Color information
#2CC127 (or 0x2CC127) is known color: Lime Green. HEX triplet: 2C, C1 and 27. RGB value is (44,193,39). Sum of RGB (Red+Green+Blue) = 44+193+39=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 193 (75.78% from 255 or 69.93% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC127 is #D33ED8. Grayscale: #838383. Windows color (decimal): -13844185 or 2605356. OLE color: 2605356.
HSL color Cylindrical-coordinate representation of color #2CC127: hue angle of 118.05º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CC127 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 193 | 39 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.24 |
| HSL | 118.05º | 0.66% | 0.45% | - |
| HSV(B) | 118.05º | 0.8% | 0.76% | - |
| XYZ | 20.47 | 38.82 | 8.33 | - |
| YUV | 130.89 | 76.14 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 39 | 0.77 | 0 | 0.80 | 0.24 | 118.05 | 0.66 | 0.45 |
| Hex | 2C | C1 | 27 | 4D | 0 | 50 | 18 | 76 | 42 | 2D |
| Octal | 54 | 301 | 47 | 115 | 0 | 120 | 30 | 166 | 102 | 55 |
| Binary | 101100 | 11000001 | 100111 | 1001101 | 0 | 1010000 | 11000 | 1110110 | 1000010 | 101101 |
Color Harmonies of #2CC127
Complementary color
Monochromatic Colors of #2CC127
Black with #2CC127
Text Example
Text Example
White with #2CC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC127; }
p { color: rgb(44,193,39); }
H1.HeaderClassName
{
color: #2CC127;
}
.AnyTagClassName
{
color: #2CC127;
}
</style>
background-color css
<style>
a { background-color: #2CC127; }
a { background-color: rgb(44,193,39); }
div.DivClassName
{
background-color: #2CC127;
}
.BgClassName
{
background-color: #2CC127;
}
</style>
border-color css
<style>
span { border-color: #2CC127; }
span { border-color: rgb(44,193,39); }
td.TdClassName
{
border-color: #2CC127;
}
.TagClassName
{
border-color: #2CC127;
}
</style>