Shades of Lime Green #2CDC19
Tints of Lime Green #2CDC19
RGB
CMYK
RGB Variations
Color information
#2CDC19 (or 0x2CDC19) is known color: Lime Green. HEX triplet: 2C, DC and 19. RGB value is (44,220,25). Sum of RGB (Red+Green+Blue) = 44+220+25=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDC19 is #D323E6. Grayscale: #919191. Windows color (decimal): -13837287 or 1694764. OLE color: 1694764.
HSL color Cylindrical-coordinate representation of color #2CDC19: hue angle of 114.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2CDC19 is Cyan = 0.8, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 25 | - |
| CMYK | 0.8 | 0 | 0.89 | 0.14 |
| HSL | 114.15º | 0.8% | 0.48% | - |
| HSV(B) | 114.15º | 0.89% | 0.86% | - |
| XYZ | 26.81 | 51.79 | 9.5 | - |
| YUV | 145.15 | 60.19 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 25 | 0.8 | 0 | 0.89 | 0.14 | 114.15 | 0.8 | 0.48 |
| Hex | 2C | DC | 19 | 50 | 0 | 59 | E | 72 | 50 | 30 |
| Octal | 54 | 334 | 31 | 120 | 0 | 131 | 16 | 162 | 120 | 60 |
| Binary | 101100 | 11011100 | 11001 | 1010000 | 0 | 1011001 | 1110 | 1110010 | 1010000 | 110000 |
Color Harmonies of #2CDC19
Complementary color
Monochromatic Colors of #2CDC19
Black with #2CDC19
Text Example
Text Example
White with #2CDC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDC19; }
p { color: rgb(44,220,25); }
H1.HeaderClassName
{
color: #2CDC19;
}
.AnyTagClassName
{
color: #2CDC19;
}
</style>
background-color css
<style>
a { background-color: #2CDC19; }
a { background-color: rgb(44,220,25); }
div.DivClassName
{
background-color: #2CDC19;
}
.BgClassName
{
background-color: #2CDC19;
}
</style>
border-color css
<style>
span { border-color: #2CDC19; }
span { border-color: rgb(44,220,25); }
td.TdClassName
{
border-color: #2CDC19;
}
.TagClassName
{
border-color: #2CDC19;
}
</style>