Shades of Lime Green #2CE134
Tints of Lime Green #2CE134
RGB
CMYK
RGB Variations
Color information
#2CE134 (or 0x2CE134) is known color: Lime Green. HEX triplet: 2C, E1 and 34. RGB value is (44,225,52). Sum of RGB (Red+Green+Blue) = 44+225+52=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 225 (88.28% from 255 or 70.09% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE134 is #D31ECB. Grayscale: #979797. Windows color (decimal): -13835980 or 3465516. OLE color: 3465516.
HSL color Cylindrical-coordinate representation of color #2CE134: hue angle of 122.65º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE134 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 52 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.12 |
| HSL | 122.65º | 0.75% | 0.53% | - |
| HSV(B) | 122.65º | 0.8% | 0.88% | - |
| XYZ | 28.58 | 54.63 | 12.29 | - |
| YUV | 151.16 | 72.03 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 52 | 0.80 | 0 | 0.77 | 0.12 | 122.65 | 0.75 | 0.53 |
| Hex | 2C | E1 | 34 | 50 | 0 | 4D | C | 7B | 4B | 35 |
| Octal | 54 | 341 | 64 | 120 | 0 | 115 | 14 | 173 | 113 | 65 |
| Binary | 101100 | 11100001 | 110100 | 1010000 | 0 | 1001101 | 1100 | 1111011 | 1001011 | 110101 |
Color Harmonies of #2CE134
Complementary color
Monochromatic Colors of #2CE134
Black with #2CE134
Text Example
Text Example
White with #2CE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE134; }
p { color: rgb(44,225,52); }
H1.HeaderClassName
{
color: #2CE134;
}
.AnyTagClassName
{
color: #2CE134;
}
</style>
background-color css
<style>
a { background-color: #2CE134; }
a { background-color: rgb(44,225,52); }
div.DivClassName
{
background-color: #2CE134;
}
.BgClassName
{
background-color: #2CE134;
}
</style>
border-color css
<style>
span { border-color: #2CE134; }
span { border-color: rgb(44,225,52); }
td.TdClassName
{
border-color: #2CE134;
}
.TagClassName
{
border-color: #2CE134;
}
</style>