Shades of Lime Green #2CEA45
Tints of Lime Green #2CEA45
RGB
CMYK
RGB Variations
Color information
#2CEA45 (or 0x2CEA45) is known color: Lime Green. HEX triplet: 2C, EA and 45. RGB value is (44,234,69). Sum of RGB (Red+Green+Blue) = 44+234+69=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 234 (91.80% from 255 or 67.44% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEA45 is #D315BA. Grayscale: #9E9E9E. Windows color (decimal): -13833659 or 4581932. OLE color: 4581932.
HSL color Cylindrical-coordinate representation of color #2CEA45: hue angle of 127.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEA45 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 69 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.08 |
| HSL | 127.89º | 0.82% | 0.55% | - |
| HSV(B) | 127.89º | 0.81% | 0.92% | - |
| XYZ | 31.54 | 59.81 | 15.51 | - |
| YUV | 158.38 | 77.55 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 69 | 0.81 | 0 | 0.71 | 0.08 | 127.89 | 0.82 | 0.55 |
| Hex | 2C | EA | 45 | 51 | 0 | 47 | 8 | 80 | 52 | 37 |
| Octal | 54 | 352 | 105 | 121 | 0 | 107 | 10 | 200 | 122 | 67 |
| Binary | 101100 | 11101010 | 1000101 | 1010001 | 0 | 1000111 | 1000 | 10000000 | 1010010 | 110111 |
Color Harmonies of #2CEA45
Complementary color
Monochromatic Colors of #2CEA45
Black with #2CEA45
Text Example
Text Example
White with #2CEA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA45; }
p { color: rgb(44,234,69); }
H1.HeaderClassName
{
color: #2CEA45;
}
.AnyTagClassName
{
color: #2CEA45;
}
</style>
background-color css
<style>
a { background-color: #2CEA45; }
a { background-color: rgb(44,234,69); }
div.DivClassName
{
background-color: #2CEA45;
}
.BgClassName
{
background-color: #2CEA45;
}
</style>
border-color css
<style>
span { border-color: #2CEA45; }
span { border-color: rgb(44,234,69); }
td.TdClassName
{
border-color: #2CEA45;
}
.TagClassName
{
border-color: #2CEA45;
}
</style>