Shades of Lime Green #2CE12C
Tints of Lime Green #2CE12C
RGB
CMYK
RGB Variations
Color information
#2CE12C (or 0x2CE12C) is known color: Lime Green. HEX triplet: 2C, E1 and 2C. RGB value is (44,225,44). Sum of RGB (Red+Green+Blue) = 44+225+44=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 225 (88.28% from 255 or 71.88% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE12C is #D31ED3. Grayscale: #969696. Windows color (decimal): -13835988 or 2941228. OLE color: 2941228.
HSL color Cylindrical-coordinate representation of color #2CE12C: hue angle of 120º degrees, saturation: 0.75, 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 #2CE12C is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 44 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.12 |
| HSL | 120º | 0.75% | 0.53% | - |
| HSV(B) | 120º | 0.8% | 0.88% | - |
| XYZ | 28.42 | 54.57 | 11.42 | - |
| YUV | 150.25 | 68.03 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 44 | 0.80 | 0 | 0.80 | 0.12 | 120 | 0.75 | 0.53 |
| Hex | 2C | E1 | 2C | 50 | 0 | 50 | C | 78 | 4B | 35 |
| Octal | 54 | 341 | 54 | 120 | 0 | 120 | 14 | 170 | 113 | 65 |
| Binary | 101100 | 11100001 | 101100 | 1010000 | 0 | 1010000 | 1100 | 1111000 | 1001011 | 110101 |
Color Harmonies of #2CE12C
Complementary color
Monochromatic Colors of #2CE12C
Black with #2CE12C
Text Example
Text Example
White with #2CE12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE12C; }
p { color: rgb(44,225,44); }
H1.HeaderClassName
{
color: #2CE12C;
}
.AnyTagClassName
{
color: #2CE12C;
}
</style>
background-color css
<style>
a { background-color: #2CE12C; }
a { background-color: rgb(44,225,44); }
div.DivClassName
{
background-color: #2CE12C;
}
.BgClassName
{
background-color: #2CE12C;
}
</style>
border-color css
<style>
span { border-color: #2CE12C; }
span { border-color: rgb(44,225,44); }
td.TdClassName
{
border-color: #2CE12C;
}
.TagClassName
{
border-color: #2CE12C;
}
</style>