Shades of Lime Green #2CE840
Tints of Lime Green #2CE840
RGB
CMYK
RGB Variations
Color information
#2CE840 (or 0x2CE840) is known color: Lime Green. HEX triplet: 2C, E8 and 40. RGB value is (44,232,64). Sum of RGB (Red+Green+Blue) = 44+232+64=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 232 (91.02% from 255 or 68.24% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 232 - color contains mainly: green. Hex color #2CE840 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE840 is #D317BF. Grayscale: #9D9D9D. Windows color (decimal): -13834176 or 4253740. OLE color: 4253740.
HSL color Cylindrical-coordinate representation of color #2CE840: hue angle of 126.38º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE840 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 232 | 64 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.09 |
| HSL | 126.38º | 0.8% | 0.54% | - |
| HSV(B) | 126.38º | 0.81% | 0.91% | - |
| XYZ | 30.82 | 58.62 | 14.54 | - |
| YUV | 156.64 | 75.72 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 232 | 64 | 0.81 | 0 | 0.72 | 0.09 | 126.38 | 0.8 | 0.54 |
| Hex | 2C | E8 | 40 | 51 | 0 | 48 | 9 | 7E | 50 | 36 |
| Octal | 54 | 350 | 100 | 121 | 0 | 110 | 11 | 176 | 120 | 66 |
| Binary | 101100 | 11101000 | 1000000 | 1010001 | 0 | 1001000 | 1001 | 1111110 | 1010000 | 110110 |
Color Harmonies of #2CE840
Complementary color
Monochromatic Colors of #2CE840
Black with #2CE840
Text Example
Text Example
White with #2CE840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE840; }
p { color: rgb(44,232,64); }
H1.HeaderClassName
{
color: #2CE840;
}
.AnyTagClassName
{
color: #2CE840;
}
</style>
background-color css
<style>
a { background-color: #2CE840; }
a { background-color: rgb(44,232,64); }
div.DivClassName
{
background-color: #2CE840;
}
.BgClassName
{
background-color: #2CE840;
}
</style>
border-color css
<style>
span { border-color: #2CE840; }
span { border-color: rgb(44,232,64); }
td.TdClassName
{
border-color: #2CE840;
}
.TagClassName
{
border-color: #2CE840;
}
</style>