Shades of Lime Green #2CE02E
Tints of Lime Green #2CE02E
RGB
CMYK
RGB Variations
Color information
#2CE02E (or 0x2CE02E) is known color: Lime Green. HEX triplet: 2C, E0 and 2E. RGB value is (44,224,46). Sum of RGB (Red+Green+Blue) = 44+224+46=314 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.01% from 314); Green value is 224 (87.89% from 255 or 71.34% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE02E is #D31FD1. Grayscale: #969696. Windows color (decimal): -13836242 or 3072044. OLE color: 3072044.
HSL color Cylindrical-coordinate representation of color #2CE02E: hue angle of 120.67º degrees, saturation: 0.74, 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 #2CE02E is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 46 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.12 |
| HSL | 120.67º | 0.74% | 0.53% | - |
| HSV(B) | 120.67º | 0.8% | 0.88% | - |
| XYZ | 28.19 | 54.04 | 11.53 | - |
| YUV | 149.89 | 69.37 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 46 | 0.80 | 0 | 0.79 | 0.12 | 120.67 | 0.74 | 0.53 |
| Hex | 2C | E0 | 2E | 50 | 0 | 4F | C | 79 | 4A | 35 |
| Octal | 54 | 340 | 56 | 120 | 0 | 117 | 14 | 171 | 112 | 65 |
| Binary | 101100 | 11100000 | 101110 | 1010000 | 0 | 1001111 | 1100 | 1111001 | 1001010 | 110101 |
Color Harmonies of #2CE02E
Complementary color
Monochromatic Colors of #2CE02E
Black with #2CE02E
Text Example
Text Example
White with #2CE02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE02E; }
p { color: rgb(44,224,46); }
H1.HeaderClassName
{
color: #2CE02E;
}
.AnyTagClassName
{
color: #2CE02E;
}
</style>
background-color css
<style>
a { background-color: #2CE02E; }
a { background-color: rgb(44,224,46); }
div.DivClassName
{
background-color: #2CE02E;
}
.BgClassName
{
background-color: #2CE02E;
}
</style>
border-color css
<style>
span { border-color: #2CE02E; }
span { border-color: rgb(44,224,46); }
td.TdClassName
{
border-color: #2CE02E;
}
.TagClassName
{
border-color: #2CE02E;
}
</style>