Shades of Lime Green #2CE047
Tints of Lime Green #2CE047
RGB
CMYK
RGB Variations
Color information
#2CE047 (or 0x2CE047) is known color: Lime Green. HEX triplet: 2C, E0 and 47. RGB value is (44,224,71). Sum of RGB (Red+Green+Blue) = 44+224+71=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 224 (87.89% from 255 or 66.08% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE047 is #D31FB8. Grayscale: #999999. Windows color (decimal): -13836217 or 4710444. OLE color: 4710444.
HSL color Cylindrical-coordinate representation of color #2CE047: hue angle of 129º degrees, saturation: 0.74, 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 #2CE047 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 71 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.12 |
| HSL | 129º | 0.74% | 0.53% | - |
| HSV(B) | 129º | 0.8% | 0.88% | - |
| XYZ | 28.83 | 54.3 | 14.92 | - |
| YUV | 152.74 | 81.87 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 71 | 0.80 | 0 | 0.68 | 0.12 | 129 | 0.74 | 0.53 |
| Hex | 2C | E0 | 47 | 50 | 0 | 44 | C | 81 | 4A | 35 |
| Octal | 54 | 340 | 107 | 120 | 0 | 104 | 14 | 201 | 112 | 65 |
| Binary | 101100 | 11100000 | 1000111 | 1010000 | 0 | 1000100 | 1100 | 10000001 | 1001010 | 110101 |
Color Harmonies of #2CE047
Complementary color
Monochromatic Colors of #2CE047
Black with #2CE047
Text Example
Text Example
White with #2CE047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE047; }
p { color: rgb(44,224,71); }
H1.HeaderClassName
{
color: #2CE047;
}
.AnyTagClassName
{
color: #2CE047;
}
</style>
background-color css
<style>
a { background-color: #2CE047; }
a { background-color: rgb(44,224,71); }
div.DivClassName
{
background-color: #2CE047;
}
.BgClassName
{
background-color: #2CE047;
}
</style>
border-color css
<style>
span { border-color: #2CE047; }
span { border-color: rgb(44,224,71); }
td.TdClassName
{
border-color: #2CE047;
}
.TagClassName
{
border-color: #2CE047;
}
</style>