Shades of Lime Green #2CAC3B
Tints of Lime Green #2CAC3B
RGB
CMYK
RGB Variations
Color information
#2CAC3B (or 0x2CAC3B) is known color: Lime Green. HEX triplet: 2C, AC and 3B. RGB value is (44,172,59). Sum of RGB (Red+Green+Blue) = 44+172+59=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 172 (67.58% from 255 or 62.55% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAC3B is #D353C4. Grayscale: #797979. Windows color (decimal): -13849541 or 3910700. OLE color: 3910700.
HSL color Cylindrical-coordinate representation of color #2CAC3B: hue angle of 127.03º 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 #2CAC3B is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 59 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.33 |
| HSL | 127.03º | 0.59% | 0.42% | - |
| HSV(B) | 127.03º | 0.74% | 0.67% | - |
| XYZ | 16.58 | 30.36 | 9.12 | - |
| YUV | 120.85 | 93.09 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 59 | 0.74 | 0 | 0.66 | 0.33 | 127.03 | 0.59 | 0.42 |
| Hex | 2C | AC | 3B | 4A | 0 | 42 | 21 | 7F | 3B | 2A |
| Octal | 54 | 254 | 73 | 112 | 0 | 102 | 41 | 177 | 73 | 52 |
| Binary | 101100 | 10101100 | 111011 | 1001010 | 0 | 1000010 | 100001 | 1111111 | 111011 | 101010 |
Color Harmonies of #2CAC3B
Complementary color
Monochromatic Colors of #2CAC3B
Black with #2CAC3B
Text Example
Text Example
White with #2CAC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC3B; }
p { color: rgb(44,172,59); }
H1.HeaderClassName
{
color: #2CAC3B;
}
.AnyTagClassName
{
color: #2CAC3B;
}
</style>
background-color css
<style>
a { background-color: #2CAC3B; }
a { background-color: rgb(44,172,59); }
div.DivClassName
{
background-color: #2CAC3B;
}
.BgClassName
{
background-color: #2CAC3B;
}
</style>
border-color css
<style>
span { border-color: #2CAC3B; }
span { border-color: rgb(44,172,59); }
td.TdClassName
{
border-color: #2CAC3B;
}
.TagClassName
{
border-color: #2CAC3B;
}
</style>