Shades of Lime Green #2CE026
Tints of Lime Green #2CE026
RGB
CMYK
RGB Variations
Color information
#2CE026 (or 0x2CE026) is known color: Lime Green. HEX triplet: 2C, E0 and 26. RGB value is (44,224,38). Sum of RGB (Red+Green+Blue) = 44+224+38=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 224 (87.89% from 255 or 73.20% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE026 is #D31FD9. Grayscale: #959595. Windows color (decimal): -13836250 or 2547756. OLE color: 2547756.
HSL color Cylindrical-coordinate representation of color #2CE026: hue angle of 118.06º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CE026 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 38 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.12 |
| HSL | 118.06º | 0.75% | 0.51% | - |
| HSV(B) | 118.06º | 0.83% | 0.88% | - |
| XYZ | 28.04 | 53.99 | 10.78 | - |
| YUV | 148.98 | 65.37 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 38 | 0.80 | 0 | 0.83 | 0.12 | 118.06 | 0.75 | 0.51 |
| Hex | 2C | E0 | 26 | 50 | 0 | 53 | C | 76 | 4B | 33 |
| Octal | 54 | 340 | 46 | 120 | 0 | 123 | 14 | 166 | 113 | 63 |
| Binary | 101100 | 11100000 | 100110 | 1010000 | 0 | 1010011 | 1100 | 1110110 | 1001011 | 110011 |
Color Harmonies of #2CE026
Complementary color
Monochromatic Colors of #2CE026
Black with #2CE026
Text Example
Text Example
White with #2CE026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE026; }
p { color: rgb(44,224,38); }
H1.HeaderClassName
{
color: #2CE026;
}
.AnyTagClassName
{
color: #2CE026;
}
</style>
background-color css
<style>
a { background-color: #2CE026; }
a { background-color: rgb(44,224,38); }
div.DivClassName
{
background-color: #2CE026;
}
.BgClassName
{
background-color: #2CE026;
}
</style>
border-color css
<style>
span { border-color: #2CE026; }
span { border-color: rgb(44,224,38); }
td.TdClassName
{
border-color: #2CE026;
}
.TagClassName
{
border-color: #2CE026;
}
</style>