Shades of Lime Green #2CDC26
Tints of Lime Green #2CDC26
RGB
CMYK
RGB Variations
Color information
#2CDC26 (or 0x2CDC26) is known color: Lime Green. HEX triplet: 2C, DC and 26. RGB value is (44,220,38). Sum of RGB (Red+Green+Blue) = 44+220+38=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 220 (86.33% from 255 or 72.85% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDC26 is #D323D9. Grayscale: #939393. Windows color (decimal): -13837274 or 2546732. OLE color: 2546732.
HSL color Cylindrical-coordinate representation of color #2CDC26: hue angle of 118.02º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CDC26 is Cyan = 0.8, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 38 | - |
| CMYK | 0.8 | 0 | 0.83 | 0.14 |
| HSL | 118.02º | 0.72% | 0.51% | - |
| HSV(B) | 118.02º | 0.83% | 0.86% | - |
| XYZ | 26.98 | 51.86 | 10.42 | - |
| YUV | 146.63 | 66.69 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 38 | 0.8 | 0 | 0.83 | 0.14 | 118.02 | 0.72 | 0.51 |
| Hex | 2C | DC | 26 | 50 | 0 | 53 | E | 76 | 48 | 33 |
| Octal | 54 | 334 | 46 | 120 | 0 | 123 | 16 | 166 | 110 | 63 |
| Binary | 101100 | 11011100 | 100110 | 1010000 | 0 | 1010011 | 1110 | 1110110 | 1001000 | 110011 |
Color Harmonies of #2CDC26
Complementary color
Monochromatic Colors of #2CDC26
Black with #2CDC26
Text Example
Text Example
White with #2CDC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDC26; }
p { color: rgb(44,220,38); }
H1.HeaderClassName
{
color: #2CDC26;
}
.AnyTagClassName
{
color: #2CDC26;
}
</style>
background-color css
<style>
a { background-color: #2CDC26; }
a { background-color: rgb(44,220,38); }
div.DivClassName
{
background-color: #2CDC26;
}
.BgClassName
{
background-color: #2CDC26;
}
</style>
border-color css
<style>
span { border-color: #2CDC26; }
span { border-color: rgb(44,220,38); }
td.TdClassName
{
border-color: #2CDC26;
}
.TagClassName
{
border-color: #2CDC26;
}
</style>