Shades of Lime Green #2CE346
Tints of Lime Green #2CE346
RGB
CMYK
RGB Variations
Color information
#2CE346 (or 0x2CE346) is known color: Lime Green. HEX triplet: 2C, E3 and 46. RGB value is (44,227,70). Sum of RGB (Red+Green+Blue) = 44+227+70=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 227 (89.06% from 255 or 66.57% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE346 is #D31CB9. Grayscale: #9A9A9A. Windows color (decimal): -13835450 or 4645676. OLE color: 4645676.
HSL color Cylindrical-coordinate representation of color #2CE346: hue angle of 128.52º degrees, saturation: 0.77, 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 #2CE346 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 227 | 70 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.11 |
| HSL | 128.52º | 0.77% | 0.53% | - |
| HSV(B) | 128.52º | 0.81% | 0.89% | - |
| XYZ | 29.61 | 55.92 | 15.03 | - |
| YUV | 154.39 | 80.37 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 227 | 70 | 0.81 | 0 | 0.69 | 0.11 | 128.52 | 0.77 | 0.53 |
| Hex | 2C | E3 | 46 | 51 | 0 | 45 | B | 81 | 4D | 35 |
| Octal | 54 | 343 | 106 | 121 | 0 | 105 | 13 | 201 | 115 | 65 |
| Binary | 101100 | 11100011 | 1000110 | 1010001 | 0 | 1000101 | 1011 | 10000001 | 1001101 | 110101 |
Color Harmonies of #2CE346
Complementary color
Monochromatic Colors of #2CE346
Black with #2CE346
Text Example
Text Example
White with #2CE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE346; }
p { color: rgb(44,227,70); }
H1.HeaderClassName
{
color: #2CE346;
}
.AnyTagClassName
{
color: #2CE346;
}
</style>
background-color css
<style>
a { background-color: #2CE346; }
a { background-color: rgb(44,227,70); }
div.DivClassName
{
background-color: #2CE346;
}
.BgClassName
{
background-color: #2CE346;
}
</style>
border-color css
<style>
span { border-color: #2CE346; }
span { border-color: rgb(44,227,70); }
td.TdClassName
{
border-color: #2CE346;
}
.TagClassName
{
border-color: #2CE346;
}
</style>