Shades of Lime Green #2CDC1E
Tints of Lime Green #2CDC1E
RGB
CMYK
RGB Variations
Color information
#2CDC1E (or 0x2CDC1E) is known color: Lime Green. HEX triplet: 2C, DC and 1E. RGB value is (44,220,30). Sum of RGB (Red+Green+Blue) = 44+220+30=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 220 (86.33% from 255 or 74.83% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDC1E is #D323E1. Grayscale: #929292. Windows color (decimal): -13837282 or 2022444. OLE color: 2022444.
HSL color Cylindrical-coordinate representation of color #2CDC1E: hue angle of 115.58º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CDC1E is Cyan = 0.8, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 30 | - |
| CMYK | 0.8 | 0 | 0.86 | 0.14 |
| HSL | 115.58º | 0.76% | 0.49% | - |
| HSV(B) | 115.58º | 0.86% | 0.86% | - |
| XYZ | 26.87 | 51.82 | 9.81 | - |
| YUV | 145.72 | 62.69 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 30 | 0.8 | 0 | 0.86 | 0.14 | 115.58 | 0.76 | 0.49 |
| Hex | 2C | DC | 1E | 50 | 0 | 56 | E | 74 | 4C | 31 |
| Octal | 54 | 334 | 36 | 120 | 0 | 126 | 16 | 164 | 114 | 61 |
| Binary | 101100 | 11011100 | 11110 | 1010000 | 0 | 1010110 | 1110 | 1110100 | 1001100 | 110001 |
Color Harmonies of #2CDC1E
Complementary color
Monochromatic Colors of #2CDC1E
Black with #2CDC1E
Text Example
Text Example
White with #2CDC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDC1E; }
p { color: rgb(44,220,30); }
H1.HeaderClassName
{
color: #2CDC1E;
}
.AnyTagClassName
{
color: #2CDC1E;
}
</style>
background-color css
<style>
a { background-color: #2CDC1E; }
a { background-color: rgb(44,220,30); }
div.DivClassName
{
background-color: #2CDC1E;
}
.BgClassName
{
background-color: #2CDC1E;
}
</style>
border-color css
<style>
span { border-color: #2CDC1E; }
span { border-color: rgb(44,220,30); }
td.TdClassName
{
border-color: #2CDC1E;
}
.TagClassName
{
border-color: #2CDC1E;
}
</style>