Shades of Lime Green #2CDC48
Tints of Lime Green #2CDC48
RGB
CMYK
RGB Variations
Color information
#2CDC48 (or 0x2CDC48) is known color: Lime Green. HEX triplet: 2C, DC and 48. RGB value is (44,220,72). Sum of RGB (Red+Green+Blue) = 44+220+72=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 220 (86.33% from 255 or 65.48% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDC48 is #D323B7. Grayscale: #969696. Windows color (decimal): -13837240 or 4774956. OLE color: 4774956.
HSL color Cylindrical-coordinate representation of color #2CDC48: hue angle of 129.55º 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 #2CDC48 is Cyan = 0.8, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 72 | - |
| CMYK | 0.8 | 0 | 0.67 | 0.14 |
| HSL | 129.55º | 0.72% | 0.52% | - |
| HSV(B) | 129.55º | 0.8% | 0.86% | - |
| XYZ | 27.8 | 52.19 | 14.74 | - |
| YUV | 150.5 | 83.69 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 72 | 0.8 | 0 | 0.67 | 0.14 | 129.55 | 0.72 | 0.52 |
| Hex | 2C | DC | 48 | 50 | 0 | 43 | E | 82 | 48 | 34 |
| Octal | 54 | 334 | 110 | 120 | 0 | 103 | 16 | 202 | 110 | 64 |
| Binary | 101100 | 11011100 | 1001000 | 1010000 | 0 | 1000011 | 1110 | 10000010 | 1001000 | 110100 |
Color Harmonies of #2CDC48
Complementary color
Monochromatic Colors of #2CDC48
Black with #2CDC48
Text Example
Text Example
White with #2CDC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDC48; }
p { color: rgb(44,220,72); }
H1.HeaderClassName
{
color: #2CDC48;
}
.AnyTagClassName
{
color: #2CDC48;
}
</style>
background-color css
<style>
a { background-color: #2CDC48; }
a { background-color: rgb(44,220,72); }
div.DivClassName
{
background-color: #2CDC48;
}
.BgClassName
{
background-color: #2CDC48;
}
</style>
border-color css
<style>
span { border-color: #2CDC48; }
span { border-color: rgb(44,220,72); }
td.TdClassName
{
border-color: #2CDC48;
}
.TagClassName
{
border-color: #2CDC48;
}
</style>