Shades of Lime Green #2CE243
Tints of Lime Green #2CE243
RGB
CMYK
RGB Variations
Color information
#2CE243 (or 0x2CE243) is known color: Lime Green. HEX triplet: 2C, E2 and 43. RGB value is (44,226,67). Sum of RGB (Red+Green+Blue) = 44+226+67=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 226 (88.67% from 255 or 67.06% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE243 is #D31DBC. Grayscale: #999999. Windows color (decimal): -13835709 or 4448812. OLE color: 4448812.
HSL color Cylindrical-coordinate representation of color #2CE243: hue angle of 127.58º 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 #2CE243 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 67 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.11 |
| HSL | 127.58º | 0.76% | 0.53% | - |
| HSV(B) | 127.58º | 0.81% | 0.89% | - |
| XYZ | 29.25 | 55.33 | 14.45 | - |
| YUV | 153.46 | 79.2 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 67 | 0.81 | 0 | 0.70 | 0.11 | 127.58 | 0.76 | 0.53 |
| Hex | 2C | E2 | 43 | 51 | 0 | 46 | B | 80 | 4C | 35 |
| Octal | 54 | 342 | 103 | 121 | 0 | 106 | 13 | 200 | 114 | 65 |
| Binary | 101100 | 11100010 | 1000011 | 1010001 | 0 | 1000110 | 1011 | 10000000 | 1001100 | 110101 |
Color Harmonies of #2CE243
Complementary color
Monochromatic Colors of #2CE243
Black with #2CE243
Text Example
Text Example
White with #2CE243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE243; }
p { color: rgb(44,226,67); }
H1.HeaderClassName
{
color: #2CE243;
}
.AnyTagClassName
{
color: #2CE243;
}
</style>
background-color css
<style>
a { background-color: #2CE243; }
a { background-color: rgb(44,226,67); }
div.DivClassName
{
background-color: #2CE243;
}
.BgClassName
{
background-color: #2CE243;
}
</style>
border-color css
<style>
span { border-color: #2CE243; }
span { border-color: rgb(44,226,67); }
td.TdClassName
{
border-color: #2CE243;
}
.TagClassName
{
border-color: #2CE243;
}
</style>