Shades of Lime Green #2CC046
Tints of Lime Green #2CC046
RGB
CMYK
RGB Variations
Color information
#2CC046 (or 0x2CC046) is known color: Lime Green. HEX triplet: 2C, C0 and 46. RGB value is (44,192,70). Sum of RGB (Red+Green+Blue) = 44+192+70=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC046 is #D33FB9. Grayscale: #868686. Windows color (decimal): -13844410 or 4636716. OLE color: 4636716.
HSL color Cylindrical-coordinate representation of color #2CC046: hue angle of 130.54º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC046 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 70 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.25 |
| HSL | 130.54º | 0.63% | 0.46% | - |
| HSV(B) | 130.54º | 0.77% | 0.75% | - |
| XYZ | 20.99 | 38.68 | 12.15 | - |
| YUV | 133.84 | 91.97 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 70 | 0.77 | 0 | 0.64 | 0.25 | 130.54 | 0.63 | 0.46 |
| Hex | 2C | C0 | 46 | 4D | 0 | 40 | 19 | 83 | 3F | 2E |
| Octal | 54 | 300 | 106 | 115 | 0 | 100 | 31 | 203 | 77 | 56 |
| Binary | 101100 | 11000000 | 1000110 | 1001101 | 0 | 1000000 | 11001 | 10000011 | 111111 | 101110 |
Color Harmonies of #2CC046
Complementary color
Monochromatic Colors of #2CC046
Black with #2CC046
Text Example
Text Example
White with #2CC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC046; }
p { color: rgb(44,192,70); }
H1.HeaderClassName
{
color: #2CC046;
}
.AnyTagClassName
{
color: #2CC046;
}
</style>
background-color css
<style>
a { background-color: #2CC046; }
a { background-color: rgb(44,192,70); }
div.DivClassName
{
background-color: #2CC046;
}
.BgClassName
{
background-color: #2CC046;
}
</style>
border-color css
<style>
span { border-color: #2CC046; }
span { border-color: rgb(44,192,70); }
td.TdClassName
{
border-color: #2CC046;
}
.TagClassName
{
border-color: #2CC046;
}
</style>