Shades of Lime Green #2CE547
Tints of Lime Green #2CE547
RGB
CMYK
RGB Variations
Color information
#2CE547 (or 0x2CE547) is known color: Lime Green. HEX triplet: 2C, E5 and 47. RGB value is (44,229,71). Sum of RGB (Red+Green+Blue) = 44+229+71=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 229 (89.84% from 255 or 66.57% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE547 is #D31AB8. Grayscale: #9C9C9C. Windows color (decimal): -13834937 or 4711724. OLE color: 4711724.
HSL color Cylindrical-coordinate representation of color #2CE547: hue angle of 128.76º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE547 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 71 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.10 |
| HSL | 128.76º | 0.78% | 0.54% | - |
| HSV(B) | 128.76º | 0.81% | 0.9% | - |
| XYZ | 30.2 | 57.03 | 15.38 | - |
| YUV | 155.67 | 80.21 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 71 | 0.81 | 0 | 0.69 | 0.10 | 128.76 | 0.78 | 0.54 |
| Hex | 2C | E5 | 47 | 51 | 0 | 45 | A | 81 | 4E | 36 |
| Octal | 54 | 345 | 107 | 121 | 0 | 105 | 12 | 201 | 116 | 66 |
| Binary | 101100 | 11100101 | 1000111 | 1010001 | 0 | 1000101 | 1010 | 10000001 | 1001110 | 110110 |
Color Harmonies of #2CE547
Complementary color
Monochromatic Colors of #2CE547
Black with #2CE547
Text Example
Text Example
White with #2CE547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE547; }
p { color: rgb(44,229,71); }
H1.HeaderClassName
{
color: #2CE547;
}
.AnyTagClassName
{
color: #2CE547;
}
</style>
background-color css
<style>
a { background-color: #2CE547; }
a { background-color: rgb(44,229,71); }
div.DivClassName
{
background-color: #2CE547;
}
.BgClassName
{
background-color: #2CE547;
}
</style>
border-color css
<style>
span { border-color: #2CE547; }
span { border-color: rgb(44,229,71); }
td.TdClassName
{
border-color: #2CE547;
}
.TagClassName
{
border-color: #2CE547;
}
</style>