Shades of Lime Green #2CAC3C
Tints of Lime Green #2CAC3C
RGB
CMYK
RGB Variations
Color information
#2CAC3C (or 0x2CAC3C) is known color: Lime Green. HEX triplet: 2C, AC and 3C. RGB value is (44,172,60). Sum of RGB (Red+Green+Blue) = 44+172+60=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAC3C is #D353C3. Grayscale: #797979. Windows color (decimal): -13849540 or 3976236. OLE color: 3976236.
HSL color Cylindrical-coordinate representation of color #2CAC3C: hue angle of 127.5º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAC3C is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 60 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.33 |
| HSL | 127.5º | 0.59% | 0.42% | - |
| HSV(B) | 127.5º | 0.74% | 0.67% | - |
| XYZ | 16.61 | 30.37 | 9.26 | - |
| YUV | 120.96 | 93.59 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 60 | 0.74 | 0 | 0.65 | 0.33 | 127.5 | 0.59 | 0.42 |
| Hex | 2C | AC | 3C | 4A | 0 | 41 | 21 | 80 | 3B | 2A |
| Octal | 54 | 254 | 74 | 112 | 0 | 101 | 41 | 200 | 73 | 52 |
| Binary | 101100 | 10101100 | 111100 | 1001010 | 0 | 1000001 | 100001 | 10000000 | 111011 | 101010 |
Color Harmonies of #2CAC3C
Complementary color
Monochromatic Colors of #2CAC3C
Black with #2CAC3C
Text Example
Text Example
White with #2CAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC3C; }
p { color: rgb(44,172,60); }
H1.HeaderClassName
{
color: #2CAC3C;
}
.AnyTagClassName
{
color: #2CAC3C;
}
</style>
background-color css
<style>
a { background-color: #2CAC3C; }
a { background-color: rgb(44,172,60); }
div.DivClassName
{
background-color: #2CAC3C;
}
.BgClassName
{
background-color: #2CAC3C;
}
</style>
border-color css
<style>
span { border-color: #2CAC3C; }
span { border-color: rgb(44,172,60); }
td.TdClassName
{
border-color: #2CAC3C;
}
.TagClassName
{
border-color: #2CAC3C;
}
</style>