Shades of Lime Green #2CDC4C
Tints of Lime Green #2CDC4C
RGB
CMYK
RGB Variations
Color information
#2CDC4C (or 0x2CDC4C) is known color: Lime Green. HEX triplet: 2C, DC and 4C. RGB value is (44,220,76). Sum of RGB (Red+Green+Blue) = 44+220+76=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDC4C is #D323B3. Grayscale: #979797. Windows color (decimal): -13837236 or 5037100. OLE color: 5037100.
HSL color Cylindrical-coordinate representation of color #2CDC4C: hue angle of 130.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDC4C is Cyan = 0.8, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 76 | - |
| CMYK | 0.8 | 0 | 0.65 | 0.14 |
| HSL | 130.91º | 0.72% | 0.52% | - |
| HSV(B) | 130.91º | 0.8% | 0.86% | - |
| XYZ | 27.94 | 52.24 | 15.45 | - |
| YUV | 150.96 | 85.69 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 76 | 0.8 | 0 | 0.65 | 0.14 | 130.91 | 0.72 | 0.52 |
| Hex | 2C | DC | 4C | 50 | 0 | 41 | E | 83 | 48 | 34 |
| Octal | 54 | 334 | 114 | 120 | 0 | 101 | 16 | 203 | 110 | 64 |
| Binary | 101100 | 11011100 | 1001100 | 1010000 | 0 | 1000001 | 1110 | 10000011 | 1001000 | 110100 |
Color Harmonies of #2CDC4C
Complementary color
Monochromatic Colors of #2CDC4C
Black with #2CDC4C
Text Example
Text Example
White with #2CDC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDC4C; }
p { color: rgb(44,220,76); }
H1.HeaderClassName
{
color: #2CDC4C;
}
.AnyTagClassName
{
color: #2CDC4C;
}
</style>
background-color css
<style>
a { background-color: #2CDC4C; }
a { background-color: rgb(44,220,76); }
div.DivClassName
{
background-color: #2CDC4C;
}
.BgClassName
{
background-color: #2CDC4C;
}
</style>
border-color css
<style>
span { border-color: #2CDC4C; }
span { border-color: rgb(44,220,76); }
td.TdClassName
{
border-color: #2CDC4C;
}
.TagClassName
{
border-color: #2CDC4C;
}
</style>