Shades of Lime Green #2CE247
Tints of Lime Green #2CE247
RGB
CMYK
RGB Variations
Color information
#2CE247 (or 0x2CE247) is known color: Lime Green. HEX triplet: 2C, E2 and 47. RGB value is (44,226,71). Sum of RGB (Red+Green+Blue) = 44+226+71=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 226 (88.67% from 255 or 66.28% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE247 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE247 is #D31DB8. Grayscale: #9A9A9A. Windows color (decimal): -13835705 or 4710956. OLE color: 4710956.
HSL color Cylindrical-coordinate representation of color #2CE247: hue angle of 128.9º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE247 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 71 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.11 |
| HSL | 128.9º | 0.76% | 0.53% | - |
| HSV(B) | 128.9º | 0.81% | 0.89% | - |
| XYZ | 29.37 | 55.38 | 15.1 | - |
| YUV | 153.91 | 81.2 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 71 | 0.81 | 0 | 0.69 | 0.11 | 128.9 | 0.76 | 0.53 |
| Hex | 2C | E2 | 47 | 51 | 0 | 45 | B | 81 | 4C | 35 |
| Octal | 54 | 342 | 107 | 121 | 0 | 105 | 13 | 201 | 114 | 65 |
| Binary | 101100 | 11100010 | 1000111 | 1010001 | 0 | 1000101 | 1011 | 10000001 | 1001100 | 110101 |
Color Harmonies of #2CE247
Complementary color
Monochromatic Colors of #2CE247
Black with #2CE247
Text Example
Text Example
White with #2CE247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE247; }
p { color: rgb(44,226,71); }
H1.HeaderClassName
{
color: #2CE247;
}
.AnyTagClassName
{
color: #2CE247;
}
</style>
background-color css
<style>
a { background-color: #2CE247; }
a { background-color: rgb(44,226,71); }
div.DivClassName
{
background-color: #2CE247;
}
.BgClassName
{
background-color: #2CE247;
}
</style>
border-color css
<style>
span { border-color: #2CE247; }
span { border-color: rgb(44,226,71); }
td.TdClassName
{
border-color: #2CE247;
}
.TagClassName
{
border-color: #2CE247;
}
</style>