Shades of Lime Green #2CE214
Tints of Lime Green #2CE214
RGB
CMYK
RGB Variations
Color information
#2CE214 (or 0x2CE214) is known color: Lime Green. HEX triplet: 2C, E2 and 14. RGB value is (44,226,20). Sum of RGB (Red+Green+Blue) = 44+226+20=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 226 (88.67% from 255 or 77.93% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE214 is #D31DEB. Grayscale: #949494. Windows color (decimal): -13835756 or 1368620. OLE color: 1368620.
HSL color Cylindrical-coordinate representation of color #2CE214: hue angle of 113.01º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CE214 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 20 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.11 |
| HSL | 113.01º | 0.84% | 0.48% | - |
| HSV(B) | 113.01º | 0.91% | 0.89% | - |
| XYZ | 28.36 | 54.98 | 9.78 | - |
| YUV | 148.1 | 55.7 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 20 | 0.81 | 0 | 0.91 | 0.11 | 113.01 | 0.84 | 0.48 |
| Hex | 2C | E2 | 14 | 51 | 0 | 5B | B | 71 | 54 | 30 |
| Octal | 54 | 342 | 24 | 121 | 0 | 133 | 13 | 161 | 124 | 60 |
| Binary | 101100 | 11100010 | 10100 | 1010001 | 0 | 1011011 | 1011 | 1110001 | 1010100 | 110000 |
Color Harmonies of #2CE214
Complementary color
Monochromatic Colors of #2CE214
Black with #2CE214
Text Example
Text Example
White with #2CE214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE214; }
p { color: rgb(44,226,20); }
H1.HeaderClassName
{
color: #2CE214;
}
.AnyTagClassName
{
color: #2CE214;
}
</style>
background-color css
<style>
a { background-color: #2CE214; }
a { background-color: rgb(44,226,20); }
div.DivClassName
{
background-color: #2CE214;
}
.BgClassName
{
background-color: #2CE214;
}
</style>
border-color css
<style>
span { border-color: #2CE214; }
span { border-color: rgb(44,226,20); }
td.TdClassName
{
border-color: #2CE214;
}
.TagClassName
{
border-color: #2CE214;
}
</style>