Shades of Lime Green #2CE145
Tints of Lime Green #2CE145
RGB
CMYK
RGB Variations
Color information
#2CE145 (or 0x2CE145) is known color: Lime Green. HEX triplet: 2C, E1 and 45. RGB value is (44,225,69). Sum of RGB (Red+Green+Blue) = 44+225+69=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 225 (88.28% from 255 or 66.57% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE145 is #D31EBA. Grayscale: #999999. Windows color (decimal): -13835963 or 4579628. OLE color: 4579628.
HSL color Cylindrical-coordinate representation of color #2CE145: hue angle of 128.29º 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 #2CE145 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 69 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.12 |
| HSL | 128.29º | 0.75% | 0.53% | - |
| HSV(B) | 128.29º | 0.8% | 0.88% | - |
| XYZ | 29.04 | 54.82 | 14.68 | - |
| YUV | 153.1 | 80.53 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 69 | 0.80 | 0 | 0.69 | 0.12 | 128.29 | 0.75 | 0.53 |
| Hex | 2C | E1 | 45 | 50 | 0 | 45 | C | 80 | 4B | 35 |
| Octal | 54 | 341 | 105 | 120 | 0 | 105 | 14 | 200 | 113 | 65 |
| Binary | 101100 | 11100001 | 1000101 | 1010000 | 0 | 1000101 | 1100 | 10000000 | 1001011 | 110101 |
Color Harmonies of #2CE145
Complementary color
Monochromatic Colors of #2CE145
Black with #2CE145
Text Example
Text Example
White with #2CE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE145; }
p { color: rgb(44,225,69); }
H1.HeaderClassName
{
color: #2CE145;
}
.AnyTagClassName
{
color: #2CE145;
}
</style>
background-color css
<style>
a { background-color: #2CE145; }
a { background-color: rgb(44,225,69); }
div.DivClassName
{
background-color: #2CE145;
}
.BgClassName
{
background-color: #2CE145;
}
</style>
border-color css
<style>
span { border-color: #2CE145; }
span { border-color: rgb(44,225,69); }
td.TdClassName
{
border-color: #2CE145;
}
.TagClassName
{
border-color: #2CE145;
}
</style>