Shades of Lime Green #2CC134
Tints of Lime Green #2CC134
RGB
CMYK
RGB Variations
Color information
#2CC134 (or 0x2CC134) is known color: Lime Green. HEX triplet: 2C, C1 and 34. RGB value is (44,193,52). Sum of RGB (Red+Green+Blue) = 44+193+52=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC134 is #D33ECB. Grayscale: #848484. Windows color (decimal): -13844172 or 3457324. OLE color: 3457324.
HSL color Cylindrical-coordinate representation of color #2CC134: hue angle of 123.22º 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 #2CC134 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 193 | 52 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.24 |
| HSL | 123.22º | 0.63% | 0.46% | - |
| HSV(B) | 123.22º | 0.77% | 0.76% | - |
| XYZ | 20.73 | 38.92 | 9.67 | - |
| YUV | 132.38 | 82.64 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 52 | 0.77 | 0 | 0.73 | 0.24 | 123.22 | 0.63 | 0.46 |
| Hex | 2C | C1 | 34 | 4D | 0 | 49 | 18 | 7B | 3F | 2E |
| Octal | 54 | 301 | 64 | 115 | 0 | 111 | 30 | 173 | 77 | 56 |
| Binary | 101100 | 11000001 | 110100 | 1001101 | 0 | 1001001 | 11000 | 1111011 | 111111 | 101110 |
Color Harmonies of #2CC134
Complementary color
Monochromatic Colors of #2CC134
Black with #2CC134
Text Example
Text Example
White with #2CC134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC134; }
p { color: rgb(44,193,52); }
H1.HeaderClassName
{
color: #2CC134;
}
.AnyTagClassName
{
color: #2CC134;
}
</style>
background-color css
<style>
a { background-color: #2CC134; }
a { background-color: rgb(44,193,52); }
div.DivClassName
{
background-color: #2CC134;
}
.BgClassName
{
background-color: #2CC134;
}
</style>
border-color css
<style>
span { border-color: #2CC134; }
span { border-color: rgb(44,193,52); }
td.TdClassName
{
border-color: #2CC134;
}
.TagClassName
{
border-color: #2CC134;
}
</style>