Shades of Lime Green #2CE945
Tints of Lime Green #2CE945
RGB
CMYK
RGB Variations
Color information
#2CE945 (or 0x2CE945) is known color: Lime Green. HEX triplet: 2C, E9 and 45. RGB value is (44,233,69). Sum of RGB (Red+Green+Blue) = 44+233+69=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 233 (91.41% from 255 or 67.34% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE945 is #D316BA. Grayscale: #9E9E9E. Windows color (decimal): -13833915 or 4581676. OLE color: 4581676.
HSL color Cylindrical-coordinate representation of color #2CE945: hue angle of 127.94º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE945 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 69 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.09 |
| HSL | 127.94º | 0.81% | 0.54% | - |
| HSV(B) | 127.94º | 0.81% | 0.91% | - |
| XYZ | 31.25 | 59.24 | 15.42 | - |
| YUV | 157.79 | 77.88 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 69 | 0.81 | 0 | 0.70 | 0.09 | 127.94 | 0.81 | 0.54 |
| Hex | 2C | E9 | 45 | 51 | 0 | 46 | 9 | 80 | 51 | 36 |
| Octal | 54 | 351 | 105 | 121 | 0 | 106 | 11 | 200 | 121 | 66 |
| Binary | 101100 | 11101001 | 1000101 | 1010001 | 0 | 1000110 | 1001 | 10000000 | 1010001 | 110110 |
Color Harmonies of #2CE945
Complementary color
Monochromatic Colors of #2CE945
Black with #2CE945
Text Example
Text Example
White with #2CE945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE945; }
p { color: rgb(44,233,69); }
H1.HeaderClassName
{
color: #2CE945;
}
.AnyTagClassName
{
color: #2CE945;
}
</style>
background-color css
<style>
a { background-color: #2CE945; }
a { background-color: rgb(44,233,69); }
div.DivClassName
{
background-color: #2CE945;
}
.BgClassName
{
background-color: #2CE945;
}
</style>
border-color css
<style>
span { border-color: #2CE945; }
span { border-color: rgb(44,233,69); }
td.TdClassName
{
border-color: #2CE945;
}
.TagClassName
{
border-color: #2CE945;
}
</style>